ports/189809: [STAGE] [patch] math/slatec staging

Anton Shterenlikht mexas at bris.ac.uk
Wed May 14 16:00:01 UTC 2014


>Number:         189809
>Category:       ports
>Synopsis:       [STAGE] [patch] math/slatec staging
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 14 16:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Anton Shterenlikht
>Release:        FreeBSD 11.0-CURRENT ia64
>Organization:
>Environment:
System: FreeBSD mech-cluster241.men.bris.ac.uk 11.0-CURRENT FreeBSD 11.0-CURRENT #15 r264294: Thu Apr 10 14:09:26 BST 2014 root at mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64


	
>Description:

Updated to support STAGE, checked on redports and ia64.
svn patch:

Index: math/slatec/Makefile
===================================================================
--- math/slatec/Makefile        (revision 353949)
+++ math/slatec/Makefile        (working copy)
@@ -7,7 +7,6 @@
 CATEGORIES=    math
 MASTER_SITES=  NL:slatec,blas
 MASTER_SITE_SUBDIR=    slatec/:slatec blas/:blas
-NO_STAGE=      yes
 # Get d1mach.f, i1mach.f, r1mach.f from BLAS, rather than from Slatec:
 # See Netlib FAQ #2.17: http://netlib.org/misc/faq.html#2.17
 DISTFILES=     guide:slatec slatec_chk.tgz:slatec slatec_src.tgz:slatec \
@@ -33,6 +32,7 @@
                SRCCONF="${SRCCONF}"
 
 OPTIONS_DEFINE=        DOCS PROFILE
+OPTIONS_DEFAULT=DOCS
 
 .include <bsd.port.options.mk>
 
@@ -72,9 +72,7 @@
 .endfor
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-       @${MKDIR} ${DOCSDIR}
-       @cd ${_DISTDIR}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
+       @${MKDIR} ${STAGEDIR}${DOCSDIR}
+       @cd ${_DISTDIR}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

	
>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list