From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 31 03:10:00 2014 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 A344D402 for ; Sat, 31 May 2014 03:10: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FBAA2AC1 for ; Sat, 31 May 2014 03:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4V3A02P061034 for ; Sat, 31 May 2014 03:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4V3A0Uu061033; Sat, 31 May 2014 03:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 31 May 2014 03:10:00 GMT Resent-Message-Id: <201405310310.s4V3A0Uu061033@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, Eijiro Shibusawa 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 9B1C8344 for ; Sat, 31 May 2014 03:01:50 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 855F529F4 for ; Sat, 31 May 2014 03:01:50 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4V31gvk034557 for ; Sat, 31 May 2014 03:01:42 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4V31gJZ034510; Sat, 31 May 2014 03:01:42 GMT (envelope-from nobody) Message-Id: <201405310301.s4V31gJZ034510@cgiserv.freebsd.org> Date: Sat, 31 May 2014 03:01:42 GMT From: Eijiro Shibusawa To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/190442: [MAINTAINER-UPDATE][PATCH] please update math/openblas (add stage support) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 03:10:00 -0000 >Number: 190442 >Category: ports >Synopsis: [MAINTAINER-UPDATE][PATCH] please update math/openblas (add stage support) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 31 03:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Eijiro Shibusawa >Release: FreeBSD 10.0-RELEASE >Organization: >Environment: FreeBSD myhost 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Tue May 13 18:31:10 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Attached patch fixes NO_STAGE issue. NOTE: - This port was tested with tinderbox. tinderbox logs are available at redports.org. https://redports.org/buildarchive/20140531024002-11987/ >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ur /usr/ports/math/openblas/./Makefile ./Makefile --- /usr/ports/math/openblas/./Makefile 2014-03-11 05:55:20.000000000 +0900 +++ ./Makefile 2014-05-31 11:38:11.000000000 +0900 @@ -48,7 +48,6 @@ OPTIONS_DEFAULT= DYNAMIC_ARCH .endif -NO_STAGE= yes .include .if defined(TARGET_CPU_ARCH) @@ -160,8 +159,8 @@ do-install: cd ${WRKDIR}/lib ; \ ${INSTALL_DATA} ${OPENBLAS_LIBS:S|$|.a|} ${OPENBLAS_LIBS:S|$|.so.${OPENBLAS_SVER}|} \ - ${PREFIX}/lib/ - cd ${PREFIX}/lib ; \ + ${STAGEDIR}${PREFIX}/lib/ + cd ${STAGEDIR}${PREFIX}/lib ; \ for i in ${OPENBLAS_LIBS:S|$|.so|}; do \ ${LN} -sf $$i.${OPENBLAS_SVER} $$i ; \ done >Release-Note: >Audit-Trail: >Unformatted: