Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 00:47:50 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177038: [MAINTAINER] audio/portaudio2 Port is now safe with NOPORTDOCS=yes
Message-ID:  <20130316234753.A5246B8C@hub.freebsd.org>
Resent-Message-ID: <201303162350.r2GNo07q038853@freefall.freebsd.org>

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

>Number:         177038
>Category:       ports
>Synopsis:       [MAINTAINER] audio/portaudio2 Port is now safe with NOPORTDOCS=yes
>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 Mar 16 23:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012
>Description:

Makefile changed:

Port is now safe with NOPORTDOCS=yes in /etc/make.conf

Removed options DOCS

Generated and tested manually, tested with port test, sent with send-pr
>How-To-Repeat:

portlint -A
looks fine.

port test: clean

>Fix:

--- portaudio2.diff begins here ---
diff -ruN /usr/ports/audio/portaudio2/Makefile ./Makefile
--- /usr/ports/audio/portaudio2/Makefile	2013-01-17 14:53:29.000000000 +0100
+++ ./Makefile	2013-03-17 00:34:48.000000000 +0100
@@ -38,7 +38,7 @@
 DOCSRCDIR1=	${WRKSRC}
 DOC_FILES1=	README.txt index.html
 
-OPTIONS_DEFINE=	DOCS EXAMPLES JACK PATEST DOXYGEN
+OPTIONS_DEFINE=	EXAMPLES JACK PATEST DOXYGEN
 OPTIONS_DEFAULT=PATEST DOXYGEN
 
 PATEST_DESC=	PortAudio Test Programs
--- portaudio2.diff ends here ---


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



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