ports/53119: [patch] port: security/libfwbuilder Fix build errors under 5.x
Vadim Kurland
vadim at vk.crocodile.org
Mon Jun 9 19:50:09 UTC 2003
>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 at 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 at uptsoft.com
+MAINTAINER= vadim at 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:
More information about the freebsd-ports-bugs
mailing list