Date: Fri, 6 Jun 2008 11:46:24 +0900 (JST) From: Tomoyuki Sakurai <cherry@trombik.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/124335: [MAINTAINER] security/openvas-libnasl: fix build on 7.0 RELEASE Message-ID: <20080606024624.AE7A8175C3C@spica.trombik.org> Resent-Message-ID: <200806060250.m562o388029253@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124335 >Category: ports >Synopsis: [MAINTAINER] security/openvas-libnasl: fix build on 7.0 RELEASE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 06 02:50:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Tomoyuki Sakurai >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD spica.trombik.org 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun May 11 18:07:51 JST 2008 >Description: - remove objformat - use -libraries/Makefile.common (ports/124331) - bump PORTREVISION Added file(s): - files/patch-configure Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- openvas-libnasl-1.0.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/openvas-libnasl/Makefile /usr/home/cherry/svk/ports/security/openvas-libnasl/Makefile --- /usr/ports/security/openvas-libnasl/Makefile 2008-06-04 22:14:01.000000000 +0900 +++ /usr/home/cherry/svk/ports/security/openvas-libnasl/Makefile 2008-06-06 11:41:59.000000000 +0900 @@ -7,6 +7,7 @@ PORTNAME= openvas-libnasl PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/406/ @@ -28,6 +29,6 @@ MAN1= openvas-libnasl-config.1 openvas-nasl.1 -.include "${.CURDIR}/../../security/openvas-server/Makefile.common" +.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common" .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/security/openvas-libnasl/files/patch-configure /usr/home/cherry/svk/ports/security/openvas-libnasl/files/patch-configure --- /usr/ports/security/openvas-libnasl/files/patch-configure 1970-01-01 09:00:00.000000000 +0900 +++ /usr/home/cherry/svk/ports/security/openvas-libnasl/files/patch-configure 2008-06-06 11:41:59.000000000 +0900 @@ -0,0 +1,12 @@ +remove obsolete objformat +--- configure.orig 2008-06-06 11:23:51.000000000 +0900 ++++ configure 2008-06-06 11:24:15.000000000 +0900 +@@ -6339,7 +6339,7 @@ + + freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` +- version_type=freebsd-$objformat ++ version_type=freebsd-elf + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' --- openvas-libnasl-1.0.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080606024624.AE7A8175C3C>