Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2004 19:31:15 -0800 (PST)
From:      vadim@fwbuilder.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61511: [maintainer update] security/libfwbuilder to 1.0.2_2
Message-ID:  <200401180331.i0I3VFqk049764@freebsd51c.vk.crocodile.org>
Resent-Message-ID: <200401180530.i0I5UMZv098062@freefall.freebsd.org>

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

>Number:         61511
>Category:       ports
>Synopsis:       [maintainer update] security/libfwbuilder to 1.0.2_2
>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:   Sat Jan 17 21:30:22 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vadim Kurland
>Release:        FreeBSD 5.1-RELEASE-p10 i386
>Organization:
Firewall Builder Project
>Environment:
System: FreeBSD freebsd51c.vk.crocodile.org 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0: Sun Nov 16 02:14:54 PST 2003 root@freebsd51c.vk.crocodile.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Updated port libfwbuilder to 1.0.2_2 (port revision 2)
	This fixes PR 59479 and brings port in sync with upstream project.
	This revision also fixes a critical problem with libfwbuilder
	whereas a user can not save changed data to the file on disk
	if libxml2 has been upgraded to 2.6.4, which is current version
	of libxml2 in the ports tree. Without this fix Firewall Builder is
	broken, hence priority is 'medium' on this PR.


>How-To-Repeat:
	
>Fix:

	

--- libfwbuilder-port.diff begins here ---
diff -urN --exclude=README.html --exclude=work --exclude=*.tbz --ignore-matching-lines=$FreeBSD libfwbuilder-old/Makefile libfwbuilder/Makefile
--- libfwbuilder-old/Makefile	Tue Dec 16 15:44:28 2003
+++ libfwbuilder/Makefile	Sat Jan 17 15:15:15 2004
@@ -6,6 +6,7 @@
 
 PORTNAME=	libfwbuilder
 PORTVERSION=	1.0.2
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	fwbuilder
@@ -18,17 +19,14 @@
 		netsnmp.6:${PORTSDIR}/net/net-snmp \
 		crypto.3:${PORTSDIR}/security/openssl
 
+USE_GNOME=	glib12
+
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
-USE_AUTOCONF=	yes
-WANT_AUTOMAKE_VER=	15
-CONFIGURE_SCRIPT=	autogen.sh
-CONFIGURE_ARGS=		--with-docdir=${DOCSDIR}
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+GNU_CONFIGURE=  yes
+CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 INSTALLS_SHLIB=	yes
-
-post-patch:
-	@${ECHO_MSG} "===! Running aclocal"
-	cd ${WRKSRC} && aclocal
+PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
 .include <bsd.port.mk>
diff -urN --exclude=README.html --exclude=work --exclude=*.tbz --ignore-matching-lines=$FreeBSD libfwbuilder-old/distinfo libfwbuilder/distinfo
--- libfwbuilder-old/distinfo	Tue Dec 16 15:44:28 2003
+++ libfwbuilder/distinfo	Sat Jan 17 15:15:15 2004
@@ -1 +1 @@
-MD5 (libfwbuilder-1.0.2.tar.gz) = bf814db35c53b17b5ef94e821993ba67
+MD5 (libfwbuilder-1.0.2.tar.gz) = f5e50b8165b1dded26f461cf488553ea
--- libfwbuilder-port.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?200401180331.i0I3VFqk049764>