svn commit: r440900 - head/science/libint

Gerald Pfeifer gerald at FreeBSD.org
Sun May 14 20:18:05 UTC 2017


Author: gerald
Date: Sun May 14 20:18:04 2017
New Revision: 440900
URL: https://svnweb.freebsd.org/changeset/ports/440900

Log:
  Update the comment explaining the use of USE_GCC=yes to current
  realitiy (gfortran48 has not been the default for a while), and
  in fact general enough for a soon-to-come update of lang/gcc.

Modified:
  head/science/libint/Makefile

Modified: head/science/libint/Makefile
==============================================================================
--- head/science/libint/Makefile	Sun May 14 19:31:11 2017	(r440899)
+++ head/science/libint/Makefile	Sun May 14 20:18:04 2017	(r440900)
@@ -17,10 +17,10 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	evaleev
 
 # USE_GCC=yes is required because libint is used with mpqc which is built
-# by gfortran48 (from `lang/gcc') and these two libraries each try to pull
-# in a different version of libgcc_s.so which fails.  Forcing this port to
-# build with `lang/gcc' as well resolves the conflict that manifests in
-# `science/libghemical' port.
+# by gfortran (via USES=fortran) and these two libraries each try to pull
+# in libgcc_s.so which fails if it's different versions.  Forcing this port
+# to build with the default version of GCC as well resolves the conflict
+# that manifests in the science/libghemical port.
 USES=		autoreconf gmake libtool perl5
 USE_GCC=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list