svn commit: r360252 - in head/devel/sdts++: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 2 19:49:26 UTC 2014
Author: amdmi3
Date: Wed Jul 2 19:49:25 2014
New Revision: 360252
URL: http://svnweb.freebsd.org/changeset/ports/360252
QAT: https://qat.redports.org/buildarchive/r360252/
Log:
- Switch to USES=libtool, drop .la files
- Strip libraries
Added:
head/devel/sdts++/files/patch-sysutils__Makefile.in (contents, props changed)
Modified:
head/devel/sdts++/Makefile
head/devel/sdts++/pkg-plist
Modified: head/devel/sdts++/Makefile
==============================================================================
--- head/devel/sdts++/Makefile Wed Jul 2 19:48:25 2014 (r360251)
+++ head/devel/sdts++/Makefile Wed Jul 2 19:49:25 2014 (r360252)
@@ -3,7 +3,7 @@
PORTNAME= sdts++
PORTVERSION= 1.5.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \
http://lychnobite.org/sdts/
@@ -14,12 +14,13 @@ COMMENT= C++ library for SDTS related de
LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
DOS2UNIX_FILES= sdts++/io/sio_Utils.cpp
-USES= bison dos2unix gmake makeinfo
+USES= bison dos2unix gmake libtool makeinfo
USE_AUTOTOOLS= libtoolize aclocal automake autoconf
LIBTOOLIZE_ARGS=--copy --force
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing --copy --foreign
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
INFO= sdts++
Added: head/devel/sdts++/files/patch-sysutils__Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/sdts++/files/patch-sysutils__Makefile.in Wed Jul 2 19:49:25 2014 (r360252)
@@ -0,0 +1,11 @@
+--- sysutils/Makefile.in.orig 2003-06-10 22:47:15.000000000 +0400
++++ sysutils/Makefile.in 2014-07-02 21:51:45.000000000 +0400
+@@ -216,8 +216,6 @@
+ @list='$(lib_LIBRARIES)'; for p in $$list; do \
+ if test -f $$p; then \
+ p="`echo $$p | sed -e 's|^.*/||'`"; \
+- echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
+- $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
+ else :; fi; \
+ done
+
Modified: head/devel/sdts++/pkg-plist
==============================================================================
--- head/devel/sdts++/pkg-plist Wed Jul 2 19:48:25 2014 (r360251)
+++ head/devel/sdts++/pkg-plist Wed Jul 2 19:49:25 2014 (r360252)
@@ -65,8 +65,8 @@ include/sysutils/stringutils.h
lib/libsdts++.a
lib/libsdts++.so
lib/libsdts++.so.0
+lib/libsdts++.so.0.0.0
lib/libsysutils.a
-lib/libsdts++.la
@dirrm include/sysutils
@dirrm include/sdts++/logical
@dirrm include/sdts++/io
More information about the svn-ports-all
mailing list