From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 9 01:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 898F965F for ; Mon, 9 Dec 2013 01:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6460513C5 for ; Mon, 9 Dec 2013 01:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB91K0NC027549 for ; Mon, 9 Dec 2013 01:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB91K0sc027548; Mon, 9 Dec 2013 01:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 9 Dec 2013 01:20:00 GMT Resent-Message-Id: <201312090120.rB91K0sc027548@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62DBB647 for ; Mon, 9 Dec 2013 01:15:29 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E96713BA for ; Mon, 9 Dec 2013 01:15:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rB91FTTM012235 for ; Mon, 9 Dec 2013 01:15:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rB91FTTG012227; Mon, 9 Dec 2013 01:15:29 GMT (envelope-from nobody) Message-Id: <201312090115.rB91FTTG012227@oldred.freebsd.org> Date: Mon, 9 Dec 2013 01:15:29 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184619: math/sdpara: [PATCH] unbreak F10 and head X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 01:20:00 -0000 >Number: 184619 >Category: ports >Synopsis: math/sdpara: [PATCH] unbreak F10 and head >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 09 01:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: This port specifies the use of gmake, yet the internal makefile has "make" hardcoded which results in the use of bmake of F10 and head instead (unsuccessfully). By updating the Makefile patch as shown in the attachment which lets gmake be used, the port will build on F10 and head. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: math/sdpara/files/patch-Makefile =================================================================== --- math/sdpara/files/patch-Makefile (revision 335916) +++ math/sdpara/files/patch-Makefile (working copy) @@ -1,5 +1,5 @@ ---- Makefile.orig 2009-01-09 11:26:29.000000000 +0900 -+++ Makefile 2009-02-17 14:11:48.000000000 +0900 +--- Makefile.orig 2009-01-09 02:26:29.000000000 +0000 ++++ Makefile @@ -4,20 +4,20 @@ # you edit here along your environment ############################################################ @@ -35,3 +35,16 @@ # F77_FUNC DEF_F77_FUNC = -DF77_FUNC\(name,NAME\)=name\ \#\#\ _ +@@ -82,10 +82,10 @@ cleanall: clean mumps-clean + force: cleanall all + + mumps: +- cd mumps; make ++ cd mumps; $(MAKE) + + mumps-clean: +- cd mumps; make distclean ++ cd mumps; $(MAKE) distclean + + update_make_headers: + g++ -MM *.cpp > make.headers >Release-Note: >Audit-Trail: >Unformatted: