ports/74337: Update port: security/ipfw2dshield to 0.5

Frank W. Josellis frank at dynamical-systems.org
Sat Nov 27 11:10:31 UTC 2004


The following reply was made to PR ports/74337; it has been noted by GNATS.

From: "Frank W. Josellis" <frank at dynamical-systems.org>
To: freebsd-gnats-submit at FreeBSD.org,
	Sergey Matveychuk <sem at 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 ---
 



More information about the freebsd-ports-bugs mailing list