mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax Approved by: portmgr blanket
This commit is contained in:
parent
c547945b44
commit
bbc4f3a878
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361216
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= verlihub
|
||||
DISTVERSION= 0.9.8e-r2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= SF/${PORTNAME}/Verlihub/${DISTVERSION}
|
||||
@ -14,14 +14,14 @@ COMMENT= A Direct Connect protocol server (Hub)
|
||||
# XXX: Actually, bash isn't required for building,
|
||||
# but otherwise configure script would pick the wrong path
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \
|
||||
pcre.3:${PORTSDIR}/devel/pcre
|
||||
LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP \
|
||||
libpcre.so:${PORTSDIR}/devel/pcre
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
LDFLAGS+= -L/usr/local/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_RC_SUBR= verlihub
|
||||
USE_GCC= any
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= libtool
|
||||
USE_MYSQL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -88,16 +88,17 @@ include/verlihub/tmysqlmemorylist.h
|
||||
include/verlihub/tmysqlmemoryordlist.h
|
||||
include/verlihub/tpluginbase.h
|
||||
lib/libplug_pi.a
|
||||
lib/libplug_pi.la
|
||||
lib/libplug_pi.so
|
||||
lib/libplug_pi.so.0
|
||||
lib/libplug_pi.so.0.0.0
|
||||
lib/libverlihub.a
|
||||
lib/libverlihub.la
|
||||
lib/libverlihub.so
|
||||
lib/libverlihub.so.0
|
||||
lib/libvhapi.la
|
||||
lib/libverlihub.so.0.0.0
|
||||
lib/libvhapi.a
|
||||
lib/libvhapi.so
|
||||
lib/libvhapi.so.0
|
||||
lib/libvhapi.so.0.0.0
|
||||
%%DATADIR%%/config/faq
|
||||
%%DATADIR%%/config/help_admin
|
||||
%%DATADIR%%/config/help_cheef
|
||||
|
Loading…
Reference in New Issue
Block a user