[Midnightbsd-cvs] mports: benchmarks/siege: fix siege on current

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 3 18:00:08 EST 2009


Log Message:
-----------
fix siege on current

Modified Files:
--------------
    mports/benchmarks/siege:
        Makefile (r1.3 -> r1.4)

Added Files:
-----------
    mports/benchmarks/siege/files:
        patch-configure (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/benchmarks/siege/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L benchmarks/siege/Makefile -L benchmarks/siege/Makefile -u -r1.3 -r1.4
--- benchmarks/siege/Makefile
+++ benchmarks/siege/Makefile
@@ -1,14 +1,8 @@
-# New ports collection makefile for:	siege
-# Date created:			Jun 2, 2001
-# Whom:				Mark Pulford <mark at kyne.com.au>
-#
 # $MidnightBSD$
-# $FreeBSD: ports/benchmarks/siege/Makefile,v 1.25 2006/08/25 18:08:09 jmelo Exp $
-#
 
 PORTNAME=	siege
 PORTVERSION=	2.66
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	benchmarks
 MASTER_SITES=	ftp://sid.joedog.org/pub/siege/
 
--- /dev/null
+++ benchmarks/siege/files/patch-configure
@@ -0,0 +1,65 @@
+--- ./configure.orig	2007-10-29 12:09:17.000000000 -0400
++++ ./configure	2007-10-29 12:09:50.000000000 -0400
+@@ -9533,7 +9533,7 @@
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldl  $LIBS"
++LIBS="$LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -9592,7 +9592,7 @@
+ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+ echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
+ if test $ac_cv_lib_dl_dlopen = yes; then
+-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs=""
+ else
+   echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
+ echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
+@@ -13314,7 +13314,7 @@
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldl  $LIBS"
++LIBS="$LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -13373,7 +13373,7 @@
+ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+ echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
+ if test $ac_cv_lib_dl_dlopen = yes; then
+-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs=""
+ else
+   echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
+ echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
+@@ -19049,7 +19049,7 @@
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldl  $LIBS"
++LIBS="$LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -19108,7 +19108,7 @@
+ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
+ echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
+ if test $ac_cv_lib_dl_dlopen = yes; then
+-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
++  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs=""
+ else
+   echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
+ echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
+@@ -20809,7 +20809,7 @@
+ 
+ echo "$as_me:$LINENO: result: no" >&5
+ echo "${ECHO_T}no" >&6;
+-  LDL=-ldl
++  LDL=
+   LIBS=$olibs
+ fi
+ rm -f conftest.err conftest.$ac_objext \


More information about the Midnightbsd-cvs mailing list