Date: Sat, 27 Nov 2004 11:10:30 GMT From: "Frank W. Josellis" <frank@dynamical-systems.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/74337: Update port: security/ipfw2dshield to 0.5 Message-ID: <200411271110.iARBAU0M079317@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/74337; it has been noted by GNATS. From: "Frank W. Josellis" <frank@dynamical-systems.org> To: freebsd-gnats-submit@FreeBSD.org, Sergey Matveychuk <sem@FreeBSD.org> Cc: Subject: Re: ports/74337: Update port: security/ipfw2dshield to 0.5 Date: Sat, 27 Nov 2004 12:08:15 +0100 (CET) > The port don't respect PREFIX. Please see the patch below to fix this. Added files: files/patch-ipaddr_Makefile files/patch-strpdate_Makefile --- ipfw2dshield-0.5-prefix.patch begins here --- diff -ruN ipfw2dshield.bak/files/patch-ipaddr_Makefile ipfw2dshield/files/patch-ipaddr_Makefile --- ipfw2dshield.bak/files/patch-ipaddr_Makefile Thu Jan 1 01:00:00 1970 +++ ipfw2dshield/files/patch-ipaddr_Makefile Sat Nov 27 03:42:43 2004 @@ -0,0 +1,11 @@ +--- ipaddr/Makefile.orig Fri Feb 15 12:39:34 2002 ++++ ipaddr/Makefile Sat Nov 27 03:40:11 2004 +@@ -27,7 +27,7 @@ + CC = cc + CFLAGS = -O2 -Wall + +-prefix = /usr/local ++prefix = ${PREFIX} + bindir = $(prefix)/bin + + SRCS = ipaddr.c diff -ruN ipfw2dshield.bak/files/patch-strpdate_Makefile ipfw2dshield/files/patch-strpdate_Makefile --- ipfw2dshield.bak/files/patch-strpdate_Makefile Thu Jan 1 01:00:00 1970 +++ ipfw2dshield/files/patch-strpdate_Makefile Sat Nov 27 03:43:29 2004 @@ -0,0 +1,11 @@ +--- strpdate/Makefile.orig Wed May 12 09:14:36 2004 ++++ strpdate/Makefile Sat Nov 27 03:40:53 2004 +@@ -27,7 +27,7 @@ + CC = cc + CFLAGS = -O2 -Wall + +-prefix = /usr/local ++prefix = ${PREFIX} + bindir = $(prefix)/bin + + SRCS = strpdate.c --- ipfw2dshield-0.5-prefix.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411271110.iARBAU0M079317>