head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.09;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.18.21.00.32;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.17.22.41.10;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.08.13.20.15;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.04.13.15.44;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@
$FreeBSD: head/security/openvas-libraries/files/patch-configure 300897 2012-07-14 14:29:18Z beat $

--- configure.orig
+++ configure
@@@@ -8282,7 +8282,7 @@@@
     *) objformat=elf ;;
     esac
   fi
-  version_type=freebsd-$objformat
+  version_type=freebsd-elf
   case $version_type in
     freebsd-elf*)
       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
@@@@ -12192,7 +12192,7 @@@@
     *) objformat=elf ;;
     esac
   fi
-  version_type=freebsd-$objformat
+  version_type=freebsd-elf
   case $version_type in
     freebsd-elf*)
       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
@@@@ -14764,7 +14764,7 @@@@
     *) objformat=elf ;;
     esac
   fi
-  version_type=freebsd-$objformat
+  version_type=freebsd-elf
   case $version_type in
     freebsd-elf*)
       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
@@@@ -17343,7 +17343,7 @@@@
     *) objformat=elf ;;
     esac
   fi
-  version_type=freebsd-$objformat
+  version_type=freebsd-elf
   case $version_type in
     freebsd-elf*)
       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
@@@@ -19078,7 +19078,7 @@@@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lresolv  $LIBS"
+LIBS="$LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@@@ -19134,7 +19134,7 @@@@
 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_dn_expand" >&5
 echo "${ECHO_T}$ac_cv_lib_resolv_dn_expand" >&6; }
 if test $ac_cv_lib_resolv_dn_expand = yes; then
-  LIBS="-lresolv $LIBS"
+  LIBS="$LIBS"
 else
   { echo "$as_me:$LINENO: checking for __dn_expand in -lresolv" >&5
 echo $ECHO_N "checking for __dn_expand in -lresolv... $ECHO_C" >&6; }
@@@@ -19142,7 +19142,7 @@@@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lresolv  $LIBS"
+LIBS="$LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@@@ -19198,7 +19198,7 @@@@
 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___dn_expand" >&5
 echo "${ECHO_T}$ac_cv_lib_resolv___dn_expand" >&6; }
 if test $ac_cv_lib_resolv___dn_expand = yes; then
-  LIBS="-lresolv $LIBS"
+  LIBS="$LIBS"
 else
   { { echo "$as_me:$LINENO: error: you need to install resolve library with development files" >&5
 echo "$as_me: error: you need to install resolve library with development files" >&2;}
@@@@ -19298,11 +19298,11 @@@@
 #ifdef __cplusplus
 extern "C"
 #endif
-char pcap_restart ();
+/* char pcap_restart (); */
 int
 main ()
 {
-return pcap_restart ();
+return 0 /* pcap_restart (); */
   ;
   return 0;
 }
@@@@ -23773,7 +23773,7 @@@@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lresolv  $LIBS"
+LIBS="$LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@


1.4
log
@- Fix patch rejects
@
text
@d2 1
a2 1
$FreeBSD$
@


1.3
log
@- Update to 2.0.3

PR:		137208
Submitted by:	farrokhi@@
@
text
@@


1.2
log
@- Fix build on 7.x (objformat removal)
- Move Makefile.common from server to libraries port
- Minor fixes

PR:		ports/124331 ports/124335-7 ports/124371
Submitted by:	Tomoyuki Sakurai <cherry@@trombik.org> (maintainer)
@
text
@d1 9
a9 6
--- configure.orig	2008-03-27 03:57:28.000000000 +0900
+++ configure	2008-06-06 09:42:17.000000000 +0900
@@@@ -6343,7 +6343,8 @@@@
 
 freebsd*)
   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
a10 1
+  # recent FreeBSD only supports elf. objformat was removed from FreeBSD 7
d14 47
a60 2
       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
@@@@ -8136,7 +8137,7 @@@@
d69 1
a69 1
@@@@ -8192,7 +8193,7 @@@@
d78 1
a78 1
@@@@ -8290,11 +8291,11 @@@@
d92 1
a92 1
@@@@ -12909,7 +12910,7 @@@@
@


1.1
log
@[NEW PORT] security/openvas-libraries: Libraries for OpenVAS

	OpenVAS stands for Open Vulnerability Assessment System and
	is a network security scanner with associated tools like a
	graphical user fontend. The core is a server component with
	a set of network vulnerability tests (NVTs) to detect
	security problems in remote systems and applications.

	WWW: http://www.openvas.org/

PR:		ports/123127
Submitted by:	Tomoyuki Sakurai <cherry@@trombik.org>
@
text
@d2 12
a13 2
+++ configure	2008-04-26 22:00:22.000000000 +0900
@@@@ -8136,7 +8136,7 @@@@
d22 1
a22 1
@@@@ -8192,7 +8192,7 @@@@
d31 1
a31 1
@@@@ -8290,11 +8290,11 @@@@
d45 1
a45 1
@@@@ -12909,7 +12909,7 @@@@
@

