aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-08-14 13:43:22 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-08-14 13:43:22 +0800
commite2746277d2131206d7a317108fe09a6a44e7c053 (patch)
treecaa1872c5b10d453e81af4c9f228d42a9e6e676e
parent774be6d7b9147d1510a4a91c3baf3a56fb460647 (diff)
downloadfreebsd-ports-gnome-e2746277d2131206d7a317108fe09a6a44e7c053.tar.gz
freebsd-ports-gnome-e2746277d2131206d7a317108fe09a6a44e7c053.tar.zst
freebsd-ports-gnome-e2746277d2131206d7a317108fe09a6a44e7c053.zip
- Switch to USES=libtool, drop .la files
- Strip libraries
-rw-r--r--devel/umem/Makefile5
-rw-r--r--devel/umem/pkg-plist2
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/umem/Makefile b/devel/umem/Makefile
index 17f65be31455..c1ba45e907ac 100644
--- a/devel/umem/Makefile
+++ b/devel/umem/Makefile
@@ -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
diff --git a/devel/umem/pkg-plist b/devel/umem/pkg-plist
index 5ab2d2118632..71b6a71e37cd 100644
--- a/devel/umem/pkg-plist
+++ b/devel/umem/pkg-plist
@@ -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