diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 03:49:25 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 03:49:25 +0800 |
commit | a6fcf316def01337706bff88f428fad1d0601e26 (patch) | |
tree | c9d2c0d6d4b0544a09cf43d1aca8fc0b234c5146 /devel | |
parent | 4230e7fdd7d2c930fd56fefc12c1ea118b3a3d11 (diff) | |
download | freebsd-ports-gnome-a6fcf316def01337706bff88f428fad1d0601e26.tar.gz freebsd-ports-gnome-a6fcf316def01337706bff88f428fad1d0601e26.tar.zst freebsd-ports-gnome-a6fcf316def01337706bff88f428fad1d0601e26.zip |
- Switch to USES=libtool, drop .la files
- Strip libraries
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sdts++/Makefile | 5 | ||||
-rw-r--r-- | devel/sdts++/files/patch-sysutils__Makefile.in | 11 | ||||
-rw-r--r-- | devel/sdts++/pkg-plist | 2 |
3 files changed, 15 insertions, 3 deletions
diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile index 6754a08c22c5..43395eca54bc 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -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 development 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++ diff --git a/devel/sdts++/files/patch-sysutils__Makefile.in b/devel/sdts++/files/patch-sysutils__Makefile.in new file mode 100644 index 000000000000..76151f3fe1f8 --- /dev/null +++ b/devel/sdts++/files/patch-sysutils__Makefile.in @@ -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 + diff --git a/devel/sdts++/pkg-plist b/devel/sdts++/pkg-plist index 6b476c292b37..e47d59205888 100644 --- a/devel/sdts++/pkg-plist +++ b/devel/sdts++/pkg-plist @@ -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 |