svn commit: r359267 - head/devel/bufferpool

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 25 18:36:03 UTC 2014


Author: amdmi3
Date: Wed Jun 25 18:36:02 2014
New Revision: 359267
URL: http://svnweb.freebsd.org/changeset/ports/359267
QAT: https://qat.redports.org/buildarchive/r359267/

Log:
  - Convert USE_BZIP2 to USES
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

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

Modified: head/devel/bufferpool/Makefile
==============================================================================
--- head/devel/bufferpool/Makefile	Wed Jun 25 18:35:47 2014	(r359266)
+++ head/devel/bufferpool/Makefile	Wed Jun 25 18:36:02 2014	(r359267)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bufferpool
 PORTVERSION=	0.0.4
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://lscube.org/files/downloads/bufferpool/
 
@@ -10,11 +11,10 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Bufferpool - the memory management library Feng and Felix depend upon
 
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USES=	gmake pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig tar:bzip2
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbufferpool.so.4
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbufferpool.so
 
 .include <bsd.port.mk>

Modified: head/devel/bufferpool/pkg-plist
==============================================================================
--- head/devel/bufferpool/pkg-plist	Wed Jun 25 18:35:47 2014	(r359266)
+++ head/devel/bufferpool/pkg-plist	Wed Jun 25 18:36:02 2014	(r359267)
@@ -1,7 +1,7 @@
 include/bufferpool/bufferpool.h
 lib/libbufferpool.a
-lib/libbufferpool.la
 lib/libbufferpool.so
-lib/libbufferpool.so.4
+lib/libbufferpool.so.0
+lib/libbufferpool.so.0.4.0
 libdata/pkgconfig/libbufferpool.pc
 @dirrm include/bufferpool


More information about the svn-ports-head mailing list