named with DLZ support
Bradley Giesbrecht
brad at pixilla.com
Sat Jan 31 19:05:12 PST 2009
> On Jan 31, 2009, at 4:02 PM, Ryan Schmidt wrote:
>
> On Jan 29, 2009, at 16:21, Scott Haneda wrote:
>
>> On Jan 29, 2009, at 1:36 PM, Ryan Schmidt wrote:
>>
>>> The variant described in #17783 has not yet been incorporated into
>>> the port. Either wait for the ticket to be resolved, or patch it
>>> on your system, e.g.:
>>>
>>> http://guide.macports.org/#development.patches.applying
>>
>>
>> Found a small download link in trac...
>
> Yes, the "Download in other formats: Original Format" link at the
> bottom is easy to overlook. :-/
>
>> root at me:/opt/local/var/macports/sources/rsync.macports.org/release/
>> ports/databases/mysql5/ $patch -p0 ~/Desktop/
>> Portfile.bind9_dlz_mysql.diff
>>
>> Just stalls, sits there.
>
> Yes, it's waiting for input. The correct command is:
>
> patch -p0 < ~/Desktop/Portfile.bind9_dlz_mysql.diff
>
> You direct the patchfile to patch's stdin.
But you want to be patching bind9 Portfile not mysql5 Portfile:
cd `port dir bind9`
patch -p0 < ~/Desktop/Portfile.bind9_dlz_mysql.diff
Mysql does not need any modifications to build bind9 with dlz-mysql.
//Brad
More information about the macports-users
mailing list