pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/37513 (misc/root doesn't build on Mac OS X 10.5 (powerpc))
The following reply was made to PR pkg/37513; it has been noted by GNATS.
From: "OBATA Akio" <obata%lins.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/37513 (misc/root doesn't build on Mac OS X 10.5 (powerpc))
Date: Sun, 28 Dec 2014 12:25:19 +0900
On Sun, 28 Dec 2014 07:40:01 +0900, David Holland <dholland-pbugs%netbsd.org@localhost> wrote:
> On Sat, Dec 27, 2014 at 10:50:00AM +0000, Benny Siegert wrote:
> > => Build dependency gcc3-f77>=3.3.5nb2: NOT found
> > => Verifying reinstall for ../../lang/gcc3-f77
> > ERROR: This package is only available for these compilers: gcc.
> > ERROR: This package is not available for these platforms: Darwin-*-*
> > Interix-*-* DragonFly-*-*.
> > ERROR: This package has set PKG_FAIL_REASON:
> > ERROR: gcc3-f77-3.3.6 is not available for Darwin-14.0.0-x86_64
> > *** Error code 1
> Uggh... I don't suppose it works if you comment that out and try it
> with normal pkgsrc fortran?
How about following?
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/misc/root/Makefile,v
retrieving revision 1.56
diff -u -r1.56 Makefile
--- Makefile 27 Dec 2014 00:56:46 -0000 1.56
+++ Makefile 28 Dec 2014 03:22:10 -0000
@@ -12,8 +12,8 @@
WRKSRC= ${WRKDIR}/root
USE_TOOLS+= gmake
-USE_LANGUAGES= c c++ #fortran f2c lacks LOC()
-.include "../../lang/gcc3-f77/buildlink3.mk"
+USE_LANGUAGES= c c++ fortran
+NOT_FOR_COMPILER+= f2c #lacks LOC()
CHECK_PORTABILITY_SKIP= build/win/*.sh cint/tool/INSTALLBIN
BUILD_TARGET=
--
OBATA Akio / obata%lins.jp@localhost
Home |
Main Index |
Thread Index |
Old Index