diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-01-26 09:21:02 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-01-26 09:21:02 +0000 |
commit | 046652aaedac9fa32fefd21140abc55c7f5ce3a6 (patch) | |
tree | 0fe6a9236c3ab5c953f72508a75de7c8ad474da2 /sysutils | |
parent | 5c2fc66d06f96846ccb4ce44cf1e9e4c4f7a4531 (diff) | |
download | ports-046652aaedac9fa32fefd21140abc55c7f5ce3a6.tar.gz ports-046652aaedac9fa32fefd21140abc55c7f5ce3a6.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/shlock/Makefile | 2 | ||||
-rw-r--r-- | sysutils/shlock/distinfo | 2 | ||||
-rw-r--r-- | sysutils/shlock/files/patch-configure | 26 |
3 files changed, 17 insertions, 13 deletions
diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile index 28498ca7dee4..23eb6b5f1f06 100644 --- a/sysutils/shlock/Makefile +++ b/sysutils/shlock/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shlock -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR=inn diff --git a/sysutils/shlock/distinfo b/sysutils/shlock/distinfo index e751f2886bf8..3b1568e06021 100644 --- a/sysutils/shlock/distinfo +++ b/sysutils/shlock/distinfo @@ -1 +1 @@ -MD5 (inn-2.3.3.tar.gz) = 97080ce1dcdc5fe8f3dacd230c9d4a0a +MD5 (inn-2.3.4.tar.gz) = 027f367b2f43e3abadde8546b6b2d537 diff --git a/sysutils/shlock/files/patch-configure b/sysutils/shlock/files/patch-configure index 06616141818b..e72e6d80931e 100644 --- a/sysutils/shlock/files/patch-configure +++ b/sysutils/shlock/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.Dist Sun May 5 23:02:07 2002 -+++ configure Sun Nov 3 00:06:12 2002 +--- configure.orig Sun Dec 22 15:00:38 2002 ++++ configure Sun Jan 26 01:15:05 2003 @@ -958,23 +958,6 @@ @@ -116,26 +116,29 @@ pgpverify=true for ac_prog in gpgv do -@@ -3933,31 +3838,6 @@ +@@ -3932,35 +3837,6 @@ + fi LIBS=$inn_save_LIBS - +- -if test x"$DO_PERL" = xDO ; then - echo $ac_n "checking for Perl linkage""... $ac_c" 1>&6 -echo "configure:3939: checking for Perl linkage" >&5 - inn_perl_core_path=`$_PATH_PERL -MConfig -e 'print $Config{archlibexp}'` - inn_perl_core_flags=`$_PATH_PERL -MExtUtils::Embed -e ccopts` - inn_perl_core_libs=`$_PATH_PERL -MExtUtils::Embed -e ldopts 2>&1 | tail -1` +- inn_perl_core_libs=" $inn_perl_core_libs " - for i in $LIBS ; do -- inn_perl_core_libs=`echo "$inn_perl_core_libs" | sed "s/ $i//"` +- inn_perl_core_libs=`echo "$inn_perl_core_libs" | sed "s/ $i / /"` - done - case $host in - *-linux*) -- inn_perl_core_libs=`echo "$inn_perl_core_libs" | sed 's/ -lgdbm//'` +- inn_perl_core_libs=`echo "$inn_perl_core_libs" | sed 's/ -lgdbm / /'` - ;; - esac -- inn_perl_core_flags=`echo "$inn_perl_core_flags" | sed 's/^ *//'` - inn_perl_core_libs=`echo "$inn_perl_core_libs" | sed 's/^ *//'` +- inn_perl_core_libs=`echo "$inn_perl_core_libs" | sed 's/ *$//'` +- inn_perl_core_flags=`echo "$inn_perl_core_flags" | sed 's/^ *//'` - PERL_INC="$inn_perl_core_flags" - PERL_LIB="$inn_perl_core_libs" - echo "$ac_t""$inn_perl_core_path" 1>&6 @@ -145,10 +148,11 @@ -fi - - - +- if test x"$DO_PYTHON" = xdefine ; then echo $ac_n "checking for Python linkage""... $ac_c" 1>&6 -@@ -7469,7 +7349,6 @@ + echo "configure:3967: checking for Python linkage" >&5 +@@ -7481,7 +7357,6 @@ s%@CTAGS@%$CTAGS%g s%@_PATH_AWK@%$_PATH_AWK%g s%@_PATH_EGREP@%$_PATH_EGREP%g @@ -156,7 +160,7 @@ s%@_PATH_SH@%$_PATH_SH%g s%@_PATH_SED@%$_PATH_SED%g s%@_PATH_SORT@%$_PATH_SORT%g -@@ -7486,8 +7365,6 @@ +@@ -7498,8 +7373,6 @@ s%@THREADLIB@%$THREADLIB%g s%@THREADFLAGS@%$THREADFLAGS%g s%@DBM_LIB@%$DBM_LIB%g @@ -165,7 +169,7 @@ s%@PYTHON_LIB@%$PYTHON_LIB%g s%@PYTHON_INC@%$PYTHON_INC%g s%@GETCONF@%$GETCONF%g -@@ -7753,28 +7630,4 @@ +@@ -7765,28 +7638,4 @@ problems. EOF fi |