From owner-freebsd-ports@FreeBSD.ORG Mon Jun 9 18:32:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21B8737B413; Mon, 9 Jun 2003 18:32:46 -0700 (PDT) Received: from drago.fomokka.net (drago.fomokka.net [140.117.205.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A9E843FBF; Mon, 9 Jun 2003 18:32:45 -0700 (PDT) (envelope-from foxfair@drago.fomokka.net) Received: from drago.fomokka.net (rgfelo@localhost [127.0.0.1]) by drago.fomokka.net (8.12.9/8.12.8) with ESMTP id h5A1WiD0013145; Tue, 10 Jun 2003 09:32:44 +0800 (CST) (envelope-from foxfair@drago.fomokka.net) Received: (from foxfair@localhost) by drago.fomokka.net (8.12.9/8.12.8/Submit) id h5A1WhUt013102; Tue, 10 Jun 2003 09:32:43 +0800 (CST) Date: Tue, 10 Jun 2003 09:32:42 +0800 From: Foxfair Hu To: freebsd-gnats-submit@FreeBSD.org, vadim@vk.crocodile.org Message-ID: <20030610013242.GB43742@drago.fomokka.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0ntfKIWw70PvrIHh" Content-Disposition: inline X-PGP-Fingerprint: E05E A572 2F0C 166E 3711 17C7 B168 790B 0DC2 57EA X-PGP-KeyID: 1024D/0x0DC257EA User-Agent: Mutt/1.5.3i cc: freebsd-ports@FreeBSD.org Subject: Re: ports/53119: [patch] port: security/libfwbuilder Fix build errors under 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: foxfair@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 01:32:46 -0000 --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--