svn commit: r459910 - head/science/mpb

Jan Beich jbeich at FreeBSD.org
Thu Jan 25 07:52:55 UTC 2018


Author: jbeich
Date: Thu Jan 25 07:52:54 2018
New Revision: 459910
URL: https://svnweb.freebsd.org/changeset/ports/459910

Log:
  science/mpb: back out r459622 after base r328286
  
  For a short time LLD_BOOTSTRAP (on amd64) broke many USES=fortran
  consumers but now that it's fixed the workaround can go away.
  -CURRENT support in ports is primarily limited to the latest tip,
  not an arbitrary old version.
  
  PR:		225230
  Tested by:	Rainer Hurling (maintainer)

Modified:
  head/science/mpb/Makefile   (contents, props changed)

Modified: head/science/mpb/Makefile
==============================================================================
--- head/science/mpb/Makefile	Thu Jan 25 06:44:58 2018	(r459909)
+++ head/science/mpb/Makefile	Thu Jan 25 07:52:54 2018	(r459910)
@@ -33,10 +33,6 @@ NLOPT_LIB_DEPENDS=	libnlopt.so:math/nlopt
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1200051
-USE_GCC=	yes
-.endif
-
 .if ${PORT_OPTIONS:MATLAS}
 LIB_DEPENDS+=	libatlas.so:math/atlas
 CONFIGURE_ARGS+=	--with-lapack=-lalapack


More information about the svn-ports-all mailing list