summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-27 18:19:44 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-27 18:19:44 +0000
commit6f4a571f0833153e8b31abc95c5c3561c7885c54 (patch)
treeedc1f181eba33ea5d170b49ad97042f947f5c901
parent19c301e40731d46191615223da9f2bbadd068d88 (diff)
downloadFreeBSD-ports-6f4a571f0833153e8b31abc95c5c3561c7885c54.zip
FreeBSD-ports-6f4a571f0833153e8b31abc95c5c3561c7885c54.tar.gz
- Switch to USES=libtool, drop .la files
- Strip libraries
-rw-r--r--net/easysoap/Makefile6
-rw-r--r--net/easysoap/pkg-plist2
2 files changed, 5 insertions, 3 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile
index 0e2df31..a29de0c 100644
--- a/net/easysoap/Makefile
+++ b/net/easysoap/Makefile
@@ -3,7 +3,7 @@
PORTNAME= easysoap
PORTVERSION= 0.8.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SWANSONG
DISTNAME= EasySoap++-${PORTVERSION}
@@ -16,8 +16,10 @@ LICENSE= LGPL21
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
USE_OPENSSL= yes
-USE_AUTOTOOLS= libtool
+USES= libtool
+GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/net/easysoap/pkg-plist b/net/easysoap/pkg-plist
index c19dc7c..0ac1d26 100644
--- a/net/easysoap/pkg-plist
+++ b/net/easysoap/pkg-plist
@@ -41,7 +41,7 @@ include/easysoap/es_config.h
include/easysoap/es_msvc.h
include/easysoap/es_mwerks.h
lib/libeasysoap.a
-lib/libeasysoap.la
lib/libeasysoap.so
lib/libeasysoap.so.0
+lib/libeasysoap.so.0.0.0
@dirrm include/easysoap
OpenPOWER on IntegriCloud