Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2003 12:46:09 -0700
From:      Vadim Kurland <vadim@vk.crocodile.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vadim@vk.crocodile.org
Subject:   ports/53119: [patch] port: security/libfwbuilder  Fix build errors under 5.x
Message-ID:  <200306091946.h59Jk9s0001894@mail.vk.crocodile.org>
Resent-Message-ID: <200306091950.h59Jo5S8065207@freefall.freebsd.org>

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

>Number:         53119
>Category:       ports
>Synopsis:       [patch] port: security/libfwbuilder  Fix build errors under 5.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 12:50:05 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Vadim Kurland
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Firewall Builder project
>Environment:
System: FreeBSD freebsd48s.vk.crocodile.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Sun May 18 01:55:53 PDT 2003 root@freebsd48s.vk.crocodile.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	This port needed a dependency on aclocal:${PORTSDIR}/devel/automake
	to build on 5.x properly

	Also I am taking over maintainership of this port. I am the author
	of the original software (Firewall Builder API library)

>How-To-Repeat:
	
>Fix:

	

--- libfwbuilder-port.diff begins here ---
diff -urN /usr/ports/security/libfwbuilder/Makefile ./Makefile
--- /usr/ports/security/libfwbuilder/Makefile	Sun Jun  1 08:26:07 2003
+++ ./Makefile	Sat Jun  7 23:17:37 2003
@@ -11,15 +11,15 @@
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	fwbuilder
 
-MAINTAINER=	devnull@uptsoft.com
+MAINTAINER=	vadim@fwbuilder.org
 COMMENT=	Firewall Builder API
 
 BUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf \
-		automake:${PORTSDIR}/devel/automake
+		aclocal:${PORTSDIR}/devel/automake
+
 LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
 		xslt.1:${PORTSDIR}/textproc/libxslt \
-		netsnmp.5:${PORTSDIR}/net/net-snmp \
-		isc.1:${PORTSDIR}/net/bind9
+		netsnmp.5:${PORTSDIR}/net/net-snmp 
 
 .if !defined(USE_OPENSSL)
 LIB_DEPENDS+=	crypto.3:${PORTSDIR}/security/openssl
@@ -37,6 +37,6 @@
 
 post-patch:
 	@${ECHO_CMD} "===! Running aclocal"
-	@(cd ${WRKSRC}; aclocal)
+	@(cd ${WRKSRC}; aclocal -I /usr/local/share/aclocal)
 
 .include <bsd.port.mk>
--- 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?200306091946.h59Jk9s0001894>