Date: Tue, 8 Jul 2014 10:46:42 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361216 - head/net-p2p/verlihub Message-ID: <201407081046.s68Akgjp092393@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 8 10:46:42 2014 New Revision: 361216 URL: http://svnweb.freebsd.org/changeset/ports/361216 QAT: https://qat.redports.org/buildarchive/r361216/ Log: - Switch to USES=libtool, drop .la files - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Modified: head/net-p2p/verlihub/Makefile head/net-p2p/verlihub/pkg-plist Modified: head/net-p2p/verlihub/Makefile ============================================================================== --- head/net-p2p/verlihub/Makefile Tue Jul 8 10:46:17 2014 (r361215) +++ head/net-p2p/verlihub/Makefile Tue Jul 8 10:46:42 2014 (r361216) @@ -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 serve # 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 Modified: head/net-p2p/verlihub/pkg-plist ============================================================================== --- head/net-p2p/verlihub/pkg-plist Tue Jul 8 10:46:17 2014 (r361215) +++ head/net-p2p/verlihub/pkg-plist Tue Jul 8 10:46:42 2014 (r361216) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081046.s68Akgjp092393>