View | Details | Raw Unified | Return to bug 124335
Collapse All | Expand All

(-)/usr/home/cherry/svk/ports/security/openvas-libnasl/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	openvas-libnasl
8
PORTNAME=	openvas-libnasl
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.0
10
PORTREVISION=	1
10
CATEGORIES=	security
11
CATEGORIES=	security
11
MASTER_SITES=	http://wald.intevation.org/frs/download.php/406/
12
MASTER_SITES=	http://wald.intevation.org/frs/download.php/406/
12
13
Lines 28-33 Link Here
28
29
29
MAN1=		openvas-libnasl-config.1 openvas-nasl.1
30
MAN1=		openvas-libnasl-config.1 openvas-nasl.1
30
31
31
.include "${.CURDIR}/../../security/openvas-server/Makefile.common"
32
.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
32
33
33
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)/usr/home/cherry/svk/ports/security/openvas-libnasl/files/patch-configure (+12 lines)
Line 0 Link Here
1
remove obsolete objformat
2
--- configure.orig	2008-06-06 11:23:51.000000000 +0900
3
+++ configure	2008-06-06 11:24:15.000000000 +0900
4
@@ -6339,7 +6339,7 @@
5
 
6
 freebsd*)
7
   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
8
-  version_type=freebsd-$objformat
9
+  version_type=freebsd-elf
10
   case $version_type in
11
     freebsd-elf*)
12
       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'

Return to bug 124335