View | Details | Raw Unified | Return to bug 173224
Collapse All | Expand All

(-)Makefile (+18 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	atf
3
PORTNAME=	atf
4
PORTVERSION=	0.16
4
PORTVERSION=	0.16
5
PORTREVISION=	1
5
CATEGORIES=	devel
6
CATEGORIES=	devel
6
MASTER_SITES=	GOOGLE_CODE
7
MASTER_SITES=	GOOGLE_CODE
7
8
Lines 24-35 Link Here
24
25
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
26
27
28
OPTIONS_DEFINE=	TOOLS
29
OPTIONS_DEFAULT=TOOLS
30
TOOLS_DESC=	Enable deprecated tools
31
27
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
28
33
29
.if ${OSVERSION} >= 1000021
34
.if ${OSVERSION} >= 1000021
30
IGNORE=	is already in the base system
35
IGNORE=	is already in the base system
31
.endif
36
.endif
32
37
38
.if ${PORT_OPTIONS:MTOOLS}
39
CONFIGURE_ARGS+=	--enable-tools
40
PLIST_SUB+=		TOOLS=""
41
MAN1+=			atf-config.1 \
42
			atf-report.1 \
43
			atf-run.1 \
44
			atf-version.1
45
MAN5+=			atf-formats.5
46
MAN7+=			atf.7
47
.else
48
PLIST_SUB+=		TOOLS="@comment "
49
.endif
50
33
post-patch:
51
post-patch:
34
.if empty(PORT_OPTIONS:MDOCS)
52
.if empty(PORT_OPTIONS:MDOCS)
35
	@${REINPLACE_CMD} -e 's|install-docDATA[^:]||' ${WRKSRC}/Makefile.in
53
	@${REINPLACE_CMD} -e 's|install-docDATA[^:]||' ${WRKSRC}/Makefile.in
(-)pkg-plist (+45 lines)
Lines 1-4 Link Here
1
%%TOOLS%%bin/atf-config
2
%%TOOLS%%bin/atf-report
3
%%TOOLS%%bin/atf-run
1
bin/atf-sh
4
bin/atf-sh
5
%%TOOLS%%bin/atf-version
2
include/atf-c++.hpp
6
include/atf-c++.hpp
3
include/atf-c++/build.hpp
7
include/atf-c++/build.hpp
4
include/atf-c++/check.hpp
8
include/atf-c++/check.hpp
Lines 33-43 Link Here
33
share/aclocal/atf-c.m4
37
share/aclocal/atf-c.m4
34
share/aclocal/atf-common.m4
38
share/aclocal/atf-common.m4
35
share/aclocal/atf-sh.m4
39
share/aclocal/atf-sh.m4
40
%%TOOLS%%%%DATADIR%%/atf-run.hooks
36
%%DATADIR%%/libatf-sh.subr
41
%%DATADIR%%/libatf-sh.subr
37
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
42
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
38
%%PORTDOCS%%%%DOCSDIR%%/COPYING
43
%%PORTDOCS%%%%DOCSDIR%%/COPYING
39
%%PORTDOCS%%%%DOCSDIR%%/NEWS
44
%%PORTDOCS%%%%DOCSDIR%%/NEWS
40
%%PORTDOCS%%%%DOCSDIR%%/README
45
%%PORTDOCS%%%%DOCSDIR%%/README
46
%%TOOLS%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/atf-run.hooks
47
%%TOOLS%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/common.conf
48
%%TOOLS%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests-results.css
49
%%TOOLS%%share/xml/atf/tests-results.dtd
50
%%TOOLS%%share/xsl/atf/tests-results.xsl
51
%%TOOLS%%tests/atf/Atffile
41
tests/atf/Kyuafile
52
tests/atf/Kyuafile
42
tests/atf/atf-c++/Atffile
53
tests/atf/atf-c++/Atffile
43
tests/atf/atf-c++/Kyuafile
54
tests/atf/atf-c++/Kyuafile
Lines 90-95 Link Here
90
tests/atf/atf-c/tp_test
101
tests/atf/atf-c/tp_test
91
tests/atf/atf-c/unused_test.c
102
tests/atf/atf-c/unused_test.c
92
tests/atf/atf-c/utils_test
103
tests/atf/atf-c/utils_test
104
%%TOOLS%%tests/atf/atf-config/Atffile
105
%%TOOLS%%tests/atf/atf-config/Kyuafile
106
%%TOOLS%%tests/atf/atf-config/integration_test
107
%%TOOLS%%tests/atf/atf-report/Atffile
108
%%TOOLS%%tests/atf/atf-report/Kyuafile
109
%%TOOLS%%tests/atf/atf-report/fail_helper
110
%%TOOLS%%tests/atf/atf-report/integration_test
111
%%TOOLS%%tests/atf/atf-report/misc_helpers
112
%%TOOLS%%tests/atf/atf-report/pass_helper
113
%%TOOLS%%tests/atf/atf-report/reader_test
114
%%TOOLS%%tests/atf/atf-run/Atffile
115
%%TOOLS%%tests/atf/atf-run/Kyuafile
116
%%TOOLS%%tests/atf/atf-run/atffile_test
117
%%TOOLS%%tests/atf/atf-run/bad_metadata_helper
118
%%TOOLS%%tests/atf/atf-run/config_test
119
%%TOOLS%%tests/atf/atf-run/expect_helpers
120
%%TOOLS%%tests/atf/atf-run/fs_test
121
%%TOOLS%%tests/atf/atf-run/integration_test
122
%%TOOLS%%tests/atf/atf-run/io_test
123
%%TOOLS%%tests/atf/atf-run/misc_helpers
124
%%TOOLS%%tests/atf/atf-run/pass_helper
125
%%TOOLS%%tests/atf/atf-run/requirements_test
126
%%TOOLS%%tests/atf/atf-run/several_tcs_helper
127
%%TOOLS%%tests/atf/atf-run/signals_test
128
%%TOOLS%%tests/atf/atf-run/test_program_test
129
%%TOOLS%%tests/atf/atf-run/user_test
130
%%TOOLS%%tests/atf/atf-run/zero_tcs_helper
93
tests/atf/atf-sh/Atffile
131
tests/atf/atf-sh/Atffile
94
tests/atf/atf-sh/Kyuafile
132
tests/atf/atf-sh/Kyuafile
95
tests/atf/atf-sh/atf-check_test
133
tests/atf/atf-sh/atf-check_test
Lines 113-124 Link Here
113
tests/atf/test-programs/srcdir_test
151
tests/atf/test-programs/srcdir_test
114
@dirrm tests/atf/test-programs
152
@dirrm tests/atf/test-programs
115
@dirrm tests/atf/atf-sh
153
@dirrm tests/atf/atf-sh
154
%%TOOLS%%@dirrm tests/atf/atf-run
155
%%TOOLS%%@dirrm tests/atf/atf-report
156
%%TOOLS%%@dirrm tests/atf/atf-config
116
@dirrm tests/atf/atf-c/detail
157
@dirrm tests/atf/atf-c/detail
117
@dirrm tests/atf/atf-c++/detail
158
@dirrm tests/atf/atf-c++/detail
118
@dirrm tests/atf/atf-c++
159
@dirrm tests/atf/atf-c++
119
@dirrm tests/atf/atf-c
160
@dirrm tests/atf/atf-c
120
@dirrm tests/atf
161
@dirrm tests/atf
121
@dirrm tests
162
@dirrm tests
163
%%TOOLS%%@dirrm share/xsl/atf
164
%%TOOLS%%@dirrm share/xsl
165
%%TOOLS%%@dirrm share/xml/atf
166
%%TOOLS%%%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
122
%%PORTDOCS%%@dirrm %%DOCSDIR%%
167
%%PORTDOCS%%@dirrm %%DOCSDIR%%
123
@dirrm %%DATADIR%%
168
@dirrm %%DATADIR%%
124
@dirrm include/atf-c++
169
@dirrm include/atf-c++

Return to bug 173224