Bug 74337 - Update port: security/ipfw2dshield to 0.5
Summary: Update port: security/ipfw2dshield to 0.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-24 22:20 UTC by Frank W. Josellis
Modified: 2004-11-27 11:20 UTC (History)
0 users

See Also:


Attachments
ipfw2dshield-0.5.patch (1.19 KB, patch)
2004-11-24 22:20 UTC, Frank W. Josellis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank W. Josellis 2004-11-24 22:20:27 UTC
Regular update to version 0.5
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-11-26 17:52:57 UTC
The port don't respect PREFIX.

-- 
Sem.
Comment 2 Frank W. Josellis 2004-11-27 11:08:15 UTC
> 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 ---
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2004-11-27 11:20:51 UTC
State Changed
From-To: open->closed

Committed, thanks!