- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
33966e701a
commit
b7453bf3b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366255
2 changed files with 3 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= thrift
|
||||
PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -20,11 +20,11 @@ DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo
|
|||
LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
|
||||
libevent.so:${PORTSDIR}/devel/libevent2
|
||||
|
||||
USE_AUTOTOOLS= autoconf autoheader:env aclocal automake libtool
|
||||
USE_AUTOTOOLS= autoconf autoheader:env aclocal automake
|
||||
ACLOCAL_ARGS= -I${WRKSRC}/aclocal
|
||||
AUTOMAKE_ARGS= --foreign --add-missing --copy
|
||||
|
||||
USES= pkgconfig gmake compiler
|
||||
USES= pkgconfig gmake compiler libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
|
@ -77,22 +77,18 @@ include/thrift/transport/TVirtualTransport.h
|
|||
include/thrift/transport/TZlibTransport.h
|
||||
lib/libthrift-0.9.1.so
|
||||
lib/libthrift.a
|
||||
lib/libthrift.la
|
||||
lib/libthrift.so
|
||||
lib/libthrift.so.0
|
||||
lib/libthriftnb-%%PORTVERSION%%.so
|
||||
lib/libthriftnb.a
|
||||
lib/libthriftnb.la
|
||||
lib/libthriftnb.so
|
||||
lib/libthriftnb.so.0
|
||||
%%QT4%%lib/libthriftqt-%%PORTVERSION%%.so
|
||||
%%QT4%%lib/libthriftqt.a
|
||||
%%QT4%%lib/libthriftqt.la
|
||||
%%QT4%%lib/libthriftqt.so
|
||||
%%QT4%%lib/libthriftqt.so.0
|
||||
lib/libthriftz-0.9.1.so
|
||||
lib/libthriftz.a
|
||||
lib/libthriftz.la
|
||||
lib/libthriftz.so
|
||||
lib/libthriftz.so.0
|
||||
libdata/pkgconfig/thrift-nb.pc
|
||||
|
|
Loading…
Reference in a new issue