ports/93225: [patch] [maintainer update] Update port security/fwbuilder

Vadim Kurland vadim at vk.crocodile.org
Sun Feb 12 06:00:20 UTC 2006


>Number:         93225
>Category:       ports
>Synopsis:       [patch] [maintainer update] Update port security/fwbuilder
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 12 06:00:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     vadim at vk.crocodile.org
>Release:        FreeBSD 5.4-RC3 i386
>Organization:
Firewall Builder Project
>Environment:
System: FreeBSD freebsd54.vk.crocodile.org 5.4-RC3 FreeBSD 5.4-RC3 #0: Sun Apr 17 09:23:46 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	fixing build on 4.x
	Always use USE_GETOPT_LONG to check for GNU getopt
	Set port revision to '2'

>How-To-Repeat:
	
>Fix:

	

--- fwbuilder.diff begins here ---
diff -urN fwbuilder-current/Makefile fwbuilder/Makefile
--- fwbuilder-current/Makefile	Sun Nov 27 22:33:06 2005
+++ fwbuilder/Makefile	Sat Feb 11 19:19:56 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	fwbuilder
 PORTVERSION=	2.0.10
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	fwbuilder
@@ -17,15 +18,12 @@
 BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
 LIB_DEPENDS=	fwbuilder.6:${PORTSDIR}/security/libfwbuilder
 
-.if !exists(/usr/include/getopt.h)
-USE_GETOPT_LONG=	yes
-.endif
-
 USE_QT_VER=	3
 
 QTDIR?=		${X11BASE}
 
 USE_OPENSSL=	yes
+USE_GETOPT_LONG=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
diff -urN fwbuilder-current/distinfo fwbuilder/distinfo
--- fwbuilder-current/distinfo	Sun Nov 13 14:04:55 2005
+++ fwbuilder/distinfo	Sat Feb 11 19:19:56 2006
@@ -1,2 +1 @@
-MD5 (fwbuilder-2.0.10.tar.gz) = 3a0946ed322df40be9814124ac7a9cfd
-SHA256 (fwbuilder-2.0.10.tar.gz) = f6cc322aa5c98f541651a866e426ff28c331235f3740641d7918b919a9319c41
+MD5 (fwbuilder-2.0.10.tar.gz) = 946feceacc4b681969948560a0ec6f79
--- fwbuilder.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list