pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/tet3 Not really interactive fetch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b33f69040594
branches:  trunk
changeset: 463383:b33f69040594
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 09 00:08:43 2003 +0000

description:
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:

 devel/tet3/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 04156b703463 -r b33f69040594 devel/tet3/Makefile
--- a/devel/tet3/Makefile       Sat Nov 08 22:19:37 2003 +0000
+++ b/devel/tet3/Makefile       Sun Nov 09 00:08:43 2003 +0000
@@ -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@localhost
 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+= 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 @@
        cd ${WRKSRC}/../lib && ${PAX} -rwpe . ${PREFIX}/tet3/lib
 
 .include "../../lang/perl5/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index