svn commit: r371257 - head/devel/libs11n

John Marino marino at FreeBSD.org
Mon Oct 20 11:21:28 UTC 2014


Author: marino
Date: Mon Oct 20 11:21:26 2014
New Revision: 371257
URL: https://svnweb.freebsd.org/changeset/ports/371257
QAT: https://qat.redports.org/buildarchive/r371257/

Log:
  devel/libs11n: Fix NO_PROFILE support

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

Modified: head/devel/libs11n/Makefile
==============================================================================
--- head/devel/libs11n/Makefile	Mon Oct 20 10:45:26 2014	(r371256)
+++ head/devel/libs11n/Makefile	Mon Oct 20 11:21:26 2014	(r371257)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libs11n
 PORTVERSION=	1.2.10
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/s11n/s11n/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-nobuildfiles
@@ -14,6 +15,10 @@ USES=		uidfix zip
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 USE_LDCONFIG=	yes
 
+.if defined(NO_PROFILE)
+PLIST_SUB+=	PROFILE="@comment "
+.endif
+
 post-extract:
 	@${CP} ${PATCHDIR}/Makefile.bsd ${WRKSRC}/Makefile
 

Modified: head/devel/libs11n/pkg-plist
==============================================================================
--- head/devel/libs11n/pkg-plist	Mon Oct 20 10:45:26 2014	(r371256)
+++ head/devel/libs11n/pkg-plist	Mon Oct 20 11:21:26 2014	(r371257)
@@ -80,12 +80,4 @@ include/s11n.net/s11n/variant.hpp
 lib/libs11n.a
 lib/libs11n.so
 lib/libs11n.so.1
-lib/libs11n_p.a
- at dirrm include/s11n.net/s11n/proxy/std
- at dirrm include/s11n.net/s11n/proxy/pod
- at dirrm include/s11n.net/s11n/proxy
- at dirrm include/s11n.net/s11n/plugin
- at dirrm include/s11n.net/s11n/nodeutil
- at dirrm include/s11n.net/s11n/io
- at dirrm include/s11n.net/s11n
- at dirrm include/s11n.net
+%%PROFILE%%lib/libs11n_p.a


More information about the svn-ports-all mailing list