Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2006 22:55:27 -0800 (PST)
From:      Vadim Kurland <vadim@vk.crocodile.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93225: [patch] [maintainer update] Update port security/fwbuilder
Message-ID:  <200602120655.k1C6tRsa034851@freebsd54.vk.crocodile.org>
Resent-Message-ID: <200602120600.k1C60Iv0048325@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602120655.k1C6tRsa034851>