diff options
author | novel <novel@FreeBSD.org> | 2005-06-26 11:09:24 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-06-26 11:09:24 +0800 |
commit | 9dd000f2815b4ef3ac1891ce4506fbb78158b3b8 (patch) | |
tree | eae6c5050d8882aefbc024d74e16b28d610e5436 /net/gnu-radius | |
parent | 1adb2ef885a2d1135b43d0c3822db8ac0d0feacd (diff) | |
download | freebsd-ports-gnome-9dd000f2815b4ef3ac1891ce4506fbb78158b3b8.tar.gz freebsd-ports-gnome-9dd000f2815b4ef3ac1891ce4506fbb78158b3b8.tar.zst freebsd-ports-gnome-9dd000f2815b4ef3ac1891ce4506fbb78158b3b8.zip |
Fix plist and unmark BROKEN.
PR: 82651
Submitted by: Vsevolod Stakhov (maintainer)
Diffstat (limited to 'net/gnu-radius')
-rw-r--r-- | net/gnu-radius/Makefile | 3 | ||||
-rw-r--r-- | net/gnu-radius/files/patch-configure | 20 |
2 files changed, 21 insertions, 2 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 6775f745991c..07b070971c7a 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -14,8 +14,6 @@ DISTNAME= radius-${PORTVERSION} MAINTAINER= vsevolod@highsecure.ru COMMENT= GNU RADIUS server -BROKEN= Incomplete pkg-plist - CONFLICTS= freeradius-0.* openradius-0.* radiusd-cistron-1.* USE_RC_SUBR= yes USE_SUBMAKE= yes @@ -24,6 +22,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes USE_GETTEXT= yes +USE_LIBLTDL= yes CONFIGURE_TARGET= # empty PLIST_SUB= PORTVERSION=${PORTVERSION} diff --git a/net/gnu-radius/files/patch-configure b/net/gnu-radius/files/patch-configure new file mode 100644 index 000000000000..12894ea48a62 --- /dev/null +++ b/net/gnu-radius/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Sun Jun 26 00:02:58 2005 ++++ configure Sun Jun 26 00:20:51 2005 +@@ -22804,7 +22804,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +- for path in /usr/local/lib/mysql /usr/lib/mysql ++ for path in ${PREFIX}/lib/mysql /usr/local/lib/mysql /usr/lib/mysql + do + LIBS="$save_LIBS -lm -L$path -lmysqlclient" + cat >conftest.$ac_ext <<_ACEOF +@@ -22925,7 +22925,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +- for path in /usr/local/pgsql/lib /usr/pgsql/lib ++ for path in ${PREFIX}/lib /usr/local/lib /usr/lib + do + LIBS="$save_LIBS -L$path -lpq" + cat >conftest.$ac_ext <<_ACEOF |