Date: Tue, 10 Jun 2003 09:32:42 +0800 From: Foxfair Hu <foxfair@drago.fomokka.net> To: freebsd-gnats-submit@FreeBSD.org, vadim@vk.crocodile.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/53119: [patch] port: security/libfwbuilder Fix build errors under 5.x Message-ID: <20030610013242.GB43742@drago.fomokka.net>
next in thread | raw e-mail | index | archive | help
--0ntfKIWw70PvrIHh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 =3D=3D=3D=3D=3D=3D=3D patch start =3D=3D=3D=3D=3D=3D=3D=3D diff --exclude=3Dwork -ruN /usr/ports/security/libfwbuilder/Makefile ./Make= file --- /usr/ports/security/libfwbuilder/Makefile Mon Jun 2 12:56:09 2003 +++ ./Makefile Mon Jun 9 23:24:39 2003 @@ -6,32 +6,30 @@ =20 PORTNAME=3D libfwbuilder PORTVERSION=3D 1.0.0 -PORTREVISION=3D 1 +PORTREVISION=3D 2 CATEGORIES=3D security MASTER_SITES=3D ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=3D fwbuilder =20 -MAINTAINER=3D devnull@uptsoft.com +MAINTAINER=3D vadim@fwbuilder.org COMMENT=3D Firewall Builder API =20 BUILD_DEPENDS=3D autoconf:${PORTSDIR}/devel/autoconf \ - automake:${PORTSDIR}/devel/automake + aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS=3D 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+=3D crypto.3:${PORTSDIR}/security/openssl .endif =20 CONFIGURE_SCRIPT=3D autogen.sh -CONFIGURE_ARGS=3D - +#CONFIGURE_ARGS=3D USE_AUTOCONF=3D yes USE_GMAKE=3D yes USE_LIBTOOL=3D yes USE_GTK=3D no +USE_XLIB=3D yes INSTALLS_SHLIB=3D yes PLIST_SUB+=3D PORTVERSION=3D"${PORTVERSION}" =3D=3D=3D=3D=3D patch end =3D=3D=3D=3D=3D To Vadim: Another patch made only for your tarball file is also availble here: =20 http://people.freebsd.org/~foxfair/patch.libfwbuilder-orig=20 --0ntfKIWw70PvrIHh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+5TU4sWh5Cw3CV+oRAumiAJ4jKp0Yxkk5Q6CTcVo1WJAAUoL7egCfUKsd sAfgCKR7ttH2ddv1yya7mNQ= =8A08 -----END PGP SIGNATURE----- --0ntfKIWw70PvrIHh--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030610013242.GB43742>