diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-09 00:08:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-09 00:08:43 +0000 |
commit | 81575756942b017dd161f4acf78df7203803159a (patch) | |
tree | f75332e346a18c6839266088db2bbb2c1df2ba69 /devel/tet3 | |
parent | 7e023c031f30bf126b50e6991cbdc2da2c522578 (diff) | |
download | pkgsrc-81575756942b017dd161f4acf78df7203803159a.tar.gz |
Not really interactive fetch.
Set USE_BUILDLINK2 so that perl bl2 works.
Add pthread.buildlink2.mk; however, more fixes are needed for this to work
on non-native libpthread platforms (PLIST still incorrect for now).
Diffstat (limited to 'devel/tet3')
-rw-r--r-- | devel/tet3/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/tet3/Makefile b/devel/tet3/Makefile index 7dbf93a9c02..5cc479c5692 100644 --- a/devel/tet3/Makefile +++ b/devel/tet3/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.3 2003/07/22 18:09:01 agc Exp $ +# $NetBSD: Makefile,v 1.4 2003/11/09 00:08:43 wiz Exp $ DISTNAME= tet3.3h-unsup.src PKGNAME= tet3-3.3h +WRKSRC= ${WRKDIR}/src CATEGORIES= devel -MASTER_SITES= http://tetworks.opengroup.org/ +MASTER_SITES= http://tetworks.opengroup.org/tet/ EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://tetworks.opengroup.org/ COMMENT= The Open Group test harness -WRKSRC= ${WRKDIR}/src HAS_CONFIGURE= yes +USE_BUILDLINK2= yes + REPLACE_PERL= ../contrib/suite/src/common.pl ../contrib/NTperldemo/ts/tc1.pl REPLACE_PERL+= ../contrib/NTperldemo/ts/tc2.pl ../contrib/NTperldemo/ts/tc3.pl REPLACE_PERL+= ../contrib/tetreport/TetJournal.pl ../contrib/tetreport/TetReports.pl @@ -19,8 +21,6 @@ REPLACE_PERL+= ../contrib/tetreport/tetreport.pl ../contrib/templates/perl-api.p REPLACE_PERL+= perl/api.pl perl/make_tcm.pl perl/template.pl MAKEFILE= makefile -INTERACTIVE_STAGE= fetch - do-configure: cd ${WRKSRC}/.. && ${CHMOD} 755 configure && ./configure -t inet @@ -32,4 +32,5 @@ post-install: cd ${WRKSRC}/../lib && ${PAX} -rwpe . ${PREFIX}/tet3/lib .include "../../lang/perl5/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |