From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 9 16:30:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D081E16A503 for ; Sun, 9 May 2004 16:30:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 253D143D41 for ; Sun, 9 May 2004 16:30:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i49NUPMf079640 for ; Sun, 9 May 2004 16:30:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i49NUOxb079639; Sun, 9 May 2004 16:30:24 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 9 May 2004 16:30:24 -0700 (PDT) Resent-Message-Id: <200405092330.i49NUOxb079639@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jonathan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C23D16A4CF for ; Sun, 9 May 2004 16:28:10 -0700 (PDT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9989843D41 for ; Sun, 9 May 2004 16:28:09 -0700 (PDT) (envelope-from j.e.drews@worldnet.att.net) Received: from [12.74.142.140] (140.st.louis-106-108rs.mo.dial-access.att.net[12.74.142.140]) by worldnet.att.net (mtiwmhc11) with SMTP id <2004050923280711100hlo3le>; Sun, 9 May 2004 23:28:07 +0000 Message-Id: <1084145384.12078.66.camel@mobile.silbsd.org> Date: Sun, 09 May 2004 18:29:45 -0500 From: Jonathan To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66433: Cannot make package for security/fwbuilder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 23:30:26 -0000 >Number: 66433 >Category: ports >Synopsis: Cannot make package for security/fwbuilder >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 09 16:30:24 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Jonathan >Release: FreeBSD 4.9-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD mobile.silbsd.org 4.9-RELEASE-p4 FreeBSD 4.9-RELEASE-p4 #0: Sun Apr 4 20:37:54 CDT 2004 root@mobile.silbsd.org:/usr/obj/usr/src/sys/STABLE49 i386 >Description: Port: fwbuilder-1.1.2_2 (/usr/ports/security/fwbuilder) Trying to "make package" for fwbuilder fails. >How-To-Repeat: After installing the port, do a package make. The folloing message appears: pkg_add: could not find package openssl-0.9.7 ! >Fix: Apply the attached patches to fix the problem. The affected ports were tested with portlint -Av. The fwbuilder port was tested in accordance with section 2.4 of the Porters Handbook. No errors were found from his test. Portlint detected spaces instead of tabs and this was fixed. Subsequent portlint runs only yield minor warnings. --=-Ey0j0v9fuqMYb1NDW2XM Content-Disposition: attachment; filename=Makefile.fwbuilder.patch Content-Type: text/x-patch; name=Makefile.fwbuilder.patch; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit --- Makefile Sun May 9 11:31:26 2004 +++ /home/xfce/Makefile.fwbuilder.original Thu May 6 19:52:30 2004 @@ -22,14 +22,14 @@ USE_GNOME= glib12 gtk12 USE_GMAKE= yes USE_LIBTOOL_VER=13 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-docdir=${DOCSDIR} INSTALLS_SHLIB= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" -MAN1= fwbuilder.1 fwblookup.1 fwbedit.1 fwb_ipt.1 fwb_ipf.1 fwb_ipfw.1 fwb_pf.1 \ +MAN1= fwbuilder.1 fwblookup.1 fwbedit.1 fwb_ipt.1 fwb_ipf.1 fwb_ipfw.1 fwb_pf.1 \ fwb_install.1 fwb_compile_all.1 .include --=-Ey0j0v9fuqMYb1NDW2XM Content-Disposition: attachment; filename=Makefile.libfwbuilder.patch Content-Type: text/x-patch; name=Makefile.libfwbuilder.patch; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit --- /home/xfce/Makefile.libfwbuilder.original Sun May 9 00:55:31 2004 +++ Makefile Sun May 9 10:56:48 2004 @@ -16,15 +16,15 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp \ - crypto.3:${PORTSDIR}/security/openssl + netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp USE_GNOME= glib12 +USE_OPENSSL= yes USE_GMAKE= yes USE_LIBTOOL_VER=13 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-docdir=${DOCSDIR} INSTALLS_SHLIB= yes --=-Ey0j0v9fuqMYb1NDW2XM-- >Release-Note: >Audit-Trail: >Unformatted: --=-Ey0j0v9fuqMYb1NDW2XM Content-Type: text/plain Content-Transfer-Encoding: 7bit Reply-To: Jonathan Cc: X-send-pr-version: 3.113 X-GNATS-Notify: