From d4ce26c01a3a79ad41d03ae88978c35f629c23dd Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 6 Feb 2014 22:42:27 +0000 Subject: Support stage --- devel/umem/Makefile | 9 ++++----- devel/umem/pkg-plist | 5 +++++ 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'devel/umem') diff --git a/devel/umem/Makefile b/devel/umem/Makefile index 9e6758f91e66..e0645fef9beb 100644 --- a/devel/umem/Makefile +++ b/devel/umem/Makefile @@ -3,24 +3,23 @@ PORTNAME= umem PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://labs.omniti.com/portableumem/releases/${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org -COMMENT= A port of the Solaris memory allocator +COMMENT= Port of the Solaris memory allocator +USES= libtool USE_BZIP2= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/ -ldl//g' ${WRKSRC}/Makefile.in -MAN3= umem_alloc.3 umem_cache_create.3 umem_debug.3 - regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff --git a/devel/umem/pkg-plist b/devel/umem/pkg-plist index eb2e95081840..5ab2d2118632 100644 --- a/devel/umem/pkg-plist +++ b/devel/umem/pkg-plist @@ -4,8 +4,13 @@ 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 +man/man3/umem_alloc.3.gz +man/man3/umem_cache_create.3.gz +man/man3/umem_debug.3.gz @dirrmtry include/sys -- cgit