On Sunday 09 August 2009 18:31:55 Charles Howse wrote:
> On Aug 9, 2009, at 3:42 PM, Mel Flynn wrote:
> > I've attached a patch that fixes the issue.
>
> <blush>
> Whoops, looks like I've stepped in over my head.
> Exactly how do I use this patch?
> </blush>

cd /usr/ports/www/mod_security
patch < /path/to/patch
make build

You can also not use the patch and do:
cd /usr/ports/www/mod_security
make patch
cd `make -V WRKSRC`
sed -i.orig -e 's,@APR_LD_LINK@,@APR_LD_LINK@ @ARP_LIBS@,' \
        mlogc-src/Makefile.in
cd /usr/ports/www/mod_security
make build

But that only works one time. The patch fixes the port so that it works every 
time.
-- 
Mel
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to