pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39064: Cannot bootstrap pkgsrc on AIX 5.3.0.0
The following reply was made to PR pkg/39064; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/39064: Cannot bootstrap pkgsrc on AIX 5.3.0.0
Date: Sun, 29 Jun 2008 20:57:16 +0900
Following patch for pkgsrc-2008Q1 may be workaround for the issue:
Index: bmake/files/Makefile.in
===================================================================
RCS file: /cvsroot/pkgsrc/devel/bmake/files/Makefile.in,v
retrieving revision 1.7
diff -u -r1.7 Makefile.in
--- bmake/files/Makefile.in 11 Mar 2008 17:20:05 -0000 1.7
+++ bmake/files/Makefile.in 29 Jun 2008 11:53:24 -0000
@@ -133,4 +133,8 @@
# A simple unit-test driver to help catch regressions
accept test:
+.if ${OS} != "SunOS" && empty(OS:MIRIX*) && ${OS} != "AIX"
cd ${.CURDIR}/unit-tests && ${.MAKE:S,^./,${.CURDIR}/,}
TEST_MAKE=${TEST_MAKE:U${.OBJDIR}/${PROG:T}} ${.TARGET}
+.else
+ true
+.endif
Home |
Main Index |
Thread Index |
Old Index