Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2008 15:26:13 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        maho@FreeBSD.org
Subject:   ports/122440: [PATCH] math/lapack: manual pages is not controlled by NOPORTDOCS
Message-ID:  <200804040726.m347QDGH001707@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200804040730.m347U1oY006527@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122440
>Category:       ports
>Synopsis:       [PATCH] math/lapack: manual pages is not controlled by NOPORTDOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 04 07:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
NTU CSIE
>Environment:
System: FreeBSD svm.csie.ntu.edu.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Sat Mar 29 11:44:08 CST 2008
>Description:
- NOPORTDOCS does not controll manual pages per Porter's Handbook 5.14.4 .


Port maintainer (maho@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lapack-3.1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/lapack/Makefile /home/rafan/work/FreeBSD/ports/math/lapack/Makefile
--- /usr/ports/math/lapack/Makefile	2008-02-02 03:11:25.000000000 +0800
+++ /home/rafan/work/FreeBSD/ports/math/lapack/Makefile	2008-04-04 15:24:28.000000000 +0800
@@ -48,9 +48,7 @@
 	@${ECHO} "Set ENABLE_TESTING to YES to enable testing and timing."
 .endif
 
-.if !defined(NOPORTDOCS)
 .include "${FILESDIR}/manpages"
-.endif
 
 post-patch:
 	@${CP} ${WRKSRC}/INSTALL/make.inc.gfortran ${WRKSRC}/make.inc
--- lapack-3.1.1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804040726.m347QDGH001707>