Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 11:21:27 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371257 - head/devel/libs11n
Message-ID:  <201410201121.s9KBLRX5096949@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrm include/s11n.net/s11n/proxy/std
-@dirrm include/s11n.net/s11n/proxy/pod
-@dirrm include/s11n.net/s11n/proxy
-@dirrm include/s11n.net/s11n/plugin
-@dirrm include/s11n.net/s11n/nodeutil
-@dirrm include/s11n.net/s11n/io
-@dirrm include/s11n.net/s11n
-@dirrm include/s11n.net
+%%PROFILE%%lib/libs11n_p.a



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410201121.s9KBLRX5096949>