mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
4230e7fdd7
commit
a6fcf316de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360252
@ -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++
|
||||
|
11
devel/sdts++/files/patch-sysutils__Makefile.in
Normal file
11
devel/sdts++/files/patch-sysutils__Makefile.in
Normal file
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user