ports/53119: [patch] port: security/libfwbuilder Fix build errors under 5.x

Foxfair Hu foxfair at drago.fomokka.net
Mon Jun 9 18:32:46 PDT 2003


Another patch against to libfwbuilder Makefile v1.8, the latest version in
ports CVS. You can also obtain it at this link:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/libfwbuilder/

  Note that I bump PORTREVISION too. I sill have some trouble with
port package issue, and you can reproduce the problem by doing
`make package` and pkg_add / pkg_delete things. There are several
errors in the last two steps in my boxes.

foxfair
======= patch start ========
diff --exclude=work -ruN /usr/ports/security/libfwbuilder/Makefile ./Makefile
--- /usr/ports/security/libfwbuilder/Makefile	Mon Jun  2 12:56:09 2003
+++ ./Makefile	Mon Jun  9 23:24:39 2003
@@ -6,32 +6,30 @@
 
 PORTNAME=	libfwbuilder
 PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 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
 .endif
 
 CONFIGURE_SCRIPT= autogen.sh
-CONFIGURE_ARGS=
-
+#CONFIGURE_ARGS=
 USE_AUTOCONF=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
 USE_GTK=	no
+USE_XLIB=	yes
 INSTALLS_SHLIB=	yes
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
===== patch end =====

  To Vadim: Another patch made only for your tarball file is also
availble here:
  
http://people.freebsd.org/~foxfair/patch.libfwbuilder-orig 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20030610/43dc9ef9/attachment.bin


More information about the freebsd-ports mailing list