svn commit: r360303 - head/devel/shmap

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 2 22:26:33 UTC 2014


Author: amdmi3
Date: Wed Jul  2 22:26:32 2014
New Revision: 360303
URL: http://svnweb.freebsd.org/changeset/ports/360303
QAT: https://qat.redports.org/buildarchive/r360303/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries
  - Use new LIB_DEPENDS syntax

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

Modified: head/devel/shmap/Makefile
==============================================================================
--- head/devel/shmap/Makefile	Wed Jul  2 22:25:39 2014	(r360302)
+++ head/devel/shmap/Makefile	Wed Jul  2 22:26:32 2014	(r360303)
@@ -3,19 +3,22 @@
 
 PORTNAME=	shmap
 PORTVERSION=	0.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Shared-memory-based hashmaps
 
-LIB_DEPENDS=	mm.14:${PORTSDIR}/devel/mm
+LIB_DEPENDS=	libmm.so:${PORTSDIR}/devel/mm
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libshmap.so
+
 .include <bsd.port.mk>

Modified: head/devel/shmap/pkg-plist
==============================================================================
--- head/devel/shmap/pkg-plist	Wed Jul  2 22:25:39 2014	(r360302)
+++ head/devel/shmap/pkg-plist	Wed Jul  2 22:26:32 2014	(r360303)
@@ -1,6 +1,6 @@
 include/shmap.h
 include/shmap_config.h
 lib/libshmap.a
-lib/libshmap.la
 lib/libshmap.so
 lib/libshmap.so.0
+lib/libshmap.so.0.0.0


More information about the svn-ports-all mailing list