svn commit: r355892 - head/devel/libshbuf
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 30 18:40:26 UTC 2014
Author: amdmi3
Date: Fri May 30 18:40:25 2014
New Revision: 355892
URL: http://svnweb.freebsd.org/changeset/ports/355892
QAT: https://qat.redports.org/buildarchive/r355892/
Log:
- Switch to USES=libtool, drop .la file
- Strip library
- Remove DOXYGEN option as it has no sense because generated documentation is never installed
Modified:
head/devel/libshbuf/Makefile
head/devel/libshbuf/pkg-plist
Modified: head/devel/libshbuf/Makefile
==============================================================================
--- head/devel/libshbuf/Makefile Fri May 30 18:38:23 2014 (r355891)
+++ head/devel/libshbuf/Makefile Fri May 30 18:40:25 2014 (r355892)
@@ -9,23 +9,12 @@ MASTER_SITES= http://0pointer.de/lennart
MAINTAINER= ports at FreeBSD.org
COMMENT= Library for Shared Buffer IPC
-LICENSE= GPLv2
+LICENSE= GPLv2 # though COPYING says LGPL21
-OPTIONS_DEFINE= DOXYGEN
-
-USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
-USES= pathfix
+USES= pathfix libtool
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--disable-lynx
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOXYGEN}
-CONFIGURE_ARGS+= --enable-doxygen
-BUILD_DEPENDS+= doxygen>0:${PORTSDIR}/devel/doxygen
-.else
-CONFIGURE_ARGS+= --disable-doxygen
-.endif
+CONFIGURE_ARGS+=--disable-lynx --disable-doxygen
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
Modified: head/devel/libshbuf/pkg-plist
==============================================================================
--- head/devel/libshbuf/pkg-plist Fri May 30 18:38:23 2014 (r355891)
+++ head/devel/libshbuf/pkg-plist Fri May 30 18:40:25 2014 (r355892)
@@ -2,7 +2,7 @@ include/libshbuf/shbuf.h
include/libshbuf/shbuferr.h
libdata/pkgconfig/shbuf.pc
lib/libshbuf.a
-lib/libshbuf.la
lib/libshbuf.so
-lib/libshbuf.so.1
+lib/libshbuf.so.0
+lib/libshbuf.so.0.1.0
@dirrm include/libshbuf
More information about the svn-ports-head
mailing list