mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix plist and unmark BROKEN.
PR: 82651 Submitted by: Vsevolod Stakhov (maintainer)
This commit is contained in:
parent
9d8bcac5a0
commit
865bb93209
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138031
@ -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}
|
||||
|
20
net/gnu-radius/files/patch-configure
Normal file
20
net/gnu-radius/files/patch-configure
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user