Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2008 11:30:12 +0200 (CEST)
From:      Dan Lukes <dan@obluda.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125629: [ PATCH ] x11/xorg: use NOPORTDOCS variable, please
Message-ID:  <200807150930.m6F9UCUP015129@kulesh.obluda.cz>
Resent-Message-ID: <200807150940.m6F9e3Mu071804@freefall.freebsd.org>

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

>Number:         125629
>Category:       ports
>Synopsis:       [ PATCH ] x11/xorg: use NOPORTDOCS variable, please
>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:   Tue Jul 15 09:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dan Lukes
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
Obludarium
>Environment:
xorg-7.3.2

>Description:
	The meta port doesn't honor NOPORTDOCS variable

	Yes, I can install ony those subports I wish to have (without using xorg metaport), but if such variable exists, then some things may be simpler if used.

>How-To-Repeat:
	N/A
>Fix:

--- Makefile.ORIG	2008-07-15 11:20:56.000000000 +0200
+++ Makefile	2008-07-15 11:22:29.000000000 +0200
@@ -25,7 +25,9 @@
 		${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:${PORTSDIR}/x11-themes/xcursor-themes
 
 # doc
+.if !defined(NOPORTDOCS)
 RUN_DEPENDS+=	${LOCALBASE}/share/X11/doc/hardcopy/BDF/bdf.PS.gz:${PORTSDIR}/x11/xorg-docs
+.endif
 
 # app, lib, font, driver, proto
 RUN_DEPENDS+=	${LOCALBASE}/libdata/xorg/apps:${PORTSDIR}/x11/xorg-apps \
>Release-Note:
>Audit-Trail:
>Unformatted:



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