svn commit: r343164 - head/devel/umem

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 6 22:42:28 UTC 2014


Author: bapt
Date: Thu Feb  6 22:42:27 2014
New Revision: 343164
URL: http://svnweb.freebsd.org/changeset/ports/343164
QAT: https://qat.redports.org/buildarchive/r343164/

Log:
  Support stage

Modified:
  head/devel/umem/Makefile
  head/devel/umem/pkg-plist

Modified: head/devel/umem/Makefile
==============================================================================
--- head/devel/umem/Makefile	Thu Feb  6 22:39:14 2014	(r343163)
+++ head/devel/umem/Makefile	Thu Feb  6 22:42:27 2014	(r343164)
@@ -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 at 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
 

Modified: head/devel/umem/pkg-plist
==============================================================================
--- head/devel/umem/pkg-plist	Thu Feb  6 22:39:14 2014	(r343163)
+++ head/devel/umem/pkg-plist	Thu Feb  6 22:42:27 2014	(r343164)
@@ -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


More information about the svn-ports-head mailing list