diff options
author | ade <ade@FreeBSD.org> | 2004-10-19 05:34:53 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-10-19 05:34:53 +0800 |
commit | e42720b0a113ef35ac52a6b70b07afa42990379e (patch) | |
tree | 9fc97f16552374b859f05f316c81c8468fae5925 /net/radiusclient | |
parent | 82de5b843b1f9611961a7ef0eb641bf951067e52 (diff) | |
download | freebsd-ports-gnome-e42720b0a113ef35ac52a6b70b07afa42990379e.tar.gz freebsd-ports-gnome-e42720b0a113ef35ac52a6b70b07afa42990379e.tar.zst freebsd-ports-gnome-e42720b0a113ef35ac52a6b70b07afa42990379e.zip |
Fix bogons:
- binaries were being installed with a host-specific prefix in sbin/
- missing entry in pkg-plist
Both of which caused endless fun and games.
Diffstat (limited to 'net/radiusclient')
-rw-r--r-- | net/radiusclient/files/patch-configure | 42 | ||||
-rw-r--r-- | net/radiusclient/pkg-plist | 1 |
2 files changed, 28 insertions, 15 deletions
diff --git a/net/radiusclient/files/patch-configure b/net/radiusclient/files/patch-configure index 9febeb742c80..e3249b557347 100644 --- a/net/radiusclient/files/patch-configure +++ b/net/radiusclient/files/patch-configure @@ -1,11 +1,29 @@ - -$FreeBSD$ - ---- configure.orig Sat Dec 6 22:40:13 2003 -+++ configure Sun Dec 7 01:55:48 2003 -@@ -8766,13 +8766,6 @@ - ;; - esac +--- configure.orig Sun Oct 17 18:26:52 2004 ++++ configure Mon Oct 18 21:30:05 2004 +@@ -1525,6 +1525,6 @@ + # will get canonicalized. +-test -n "$target_alias" && +- test "$program_prefix$program_suffix$program_transform_name" = \ +- NONENONEs,x,x, && +- program_prefix=${target_alias}- ++# test -n "$target_alias" && ++# test "$program_prefix$program_suffix$program_transform_name" = \ ++# NONENONEs,x,x, && ++# program_prefix=${target_alias}- + +@@ -1657,7 +1657,7 @@ + echo "${ECHO_T}yes" >&6 +-test "$program_prefix" != NONE && +- program_transform_name="s,^,$program_prefix,;$program_transform_name" ++# test "$program_prefix" != NONE && ++# program_transform_name="s,^,$program_prefix,;$program_transform_name" + # Use a double $ so make ignores it. +-test "$program_suffix" != NONE && +- 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 @@ -15,13 +33,7 @@ $FreeBSD$ - fi - # Update the list of available tags. - if test -n "$tagname"; then - echo appending configuration tag \"$tagname\" to $ofile -@@ -17820,6 +17813,7 @@ - - # This can be used to rebuild libtool when needed +@@ -18062,2 +18055,3 @@ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +$ac_aux_dir/ltconfig $LIBTOOL_DEPS - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/net/radiusclient/pkg-plist b/net/radiusclient/pkg-plist index 8e1f430f0d9a..e2192a1e2e57 100644 --- a/net/radiusclient/pkg-plist +++ b/net/radiusclient/pkg-plist @@ -2,6 +2,7 @@ etc/radiusclient/dictionary etc/radiusclient/dictionary.ascend etc/radiusclient/dictionary.compat etc/radiusclient/dictionary.merit +etc/radiusclient/dictionary.sip etc/radiusclient/issue etc/radiusclient/port-id-map etc/radiusclient/radiusclient.conf |