On Mon, May 15, 2017 at 11:30:18AM +0100, Stuart Henderson wrote: > On 2017/05/13 03:49, Marc Espie wrote: > > CVSROOT: /cvs > > Module name: ports > > Changes by: [email protected] 2017/05/13 03:49:51 > > > > Modified files: > > x11/kde4 : kde4.port.mk > > kde4/cantor is complicated, it wants fortran as well, so it does > explicitly want the gcc4 module in case we're on an arch which > has both clang in base and working gcc in ports. > > I think this is about the minimum needed, but I don't know how things > cope if fortran parts are built with gcc and c++ parts with clang. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/x11/kde4/cantor/Makefile,v > retrieving revision 1.13 > diff -u -p -r1.13 Makefile > --- Makefile 15 May 2017 10:27:29 -0000 1.13 > +++ Makefile 15 May 2017 10:29:12 -0000 > @@ -21,7 +21,7 @@ WANTLIB += lib/R/lib/R lib/R/lib/Rblas l > WANTLIB += cln glib-2.0 qalculate soprano spectre xml2 > WANTLIB += luajit-${MODLUA_DEFAULT_VERSION} gfortran > > -MODULES = devel/gettext lang/lua lang/python > +MODULES = devel/gettext lang/lua lang/python gcc4 > MODGCC4_LANGS +=fortran > > RUN_DEPENDS = devel/desktop-file-utils \
Ack. Please add an XXX fortran we'll see how it fares.
