diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-04 23:14:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-04 23:14:44 +0000 |
commit | bd2220da1bf4fa56d0a35eda1bf97c005fb11638 (patch) | |
tree | 0c180e533165f9fc192a2bc6854eaf7588c8a8a4 /benchmarks/siege | |
parent | d969c8d863a3c274c88b2581891a62c7a9aa4dbe (diff) | |
download | ports-bd2220da1bf4fa56d0a35eda1bf97c005fb11638.tar.gz ports-bd2220da1bf4fa56d0a35eda1bf97c005fb11638.zip |
Notes
Diffstat (limited to 'benchmarks/siege')
-rw-r--r-- | benchmarks/siege/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/siege/distinfo | 6 | ||||
-rw-r--r-- | benchmarks/siege/files/patch-configure | 65 |
3 files changed, 4 insertions, 69 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index 9e4559d413cd..0883a68bf7fb 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -6,7 +6,7 @@ # PORTNAME= siege -PORTVERSION= 2.66 +PORTVERSION= 2.69 CATEGORIES= benchmarks MASTER_SITES= ftp://sid.joedog.org/pub/siege/ diff --git a/benchmarks/siege/distinfo b/benchmarks/siege/distinfo index 75e6bb9683e8..4a9a5681913d 100644 --- a/benchmarks/siege/distinfo +++ b/benchmarks/siege/distinfo @@ -1,3 +1,3 @@ -MD5 (siege-2.66.tar.gz) = a5592e42d4217572d8035dec000f479c -SHA256 (siege-2.66.tar.gz) = c4b4aefc94e42f6817445ea88725b8058fcb87d238c1b3a7f9f3d21cde057be5 -SIZE (siege-2.66.tar.gz) = 478161 +MD5 (siege-2.69.tar.gz) = 77190ad255dfa14232137d03fd0d994b +SHA256 (siege-2.69.tar.gz) = e0e18bc2a4a1b0b8fed172c96881c3cd8719deca3ea6150e17774d3a3a351588 +SIZE (siege-2.69.tar.gz) = 482839 diff --git a/benchmarks/siege/files/patch-configure b/benchmarks/siege/files/patch-configure deleted file mode 100644 index fc936b6913a3..000000000000 --- a/benchmarks/siege/files/patch-configure +++ /dev/null @@ -1,65 +0,0 @@ ---- ./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 \ |