Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 May 2004 18:29:45 -0500
From:      Jonathan <j.e.drews@worldnet.att.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66433: Cannot make package for security/fwbuilder
Message-ID:  <1084145384.12078.66.camel@mobile.silbsd.org>
Resent-Message-ID: <200405092330.i49NUOxb079639@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:
<organization of PR author (multiple lines)>
>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 <bsd.port.mk>

--=-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 <j.e.drews@att.net>
 Cc: 
 X-send-pr-version: 3.113
 X-GNATS-Notify: 
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1084145384.12078.66.camel>