Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 22:08:46 +0200
From:      =?ISO-8859-1?Q?Philippe_Aud=E9oud?= <jadawin@tuxaco.net>
To:        Raphael Kubo da Costa <rakuco@FreeBSD.org>,Kurt Jaeger <pi@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r355071 - head/devel/kcachegrind
Message-ID:  <1c9e7430-e275-4326-8fb4-369281af6f63@email.android.com>
In-Reply-To: <868uprxawj.fsf@FreeBSD.org>
References:  <201405241823.s4OINnFO034750@svn.freebsd.org> <868uprxawj.fsf@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
True. Sorry I misread diff. My bad.

On 24 mai 2014 20:57:16 CEST, Raphael Kubo da Costa <rakuco@FreeBSD.org> wrote:
>Kurt Jaeger <pi@FreeBSD.org> writes:
>
>> Author: pi
>> Date: Sat May 24 18:23:49 2014
>> New Revision: 355071
>> URL: http://svnweb.freebsd.org/changeset/ports/355071
>> QAT: https://qat.redports.org/buildarchive/r355071/
>>
>> Log:
>>   devel/kcachegrind: shebangfix
>>   
>>   Approved by: portmgr (blanket approval), jadawin (mentor)
>
>You need to bump PORTREVISION.

-- 
Philippe Audéoud
From owner-svn-ports-head@FreeBSD.ORG  Sat May 24 20:11:07 2014
Return-Path: <owner-svn-ports-head@FreeBSD.ORG>
Delivered-To: svn-ports-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 5BBBE646;
 Sat, 24 May 2014 20:11:07 +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 39CCE295B;
 Sat, 24 May 2014 20:11:07 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OKB7rF083591;
 Sat, 24 May 2014 20:11:07 GMT (envelope-from jmmv@svn.freebsd.org)
Received: (from jmmv@localhost)
 by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OKB6He083582;
 Sat, 24 May 2014 20:11:06 GMT (envelope-from jmmv@svn.freebsd.org)
Message-Id: <201405242011.s4OKB6He083582@svn.freebsd.org>
From: Julio Merino <jmmv@FreeBSD.org>
Date: Sat, 24 May 2014 20:11:06 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r355077 - in head/devel: atf kyua-atf-compat kyua-cli
 kyua-testers lutok shtk
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
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>;
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 24 May 2014 20:11:07 -0000

Author: jmmv (src committer)
Date: Sat May 24 20:11:05 2014
New Revision: 355077
URL: http://svnweb.freebsd.org/changeset/ports/355077
QAT: https://qat.redports.org/buildarchive/r355077/

Log:
  Change ports that use the ATF libraries to depend on devel/atf.
  
  As part of this, make it possible to install devel/atf independently of
  the presence of ATF in the base system.  This is so that we can turn the
  ATF libraries in base into private libraries.
  
  Note that this should have no effect on prebuilt binary packages because
  these changes only apply when the TEST option is selected, and this option
  is not yet the default.
  
  Approved by:	eadler (ports)

Modified:
  head/devel/atf/Makefile
  head/devel/kyua-atf-compat/Makefile
  head/devel/kyua-cli/Makefile
  head/devel/kyua-testers/Makefile
  head/devel/lutok/Makefile
  head/devel/shtk/Makefile

Modified: head/devel/atf/Makefile
==============================================================================
--- head/devel/atf/Makefile	Sat May 24 20:04:42 2014	(r355076)
+++ head/devel/atf/Makefile	Sat May 24 20:11:05 2014	(r355077)
@@ -16,10 +16,6 @@ INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		libtool
 
-.if exists(/usr/lib/libatf-c.a)
-IGNORE=	is already in the base system
-.endif
-
 OPTIONS_DEFINE=	DOCS TEST
 
 .include <bsd.port.options.mk>

Modified: head/devel/kyua-atf-compat/Makefile
==============================================================================
--- head/devel/kyua-atf-compat/Makefile	Sat May 24 20:04:42 2014	(r355076)
+++ head/devel/kyua-atf-compat/Makefile	Sat May 24 20:11:05 2014	(r355077)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kyua-atf-compat
 PORTVERSION=	0.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PROJECTHOST=	kyua
@@ -21,6 +22,8 @@ OPTIONS_DEFINE=	DOCS TEST
 
 OPTIONS_SUB=		yes
 TEST_CONFIGURE_WITH=	atf
+TEST_BUILD_DEPENDS=	${PREFIX}/bin/atf-sh:${PORTSDIR}/devel/atf
+TEST_RUN_DEPENDS=	atf>=0.20:${PORTSDIR}/devel/atf
 
 .include <bsd.port.options.mk>
 

Modified: head/devel/kyua-cli/Makefile
==============================================================================
--- head/devel/kyua-cli/Makefile	Sat May 24 20:04:42 2014	(r355076)
+++ head/devel/kyua-cli/Makefile	Sat May 24 20:11:05 2014	(r355077)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kyua-cli
 PORTVERSION=	0.8
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PROJECTHOST=	kyua
@@ -29,6 +30,9 @@ OPTIONS_DEFINE=	DOCS EXAMPLES TEST
 
 OPTIONS_SUB=		yes
 TEST_CONFIGURE_WITH=	atf
+TEST_BUILD_DEPENDS=	${PREFIX}/bin/atf-sh:${PORTSDIR}/devel/atf
+TEST_LIB_DEPENDS=	libatf-c++.so:${PORTSDIR}/devel/atf
+TEST_RUN_DEPENDS=	atf>=0.20:${PORTSDIR}/devel/atf
 
 .include <bsd.port.options.mk>
 

Modified: head/devel/kyua-testers/Makefile
==============================================================================
--- head/devel/kyua-testers/Makefile	Sat May 24 20:04:42 2014	(r355076)
+++ head/devel/kyua-testers/Makefile	Sat May 24 20:11:05 2014	(r355077)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kyua-testers
 PORTVERSION=	0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PROJECTHOST=	kyua
@@ -19,6 +19,8 @@ OPTIONS_DEFINE=	DOCS TEST
 
 OPTIONS_SUB=		yes
 TEST_CONFIGURE_WITH=	atf
+TEST_LIB_DEPENDS=	libatf-c.so:${PORTSDIR}/devel/atf
+TEST_RUN_DEPENDS=	atf>=0.20:${PORTSDIR}/devel/atf
 
 .include <bsd.port.options.mk>
 

Modified: head/devel/lutok/Makefile
==============================================================================
--- head/devel/lutok/Makefile	Sat May 24 20:04:42 2014	(r355076)
+++ head/devel/lutok/Makefile	Sat May 24 20:11:05 2014	(r355077)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lutok
 PORTVERSION=	0.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -21,6 +21,9 @@ OPTIONS_DEFINE=	DOCS EXAMPLES TEST
 
 OPTIONS_SUB=		yes
 TEST_CONFIGURE_WITH=	atf
+TEST_BUILD_DEPENDS=	${PREFIX}/bin/atf-sh:${PORTSDIR}/devel/atf
+TEST_LIB_DEPENDS=	libatf-c++.so:${PORTSDIR}/devel/atf
+TEST_RUN_DEPENDS=	atf>=0.20:${PORTSDIR}/devel/atf
 
 .include <bsd.port.options.mk>
 

Modified: head/devel/shtk/Makefile
==============================================================================
--- head/devel/shtk/Makefile	Sat May 24 20:04:42 2014	(r355076)
+++ head/devel/shtk/Makefile	Sat May 24 20:11:05 2014	(r355077)
@@ -2,6 +2,7 @@
 
 PORTNAME=	shtk
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/jmmv/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ \
 		LOCAL/jmmv
@@ -12,12 +13,13 @@ COMMENT=	Application toolkit for POSIX-c
 LICENSE=	BSD
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--without-atf
 
 MAKE_ARGS=      pkgconfigdir=${PREFIX}/libdata/pkgconfig
 
 OPTIONS_DEFINE=		TEST
 OPTIONS_SUB=		yes
 TEST_CONFIGURE_WITH=	atf
+TEST_BUILD_DEPENDS=	${PREFIX}/bin/atf-sh:${PORTSDIR}/devel/atf
+TEST_RUN_DEPENDS=	atf>=0.20:${PORTSDIR}/devel/atf
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1c9e7430-e275-4326-8fb4-369281af6f63>