From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 17 21:30:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C10116A4CE for ; Sat, 17 Jan 2004 21:30:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A69743D54 for ; Sat, 17 Jan 2004 21:30:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0I5UMFR098063 for ; Sat, 17 Jan 2004 21:30:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0I5UMZv098062; Sat, 17 Jan 2004 21:30:22 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 17 Jan 2004 21:30:22 -0800 (PST) Resent-Message-Id: <200401180530.i0I5UMZv098062@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vadim@fwbuilder.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09A7D16A4CF for ; Sat, 17 Jan 2004 21:28:54 -0800 (PST) Received: from citadel01.netcitadel.com (citadel01.netcitadel.com [69.56.183.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0404543D45 for ; Sat, 17 Jan 2004 21:28:52 -0800 (PST) (envelope-from vadim@vk.crocodile.org) Received: from noir.crocodile.org (noir.crocodile.org [216.218.215.147]) i0I5SQNa032096 for ; Sat, 17 Jan 2004 23:28:26 -0600 Received: from mail.vk.crocodile.org (c-24-6-129-253.client.comcast.net [24.6.129.253]) by noir.crocodile.org (8.11.6/8.11.6) with ESMTP id i0I3VEf15782 for ; Sat, 17 Jan 2004 19:31:15 -0800 Received: from freebsd51c.vk.crocodile.org ([10.3.14.52]) by mail.vk.crocodile.org (8.12.8/8.12.8) with ESMTP id i0I3VDne017195 for ; Sat, 17 Jan 2004 19:31:13 -0800 Received: from freebsd51c.vk.crocodile.org (localhost [127.0.0.1]) i0I3VFOW049765 for ; Sat, 17 Jan 2004 19:31:15 -0800 (PST) (envelope-from root@freebsd51c.vk.crocodile.org) Received: (from root@localhost)i0I3VFqk049764; Sat, 17 Jan 2004 19:31:15 -0800 (PST) Message-Id: <200401180331.i0I3VFqk049764@freebsd51c.vk.crocodile.org> Date: Sat, 17 Jan 2004 19:31:15 -0800 (PST) From: vadim@fwbuilder.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/61511: [maintainer update] security/libfwbuilder to 1.0.2_2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: vadim@fwbuilder.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 05:30:28 -0000 >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 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: