Date: Wed, 13 Aug 2014 10:38:37 +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: r364774 - head/devel/libol Message-ID: <201408131038.s7DAcbjm045188@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Aug 13 10:38:37 2014 New Revision: 364774 URL: http://svnweb.freebsd.org/changeset/ports/364774 QAT: https://qat.redports.org/buildarchive/r364774/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/devel/libol/Makefile head/devel/libol/pkg-plist Modified: head/devel/libol/Makefile ============================================================================== --- head/devel/libol/Makefile Wed Aug 13 10:38:25 2014 (r364773) +++ head/devel/libol/Makefile Wed Aug 13 10:38:37 2014 (r364774) @@ -3,14 +3,20 @@ PORTNAME= libol PORTVERSION= 0.3.18 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.balabit.com/downloads/files/libol/0.3/ MAINTAINER= ports@FreeBSD.org COMMENT= Library needed by syslog-ng -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes +# depends on scsh which is severily broken +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/make_class + .include <bsd.port.mk> Modified: head/devel/libol/pkg-plist ============================================================================== --- head/devel/libol/pkg-plist Wed Aug 13 10:38:25 2014 (r364773) +++ head/devel/libol/pkg-plist Wed Aug 13 10:38:37 2014 (r364774) @@ -1,5 +1,4 @@ bin/libol-config -bin/make_class include/libol/abstract_io.h include/libol/abstract_io.h.x include/libol/alist.h @@ -30,7 +29,7 @@ include/libol/stream_buffer.h include/libol/werror.h include/libol/xalloc.h lib/libol.a -lib/libol.la lib/libol.so lib/libol.so.0 +lib/libol.so.0.0.0 @dirrm include/libol
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408131038.s7DAcbjm045188>