From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 11:21:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE72DBB0; Mon, 20 Oct 2014 11:21:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAE72670; Mon, 20 Oct 2014 11:21:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KBLRV2096951; Mon, 20 Oct 2014 11:21:27 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9KBLRX5096949; Mon, 20 Oct 2014 11:21:27 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410201121.s9KBLRX5096949@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 20 Oct 2014 11:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371257 - head/devel/libs11n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 11:21:28 -0000 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