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 \
> x11/qt5 : qt5.port.mk
> devel/atk2mm : Makefile
> devel/bullet : Makefile
> devel/glib2mm : Makefile
> devel/libsigc++-2: Makefile
> devel/pangomm : Makefile
> devel/spidermonkey38: Makefile
> games/dhewm3 : Makefile
> graphics/cairomm: Makefile
> graphics/cfdg : Makefile
> graphics/tesseract/tesseract: Makefile
> mail/mimetic : Makefile
> math/ginac : Makefile
> multimedia/sfml: Makefile
> net/bro : Makefile
> net/znc : Makefile
> print/cups-filters: Makefile
> security/botan2: Makefile
> textproc/enchant: Makefile
> textproc/libxml++: Makefile
> textproc/libxml++3: Makefile
> textproc/pdfgrep: Makefile
> textproc/podofo: Makefile
> x11/gtk2mm : Makefile
> x11/gtk3mm : Makefile
>
> Log message:
> first batch of WANT_CXX
>