[PATCH 1/3] Update Mac-specific notes. [and 2 more messages]

Richard Kettlewell rjk at terraraq.org.uk
Mon Jul 11 19:43:25 BST 2011


On 10/07/2011 23:29, Ian Jackson wrote:
> Richard Kettlewell writes ("[PATCH 1/3] Update Mac-specific notes."):
>> - how (and why) to enable IP forwarding
>> - correct 'launchctl unload' invocation
>
> I don't have an opinion on these - I think you should just push the
> mac-specific notes changes.

Pushed.

> Richard Kettlewell writes ("[PATCH 2/3] .gitignore XCode-specific files."):
>> Checking those files in doesn't make much sense as they change at the
>> drop of a hat.
> ...
>> +*.xcodeproj
>> +build
>
> This should be
>    /build
> I think.  In case we invent a file "build" somewhere else.

Corrected and pushed.

> Richard Kettlewell writes ("[PATCH 3/3] Detect Fink automatically."):
>> Saves a bit of manual labour when building on OSX.
> ...
>> +# Use Fink if available
>> +if test -d /sw; then
>> +  CPPFLAGS="-I/sw/include ${CPPFLAGS}"
>> +  LDFLAGS="-L/sw/lib ${LDFLAGS}"
>> +fi
>
> Perhaps this should produce a message of some kind ?

Good idea.  A generally less lazy version to follow at some point.

ttfn/rjk




More information about the sgo-software-discuss mailing list