Date: Thu, 14 Aug 2014 05:43:22 +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: r364825 - head/devel/umem Message-ID: <201408140543.s7E5hMq7083455@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Aug 14 05:43:22 2014 New Revision: 364825 URL: http://svnweb.freebsd.org/changeset/ports/364825 QAT: https://qat.redports.org/buildarchive/r364825/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/devel/umem/Makefile head/devel/umem/pkg-plist Modified: head/devel/umem/Makefile ============================================================================== --- head/devel/umem/Makefile Thu Aug 14 05:43:13 2014 (r364824) +++ head/devel/umem/Makefile Thu Aug 14 05:43:22 2014 (r364825) @@ -3,18 +3,19 @@ PORTNAME= umem PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://labs.omniti.com/portableumem/releases/${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= Port of the Solaris memory allocator -USES= libtool:keepla tar:bzip2 +USES= libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's/ -ldl//g' ${WRKSRC}/Makefile.in Modified: head/devel/umem/pkg-plist ============================================================================== --- head/devel/umem/pkg-plist Thu Aug 14 05:43:13 2014 (r364824) +++ head/devel/umem/pkg-plist Thu Aug 14 05:43:22 2014 (r364825) @@ -1,12 +1,10 @@ include/sys/vmem.h include/umem.h lib/libumem.a -lib/libumem.la lib/libumem.so lib/libumem.so.0 lib/libumem.so.0.0.0 lib/libumem_malloc.a -lib/libumem_malloc.la lib/libumem_malloc.so lib/libumem_malloc.so.0 lib/libumem_malloc.so.0.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408140543.s7E5hMq7083455>