Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 02:57:19 +0000 (UTC)
From:      Julio Merino <jmmv@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355276 - in head/devel: atf kyua-atf-compat kyua-cli kyua-testers lutok shtk
Message-ID:  <201405260257.s4Q2vJIk025399@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmmv (src committer)
Date: Mon May 26 02:57:18 2014
New Revision: 355276
URL: http://svnweb.freebsd.org/changeset/ports/355276
QAT: https://qat.redports.org/buildarchive/r355276/

Log:
  Enable the TEST option by default in atf-based ports.
  
  Get ports that use the atf libraries to install their tests by default.
  This is to showcase the potential of getting the tests installed on a
  live system and will also simplify the process of running them periodically
  out of /usr/local/tests/.
  
  Packages confirmed to build with this option enabled.
  
  Approved by:	bapt (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	Mon May 26 02:38:34 2014	(r355275)
+++ head/devel/atf/Makefile	Mon May 26 02:57:18 2014	(r355276)
@@ -2,6 +2,7 @@
 
 PORTNAME=	atf
 PORTVERSION=	0.20
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/jmmv/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ \
 		LOCAL/jmmv
@@ -17,6 +18,7 @@ USE_LDCONFIG=	yes
 USES=		libtool
 
 OPTIONS_DEFINE=	DOCS TEST
+OPTIONS_DEFAULT=TEST
 
 .include <bsd.port.options.mk>
 

Modified: head/devel/kyua-atf-compat/Makefile
==============================================================================
--- head/devel/kyua-atf-compat/Makefile	Mon May 26 02:38:34 2014	(r355275)
+++ head/devel/kyua-atf-compat/Makefile	Mon May 26 02:57:18 2014	(r355276)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kyua-atf-compat
 PORTVERSION=	0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PROJECTHOST=	kyua
@@ -19,6 +19,7 @@ GNU_CONFIGURE=	yes
 USES=		pkgconfig
 
 OPTIONS_DEFINE=	DOCS TEST
+OPTIONS_DEFAULT=TEST
 
 OPTIONS_SUB=		yes
 TEST_CONFIGURE_WITH=	atf

Modified: head/devel/kyua-cli/Makefile
==============================================================================
--- head/devel/kyua-cli/Makefile	Mon May 26 02:38:34 2014	(r355275)
+++ head/devel/kyua-cli/Makefile	Mon May 26 02:57:18 2014	(r355276)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kyua-cli
 PORTVERSION=	0.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PROJECTHOST=	kyua
@@ -27,6 +27,7 @@ SUB_FILES=	kyua.conf
 SUB_LIST=	TESTS_USER=${TESTS_USER}
 
 OPTIONS_DEFINE=	DOCS EXAMPLES TEST
+OPTIONS_DEFAULT=TEST
 
 OPTIONS_SUB=		yes
 TEST_CONFIGURE_WITH=	atf

Modified: head/devel/kyua-testers/Makefile
==============================================================================
--- head/devel/kyua-testers/Makefile	Mon May 26 02:38:34 2014	(r355275)
+++ head/devel/kyua-testers/Makefile	Mon May 26 02:57:18 2014	(r355276)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kyua-testers
 PORTVERSION=	0.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PROJECTHOST=	kyua
@@ -16,6 +16,7 @@ LICENSE=	BSD
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS TEST
+OPTIONS_DEFAULT=TEST
 
 OPTIONS_SUB=		yes
 TEST_CONFIGURE_WITH=	atf

Modified: head/devel/lutok/Makefile
==============================================================================
--- head/devel/lutok/Makefile	Mon May 26 02:38:34 2014	(r355275)
+++ head/devel/lutok/Makefile	Mon May 26 02:57:18 2014	(r355276)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lutok
 PORTVERSION=	0.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -18,6 +18,7 @@ USE_LDCONFIG=	yes
 USES=		libtool lua pkgconfig
 
 OPTIONS_DEFINE=	DOCS EXAMPLES TEST
+OPTIONS_DEFAULT=TEST
 
 OPTIONS_SUB=		yes
 TEST_CONFIGURE_WITH=	atf

Modified: head/devel/shtk/Makefile
==============================================================================
--- head/devel/shtk/Makefile	Mon May 26 02:38:34 2014	(r355275)
+++ head/devel/shtk/Makefile	Mon May 26 02:57:18 2014	(r355276)
@@ -2,7 +2,7 @@
 
 PORTNAME=	shtk
 PORTVERSION=	1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/jmmv/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ \
 		LOCAL/jmmv
@@ -17,6 +17,7 @@ GNU_CONFIGURE=	yes
 MAKE_ARGS=      pkgconfigdir=${PREFIX}/libdata/pkgconfig
 
 OPTIONS_DEFINE=		TEST
+OPTIONS_DEFAULT=	TEST
 OPTIONS_SUB=		yes
 TEST_CONFIGURE_WITH=	atf
 TEST_BUILD_DEPENDS=	${PREFIX}/bin/atf-sh:${PORTSDIR}/devel/atf



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