Date: Fri, 30 May 2014 18:40:25 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355892 - head/devel/libshbuf Message-ID: <201405301840.s4UIeP23012505@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405301840.s4UIeP23012505>