Update to 0.5.2.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= radiusclient
|
||||
PORTVERSION= 0.5.1
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.berlios.de/radiusclient-ng/
|
||||
DISTNAME= ${PORTNAME}-ng-${PORTVERSION}
|
||||
@@ -15,7 +15,7 @@ MAINTAINER= maurice@castro.aus.net
|
||||
COMMENT= Client library and basic utilities for Radius authenticated login
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_INC_LIBTOOL_VER=13
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
MD5 (radiusclient-ng-0.5.1.tar.gz) = e8eaebde3edf57f9f2fe2b8d839568fe
|
||||
SIZE (radiusclient-ng-0.5.1.tar.gz) = 361836
|
||||
MD5 (radiusclient-ng-0.5.2.tar.gz) = c54eb70e964bdd22dd44b39a9b4df8ca
|
||||
SIZE (radiusclient-ng-0.5.2.tar.gz) = 383362
|
||||
|
||||
@@ -22,18 +22,4 @@
|
||||
- program_transform_name="s,\$,$program_suffix,;$program_transform_name"
|
||||
+# test "$program_suffix" != NONE &&
|
||||
+# program_transform_name="s,\$,$program_suffix,;$program_transform_name"
|
||||
# Double any \ or $. echo might interpret backslashes.
|
||||
@@ -8831,9 +8831,2 @@
|
||||
|
||||
- if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
|
||||
- then
|
||||
- { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
|
||||
-echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
|
||||
- { (exit 1); exit 1; }; }
|
||||
- fi
|
||||
-
|
||||
# Update the list of available tags.
|
||||
@@ -18062,2 +18055,3 @@
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Double any \ or $. echo might interpret backslashes.
|
||||
|
||||
16
net/radiusclient/files/patch-ltmain.sh
Normal file
16
net/radiusclient/files/patch-ltmain.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- ltmain.sh
|
||||
+++ ltmain.sh
|
||||
@@ -5553,8 +5553,8 @@
|
||||
# Install the pseudo-library for information purposes.
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
- $show "$install_prog $instname $destdir/$name"
|
||||
- $run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+# $show "$install_prog $instname $destdir/$name"
|
||||
+# $run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
||||
Reference in New Issue
Block a user