Sat Feb 8 15:59:30 2014 UTC ()
Depend on atf 0.20 (not atf-libs) and bump PKGREVISION.


(jmmv)
diff -r1.3 -r1.4 pkgsrc/devel/kyua-atf-compat/Makefile
diff -r1.18 -r1.19 pkgsrc/devel/kyua-cli/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/kyua-testers/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/lutok/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/shtk/Makefile
diff -r1.26 -r1.27 pkgsrc/sysutils/sysbuild/Makefile
diff -r1.7 -r1.8 pkgsrc/sysutils/sysupgrade/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/devel/kyua-atf-compat/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/kyua-atf-compat/Attic/Makefile 2012/10/31 11:17:09 1.3
+++ pkgsrc/devel/kyua-atf-compat/Attic/Makefile 2014/02/08 15:59:30 1.4
@@ -1,39 +1,40 @@ @@ -1,39 +1,40 @@
1# $NetBSD: Makefile,v 1.3 2012/10/31 11:17:09 asau Exp $ 1# $NetBSD: Makefile,v 1.4 2014/02/08 15:59:30 jmmv Exp $
2# 2#
3 3
4DISTNAME= kyua-atf-compat-0.1 4DISTNAME= kyua-atf-compat-0.1
 5PKGREVISION= 1
5CATEGORIES= devel 6CATEGORIES= devel
6MASTER_SITES= http://kyua.googlecode.com/files/ 7MASTER_SITES= http://kyua.googlecode.com/files/
7 8
8MAINTAINER= jmmv@NetBSD.org 9MAINTAINER= jmmv@NetBSD.org
9HOMEPAGE= http://code.google.com/p/kyua/ 10HOMEPAGE= http://code.google.com/p/kyua/
10COMMENT= Kyua (automated testing framework) - ATF compatibility tools 11COMMENT= Kyua (automated testing framework) - ATF compatibility tools
11LICENSE= modified-bsd 12LICENSE= modified-bsd
12 13
13DEPENDS= kyua-cli>=0.5:../../devel/kyua-cli 14DEPENDS= kyua-cli>=0.5:../../devel/kyua-cli
14 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16MAKE_JOBS_SAFE= yes 17MAKE_JOBS_SAFE= yes
17USE_TOOLS= pkg-config 18USE_TOOLS= pkg-config
18 19
19PKG_OPTIONS_VAR= PKG_OPTIONS.kyua-atf-compat 20PKG_OPTIONS_VAR= PKG_OPTIONS.kyua-atf-compat
20PKG_SUPPORTED_OPTIONS= tests 21PKG_SUPPORTED_OPTIONS= tests
21PKG_SUGGESTED_OPTIONS= tests 22PKG_SUGGESTED_OPTIONS= tests
22 23
23CONFIGURE_ARGS+= ATF_CONFSUBDIR= 24CONFIGURE_ARGS+= ATF_CONFSUBDIR=
24CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 25CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
25 26
26PKG_SYSCONFSUBDIR= atf 27PKG_SYSCONFSUBDIR= atf
27 28
28.include "../../mk/bsd.options.mk" 29.include "../../mk/bsd.options.mk"
29 30
30.if $(PKG_OPTIONS:Mtests) 31.if $(PKG_OPTIONS:Mtests)
 32. include "../../devel/atf/buildlink3.mk"
31CONFIGURE_ARGS+= --with-atf 33CONFIGURE_ARGS+= --with-atf
32PLIST_SUBST+= TESTS= 34PLIST_SUBST+= TESTS=
33. include "../../devel/atf-libs/buildlink3.mk" 
34.else 35.else
35CONFIGURE_ARGS+= --without-atf 36CONFIGURE_ARGS+= --without-atf
36PLIST_SUBST+= TESTS=@comment 37PLIST_SUBST+= TESTS=@comment
37.endif 38.endif
38 39
39.include "../../mk/bsd.pkg.mk" 40.include "../../mk/bsd.pkg.mk"

cvs diff -r1.18 -r1.19 pkgsrc/devel/kyua-cli/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/kyua-cli/Attic/Makefile 2013/12/08 01:21:59 1.18
+++ pkgsrc/devel/kyua-cli/Attic/Makefile 2014/02/08 15:59:30 1.19
@@ -1,46 +1,47 @@ @@ -1,46 +1,47 @@
1# $NetBSD: Makefile,v 1.18 2013/12/08 01:21:59 jmmv Exp $ 1# $NetBSD: Makefile,v 1.19 2014/02/08 15:59:30 jmmv Exp $
2# 2#
3 3
4DISTNAME= kyua-cli-0.8 4DISTNAME= kyua-cli-0.8
 5PKGREVISION= 1
5CATEGORIES= devel 6CATEGORIES= devel
6MASTER_SITES= http://kyua.googlecode.com/files/ 7MASTER_SITES= http://kyua.googlecode.com/files/
7 8
8MAINTAINER= jmmv@NetBSD.org 9MAINTAINER= jmmv@NetBSD.org
9HOMEPAGE= http://code.google.com/p/kyua/ 10HOMEPAGE= http://code.google.com/p/kyua/
10COMMENT= Kyua (automated testing framework) - Command line interface 11COMMENT= Kyua (automated testing framework) - Command line interface
11LICENSE= modified-bsd 12LICENSE= modified-bsd
12 13
13GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
14MAKE_JOBS_SAFE= yes 15MAKE_JOBS_SAFE= yes
15USE_LANGUAGES= c++ 16USE_LANGUAGES= c++
16USE_TOOLS= pkg-config 17USE_TOOLS= pkg-config
17 18
18PKG_OPTIONS_VAR= PKG_OPTIONS.kyua-cli 19PKG_OPTIONS_VAR= PKG_OPTIONS.kyua-cli
19PKG_SUPPORTED_OPTIONS= tests 20PKG_SUPPORTED_OPTIONS= tests
20PKG_SUGGESTED_OPTIONS= tests 21PKG_SUGGESTED_OPTIONS= tests
21 22
22CONFIGURE_ARGS+= KYUA_CONFSUBDIR= 23CONFIGURE_ARGS+= KYUA_CONFSUBDIR=
23CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 24CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
24CONFIGURE_ARGS+= --without-doxygen 25CONFIGURE_ARGS+= --without-doxygen
25 26
26PKG_SYSCONFSUBDIR= kyua 27PKG_SYSCONFSUBDIR= kyua
27 28
28.include "../../mk/bsd.options.mk" 29.include "../../mk/bsd.options.mk"
29 30
30.if $(PKG_OPTIONS:Mtests) 31.if $(PKG_OPTIONS:Mtests)
 32. include "../../devel/atf/buildlink3.mk"
31CONFIGURE_ARGS+= --with-atf 33CONFIGURE_ARGS+= --with-atf
32PLIST_SUBST+= TESTS= 34PLIST_SUBST+= TESTS=
33. include "../../devel/atf-libs/buildlink3.mk" 
34.else 35.else
35CONFIGURE_ARGS+= --without-atf 36CONFIGURE_ARGS+= --without-atf
36PLIST_SUBST+= TESTS=@comment 37PLIST_SUBST+= TESTS=@comment
37.endif 38.endif
38 39
39post-install: 40post-install:
40 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/tests 41 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/tests
41 ${INSTALL_DATA} ${WRKSRC}/examples/Kyuafile.top \ 42 ${INSTALL_DATA} ${WRKSRC}/examples/Kyuafile.top \
42 ${DESTDIR}${PREFIX}/tests/Kyuafile 43 ${DESTDIR}${PREFIX}/tests/Kyuafile
43 44
44.include "../../databases/sqlite3/buildlink3.mk" 45.include "../../databases/sqlite3/buildlink3.mk"
45.include "../../devel/kyua-testers/buildlink3.mk" 46.include "../../devel/kyua-testers/buildlink3.mk"
46.include "../../devel/lutok/buildlink3.mk" 47.include "../../devel/lutok/buildlink3.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/kyua-testers/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/kyua-testers/Attic/Makefile 2013/12/08 01:21:12 1.2
+++ pkgsrc/devel/kyua-testers/Attic/Makefile 2014/02/08 15:59:30 1.3
@@ -1,37 +1,38 @@ @@ -1,37 +1,38 @@
1# $NetBSD: Makefile,v 1.2 2013/12/08 01:21:12 jmmv Exp $ 1# $NetBSD: Makefile,v 1.3 2014/02/08 15:59:30 jmmv Exp $
2# 2#
3 3
4DISTNAME= kyua-testers-0.2 4DISTNAME= kyua-testers-0.2
 5PKGREVISION= 1
5CATEGORIES= devel 6CATEGORIES= devel
6MASTER_SITES= http://kyua.googlecode.com/files/ 7MASTER_SITES= http://kyua.googlecode.com/files/
7 8
8MAINTAINER= jmmv@NetBSD.org 9MAINTAINER= jmmv@NetBSD.org
9HOMEPAGE= http://code.google.com/p/kyua/ 10HOMEPAGE= http://code.google.com/p/kyua/
10COMMENT= Kyua (automated testing framework) - Testers 11COMMENT= Kyua (automated testing framework) - Testers
11LICENSE= modified-bsd 12LICENSE= modified-bsd
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16MAKE_JOBS_SAFE= yes 17MAKE_JOBS_SAFE= yes
17USE_LANGUAGES= c 18USE_LANGUAGES= c
18 19
19PKG_OPTIONS_VAR= PKG_OPTIONS.kyua-testers 20PKG_OPTIONS_VAR= PKG_OPTIONS.kyua-testers
20PKG_SUPPORTED_OPTIONS= tests 21PKG_SUPPORTED_OPTIONS= tests
21PKG_SUGGESTED_OPTIONS= tests 22PKG_SUGGESTED_OPTIONS= tests
22 23
23CONFIGURE_ARGS+= --without-doxygen 24CONFIGURE_ARGS+= --without-doxygen
24 25
25.include "../../mk/bsd.options.mk" 26.include "../../mk/bsd.options.mk"
26 27
27.if $(PKG_OPTIONS:Mtests) 28.if $(PKG_OPTIONS:Mtests)
 29. include "../../devel/atf/buildlink3.mk"
28USE_TOOLS+= pkg-config 30USE_TOOLS+= pkg-config
29CONFIGURE_ARGS+= --with-atf 31CONFIGURE_ARGS+= --with-atf
30PLIST_SUBST+= TESTS= 32PLIST_SUBST+= TESTS=
31. include "../../devel/atf-libs/buildlink3.mk" 
32.else 33.else
33CONFIGURE_ARGS+= --without-atf 34CONFIGURE_ARGS+= --without-atf
34PLIST_SUBST+= TESTS=@comment 35PLIST_SUBST+= TESTS=@comment
35.endif 36.endif
36 37
37.include "../../mk/bsd.pkg.mk" 38.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/lutok/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/lutok/Makefile 2013/12/08 01:20:21 1.9
+++ pkgsrc/devel/lutok/Makefile 2014/02/08 15:59:30 1.10
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2013/12/08 01:20:21 jmmv Exp $ 1# $NetBSD: Makefile,v 1.10 2014/02/08 15:59:30 jmmv Exp $
2 2
3DISTNAME= lutok-0.4 3DISTNAME= lutok-0.4
 4PKGREVISION= 1
4CATEGORIES= devel 5CATEGORIES= devel
5MASTER_SITES= http://lutok.googlecode.com/files/ 6MASTER_SITES= http://lutok.googlecode.com/files/
6 7
7MAINTAINER= jmmv@NetBSD.org 8MAINTAINER= jmmv@NetBSD.org
8HOMEPAGE= http://code.google.com/p/lutok/ 9HOMEPAGE= http://code.google.com/p/lutok/
9COMMENT= Lightweight C++ API for Lua 10COMMENT= Lightweight C++ API for Lua
10LICENSE= modified-bsd 11LICENSE= modified-bsd
11 12
12USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
13USE_LIBTOOL= yes 14USE_LIBTOOL= yes
14USE_TOOLS= pkg-config 15USE_TOOLS= pkg-config
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16 17
@@ -19,23 +20,23 @@ PKG_SUPPORTED_OPTIONS= tests @@ -19,23 +20,23 @@ PKG_SUPPORTED_OPTIONS= tests
19PKG_SUGGESTED_OPTIONS= tests 20PKG_SUGGESTED_OPTIONS= tests
20 21
21CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/lutok 22CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/lutok
22CONFIGURE_ARGS+= --htmldir=${PREFIX}/share/doc/lutok/html 23CONFIGURE_ARGS+= --htmldir=${PREFIX}/share/doc/lutok/html
23CONFIGURE_ARGS+= --without-doxygen 24CONFIGURE_ARGS+= --without-doxygen
24 25
25MAKE_FLAGS+= examplesdir=${PREFIX}/share/examples/lutok 26MAKE_FLAGS+= examplesdir=${PREFIX}/share/examples/lutok
26 27
27PKGCONFIG_OVERRIDE= lutok.pc.in 28PKGCONFIG_OVERRIDE= lutok.pc.in
28 29
29.include "../../mk/bsd.options.mk" 30.include "../../mk/bsd.options.mk"
30 31
31.if $(PKG_OPTIONS:Mtests) 32.if $(PKG_OPTIONS:Mtests)
 33. include "../../devel/atf/buildlink3.mk"
32CONFIGURE_ARGS+= --with-atf 34CONFIGURE_ARGS+= --with-atf
33PLIST_SUBST+= TESTS= 35PLIST_SUBST+= TESTS=
34. include "../../devel/atf-libs/buildlink3.mk" 
35.else 36.else
36CONFIGURE_ARGS+= --without-atf 37CONFIGURE_ARGS+= --without-atf
37PLIST_SUBST+= TESTS=@comment 38PLIST_SUBST+= TESTS=@comment
38.endif 39.endif
39 40
40.include "../../lang/lua/buildlink3.mk" 41.include "../../lang/lua/buildlink3.mk"
41.include "../../mk/bsd.pkg.mk" 42.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/shtk/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/shtk/Makefile 2013/07/28 23:30:44 1.5
+++ pkgsrc/devel/shtk/Makefile 2014/02/08 15:59:30 1.6
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1# $NetBSD: Makefile,v 1.5 2013/07/28 23:30:44 jmmv Exp $ 1# $NetBSD: Makefile,v 1.6 2014/02/08 15:59:30 jmmv Exp $
2 2
3DISTNAME= shtk-1.3 3DISTNAME= shtk-1.3
 4PKGREVISION= 1
4CATEGORIES= devel 5CATEGORIES= devel
5MASTER_SITES= https://github.com/jmmv/shtk/releases/download/shtk-1.3/ 6MASTER_SITES= https://github.com/jmmv/shtk/releases/download/shtk-1.3/
6 7
7MAINTAINER= jmmv@NetBSD.org 8MAINTAINER= jmmv@NetBSD.org
8COMMENT= Application toolkit for POSIX-compliant shell scripts 9COMMENT= Application toolkit for POSIX-compliant shell scripts
9LICENSE= modified-bsd 10LICENSE= modified-bsd
10 11
11PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
12 13
13GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
14TEST_TARGET= check 15TEST_TARGET= check
15USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
16USE_TOOLS= pkg-config 17USE_TOOLS= pkg-config
17 18
18CONFIGURE_ARGS+= SHTK_SHELL="${SH}" 19CONFIGURE_ARGS+= SHTK_SHELL="${SH}"
19 20
20PKG_OPTIONS_VAR= PKG_OPTIONS.shtk 21PKG_OPTIONS_VAR= PKG_OPTIONS.shtk
21PKG_SUPPORTED_OPTIONS= tests 22PKG_SUPPORTED_OPTIONS= tests
22PKG_SUGGESTED_OPTIONS= tests 23PKG_SUGGESTED_OPTIONS= tests
23 24
24.include "../../mk/bsd.options.mk" 25.include "../../mk/bsd.options.mk"
25 26
26.if $(PKG_OPTIONS:Mtests) 27.if $(PKG_OPTIONS:Mtests)
27BUILDLINK_API_DEPENDS.atf-libs+= atf-libs>=0.17 28. include "../../devel/atf/buildlink3.mk"
28. include "../../devel/atf-libs/buildlink3.mk" 
29CONFIGURE_ARGS+= --with-atf=yes 29CONFIGURE_ARGS+= --with-atf=yes
30PLIST_SUBST+= TESTS= 30PLIST_SUBST+= TESTS=
31.else 31.else
32CONFIGURE_ARGS+= --with-atf=no 32CONFIGURE_ARGS+= --with-atf=no
33PLIST_SUBST+= TESTS=@comment 33PLIST_SUBST+= TESTS=@comment
34.endif 34.endif
35 35
36.include "../../mk/bsd.pkg.mk" 36.include "../../mk/bsd.pkg.mk"

cvs diff -r1.26 -r1.27 pkgsrc/sysutils/sysbuild/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/sysbuild/Makefile 2013/07/28 23:32:58 1.26
+++ pkgsrc/sysutils/sysbuild/Makefile 2014/02/08 15:59:30 1.27
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.26 2013/07/28 23:32:58 jmmv Exp $ 1# $NetBSD: Makefile,v 1.27 2014/02/08 15:59:30 jmmv Exp $
2 2
3DISTNAME= sysbuild-2.7 3DISTNAME= sysbuild-2.7
 4PKGREVISION= 1
4CATEGORIES= sysutils 5CATEGORIES= sysutils
5MASTER_SITES= https://github.com/jmmv/sysbuild/releases/download/sysbuild-2.7/ 6MASTER_SITES= https://github.com/jmmv/sysbuild/releases/download/sysbuild-2.7/
6 7
7MAINTAINER= jmmv@NetBSD.org 8MAINTAINER= jmmv@NetBSD.org
8COMMENT= Automates builds of NetBSD and manages source trees 9COMMENT= Automates builds of NetBSD and manages source trees
9LICENSE= modified-bsd 10LICENSE= modified-bsd
10 11
11PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
12 13
13GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
14TEST_TARGET= check 15TEST_TARGET= check
15USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
16USE_TOOLS= pkg-config 17USE_TOOLS= pkg-config
@@ -19,23 +20,22 @@ PKG_SYSCONFSUBDIR= sysbuild @@ -19,23 +20,22 @@ PKG_SYSCONFSUBDIR= sysbuild
19CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 20CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
20CONFIGURE_ARGS+= SYSBUILD_CONFSUBDIR= 21CONFIGURE_ARGS+= SYSBUILD_CONFSUBDIR=
21INSTALL_MAKE_FLAGS+= sysbuild_confdir=${EGDIR} 22INSTALL_MAKE_FLAGS+= sysbuild_confdir=${EGDIR}
22EGDIR= ${PREFIX}/share/examples/sysbuild 23EGDIR= ${PREFIX}/share/examples/sysbuild
23CONF_FILES+= ${EGDIR}/default.conf ${PKG_SYSCONFDIR}/default.conf 24CONF_FILES+= ${EGDIR}/default.conf ${PKG_SYSCONFDIR}/default.conf
24 25
25PKG_OPTIONS_VAR= PKG_OPTIONS.sysbuild 26PKG_OPTIONS_VAR= PKG_OPTIONS.sysbuild
26PKG_SUPPORTED_OPTIONS= tests 27PKG_SUPPORTED_OPTIONS= tests
27PKG_SUGGESTED_OPTIONS= tests 28PKG_SUGGESTED_OPTIONS= tests
28 29
29.include "../../mk/bsd.options.mk" 30.include "../../mk/bsd.options.mk"
30 31
31.if $(PKG_OPTIONS:Mtests) 32.if $(PKG_OPTIONS:Mtests)
32BUILDLINK_API_DEPENDS.atf-libs+= atf-libs>=0.17 33. include "../../devel/atf/buildlink3.mk"
33. include "../../devel/atf-libs/buildlink3.mk" 
34PLIST_SUBST+= TESTS= 34PLIST_SUBST+= TESTS=
35.else 35.else
36PLIST_SUBST+= TESTS=@comment 36PLIST_SUBST+= TESTS=@comment
37.endif 37.endif
38 38
39BUILDLINK_API_DEPENDS.shtk+= shtk>=1.3 39BUILDLINK_API_DEPENDS.shtk+= shtk>=1.3
40.include "../../devel/shtk/buildlink3.mk" 40.include "../../devel/shtk/buildlink3.mk"
41.include "../../mk/bsd.pkg.mk" 41.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/sysutils/sysupgrade/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/sysupgrade/Makefile 2013/07/28 23:37:14 1.7
+++ pkgsrc/sysutils/sysupgrade/Makefile 2014/02/08 15:59:30 1.8
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2013/07/28 23:37:14 jmmv Exp $ 1# $NetBSD: Makefile,v 1.8 2014/02/08 15:59:30 jmmv Exp $
2 2
3DISTNAME= sysupgrade-1.5 3DISTNAME= sysupgrade-1.5
 4PKGREVISION= 1
4CATEGORIES= sysutils 5CATEGORIES= sysutils
5MASTER_SITES= https://github.com/jmmv/sysupgrade/releases/download/sysupgrade-1.5/ 6MASTER_SITES= https://github.com/jmmv/sysupgrade/releases/download/sysupgrade-1.5/
6 7
7MAINTAINER= jmmv@NetBSD.org 8MAINTAINER= jmmv@NetBSD.org
8COMMENT= Automate upgrades of NetBSD 9COMMENT= Automate upgrades of NetBSD
9LICENSE= modified-bsd 10LICENSE= modified-bsd
10 11
11PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
12 13
13GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
14TEST_TARGET= check 15TEST_TARGET= check
15USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
16USE_TOOLS= pkg-config 17USE_TOOLS= pkg-config
@@ -22,23 +23,22 @@ CONFIGURE_ARGS+= SYSUPGRADE_CACHEDIR=${S @@ -22,23 +23,22 @@ CONFIGURE_ARGS+= SYSUPGRADE_CACHEDIR=${S
22 23
23CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 24CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
24INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR} 25INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR}
25EGDIR= ${PREFIX}/share/examples/sysupgrade 26EGDIR= ${PREFIX}/share/examples/sysupgrade
26CONF_FILES+= ${EGDIR}/default.conf ${PKG_SYSCONFDIR}/sysupgrade.conf 27CONF_FILES+= ${EGDIR}/default.conf ${PKG_SYSCONFDIR}/sysupgrade.conf
27 28
28PKG_OPTIONS_VAR= PKG_OPTIONS.sysupgrade 29PKG_OPTIONS_VAR= PKG_OPTIONS.sysupgrade
29PKG_SUPPORTED_OPTIONS= tests 30PKG_SUPPORTED_OPTIONS= tests
30PKG_SUGGESTED_OPTIONS= tests 31PKG_SUGGESTED_OPTIONS= tests
31 32
32.include "../../mk/bsd.options.mk" 33.include "../../mk/bsd.options.mk"
33 34
34.if $(PKG_OPTIONS:Mtests) 35.if $(PKG_OPTIONS:Mtests)
35BUILDLINK_API_DEPENDS.atf-libs+= atf-libs>=0.17 36. include "../../devel/atf/buildlink3.mk"
36. include "../../devel/atf-libs/buildlink3.mk" 
37PLIST_SUBST+= TESTS= 37PLIST_SUBST+= TESTS=
38.else 38.else
39PLIST_SUBST+= TESTS=@comment 39PLIST_SUBST+= TESTS=@comment
40.endif 40.endif
41 41
42BUILDLINK_API_DEPENDS.shtk+= shtk>=1.3 42BUILDLINK_API_DEPENDS.shtk+= shtk>=1.3
43.include "../../devel/shtk/buildlink3.mk" 43.include "../../devel/shtk/buildlink3.mk"
44.include "../../mk/bsd.pkg.mk" 44.include "../../mk/bsd.pkg.mk"