mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to USES=libtool,tar
- Strip libraries
This commit is contained in:
parent
453b4b8883
commit
f12a8a26f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355429
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ulxmlrpcpp
|
||||
PORTVERSION= 1.7.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
@ -14,12 +15,12 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= pathfix iconv
|
||||
USES= tar:bzip2 pathfix iconv libtool
|
||||
USE_OPENSSL= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -42,13 +42,13 @@ include/ulxmlrpcpp/ulxr_wbxmlparse.h
|
||||
include/ulxmlrpcpp/ulxr_xmlparse.h
|
||||
include/ulxmlrpcpp/ulxr_xmlparse_base.h
|
||||
lib/libulxmlrpcpp.a
|
||||
lib/libulxmlrpcpp.la
|
||||
lib/libulxmlrpcpp.so
|
||||
lib/libulxmlrpcpp.so.24
|
||||
lib/libulxmlrpcpp.so.24.0.1
|
||||
lib/libulxmlrpcpp_contrib.a
|
||||
lib/libulxmlrpcpp_contrib.la
|
||||
lib/libulxmlrpcpp_contrib.so
|
||||
lib/libulxmlrpcpp_contrib.so.24
|
||||
lib/libulxmlrpcpp_contrib.so.24.0.1
|
||||
libdata/pkgconfig/ulxmlrpcpp.pc
|
||||
%%DATADIR%%/httpd/index.html
|
||||
%%DATADIR%%/httpd/logo-ulxmlrpcpp.png
|
||||
|
Loading…
Reference in New Issue
Block a user