diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-07 06:42:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-07 06:42:27 +0800 |
commit | d4ce26c01a3a79ad41d03ae88978c35f629c23dd (patch) | |
tree | c3e321e6bf9f872f6303e7d3090f36058dfb5cf9 /devel/umem | |
parent | 0bac46cde119b45801dafdee4b9156561fd8c478 (diff) | |
download | freebsd-ports-gnome-d4ce26c01a3a79ad41d03ae88978c35f629c23dd.tar.gz freebsd-ports-gnome-d4ce26c01a3a79ad41d03ae88978c35f629c23dd.tar.zst freebsd-ports-gnome-d4ce26c01a3a79ad41d03ae88978c35f629c23dd.zip |
Support stage
Diffstat (limited to 'devel/umem')
-rw-r--r-- | devel/umem/Makefile | 9 | ||||
-rw-r--r-- | devel/umem/pkg-plist | 5 |
2 files changed, 9 insertions, 5 deletions
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 |