named with DLZ support

Bryan Blackburn blb at macports.org
Thu Jan 29 14:29:01 PST 2009


On Thu, Jan 29, 2009 at 02:21:45PM -0800, Scott Haneda said:
> 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...
>
>
> 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.

Yeah, patch is expecting its input from stdin, so you need

$ patch -p0 < /path/to/patch.diff

Though for that patch you'll probably need to be in bind9's port directory,
not mysql5's dir.

Bryan


>
> From `ps`
>
> root     12975   0.0  0.0   599692    328 s000  S+    2:20PM   0:00.00  
> patch -p0 /Users/me/Desktop/Portfile.bind9_dlz_mysql.diff
>
> --
> Scott
>


More information about the macports-users mailing list