ports/190442: [MAINTAINER-UPDATE][PATCH] please update math/openblas (add stage support)

Eijiro Shibusawa phd_kimberlite at yahoo.co.jp
Sat May 31 03:10:00 UTC 2014


>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 at 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 <bsd.port.options.mk>
 
 .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:


More information about the freebsd-ports-bugs mailing list