From owner-svn-ports-head@freebsd.org Sat Dec 19 15:22:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B9C5A4C946; Sat, 19 Dec 2015 15:22:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 186EC1E25; Sat, 19 Dec 2015 15:22:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBJFMS8f052589; Sat, 19 Dec 2015 15:22:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBJFMSo1052588; Sat, 19 Dec 2015 15:22:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512191522.tBJFMSo1052588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 19 Dec 2015 15:22:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404023 - head/math/gotoblas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2015 15:22:29 -0000 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