svn commit: r404023 - head/math/gotoblas

Antoine Brodin antoine at FreeBSD.org
Sat Dec 19 15:22:29 UTC 2015


Author: antoine
Date: Sat Dec 19 15:22:27 2015
New Revision: 404023
URL: https://svnweb.freebsd.org/changeset/ports/404023

Log:
  Mark BROKEN: fails to build, does not respect DISABLE_MAKE_JOBS
  
  gmake[2]: Entering directory '/wrkdirs/usr/ports/math/gotoblas/work/GotoBLAS2/test'
  f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall  -m64 -fPIC  -c sblat1.f  -o sblat1.o
  gmake[2]: f77: Command not found
  f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall  -m64 -fPIC  -c dblat1.f  -o dblat1.o
  gmake[2]: f77: Command not found
  f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall  -m64 -fPIC  -c cblat1.f  -o cblat1.o
  ../Makefile.system:721: recipe for target 'dblat1.o' failed
  gmake[2]: *** [dblat1.o] Error 127
  gmake[2]: *** Waiting for unfinished jobs....
  ../Makefile.system:721: recipe for target 'sblat1.o' failed
  gmake[2]: *** [sblat1.o] Error 127
  gmake[2]: f77: Command not found
  ../Makefile.system:721: recipe for target 'cblat1.o' failed
  
  Reported by:	pkg-fallout

Modified:
  head/math/gotoblas/Makefile

Modified: head/math/gotoblas/Makefile
==============================================================================
--- head/math/gotoblas/Makefile	Sat Dec 19 15:17:04 2015	(r404022)
+++ head/math/gotoblas/Makefile	Sat Dec 19 15:22:27 2015	(r404023)
@@ -18,6 +18,8 @@ COMMENT=	Fast implementation of Basic Li
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/00License.txt
 
+BROKEN=		fails to build, does not respect DISABLE_MAKE_JOBS
+
 DIST_SUBDIR=	gotoblas
 GOTOBLAS2VER=	1.13
 GOTOBLAS2_SRCFILE=	GotoBLAS2-${GOTOBLAS2VER}_bsd.tar.gz


More information about the svn-ports-all mailing list