Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2014 17:14:33 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361981 - in head: x11-fonts/doulos x11-fonts/doulos-compact x11-fonts/fontconfig x11-toolkits/fox14 x11-toolkits/iwidgets x11-toolkits/py-gtk2 x11/rxvt-unicode x11/xorg
Message-ID:  <201407151714.s6FHEXWi089688@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Jul 15 17:14:33 2014
New Revision: 361981
URL: http://svnweb.freebsd.org/changeset/ports/361981
QAT: https://qat.redports.org/buildarchive/r361981/

Log:
  Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.

Modified:
  head/x11-fonts/doulos-compact/Makefile
  head/x11-fonts/doulos/Makefile
  head/x11-fonts/fontconfig/Makefile
  head/x11-toolkits/fox14/Makefile
  head/x11-toolkits/iwidgets/Makefile
  head/x11-toolkits/py-gtk2/Makefile
  head/x11/rxvt-unicode/Makefile
  head/x11/xorg/Makefile

Modified: head/x11-fonts/doulos-compact/Makefile
==============================================================================
--- head/x11-fonts/doulos-compact/Makefile	Tue Jul 15 17:09:35 2014	(r361980)
+++ head/x11-fonts/doulos-compact/Makefile	Tue Jul 15 17:14:33 2014	(r361981)
@@ -27,6 +27,8 @@ NO_BUILD=	yes
 
 PLIST_FILES=	${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}/${PORTNAME}-R.ttf
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 PORTDOCS=	FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt feat_set_tuned.xml

Modified: head/x11-fonts/doulos/Makefile
==============================================================================
--- head/x11-fonts/doulos/Makefile	Tue Jul 15 17:09:35 2014	(r361980)
+++ head/x11-fonts/doulos/Makefile	Tue Jul 15 17:14:33 2014	(r361981)
@@ -23,6 +23,8 @@ NO_BUILD=	yes
 
 PLIST_FILES=	${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}/${PORTNAME}-R.ttf
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 PORTDOCS=	FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt

Modified: head/x11-fonts/fontconfig/Makefile
==============================================================================
--- head/x11-fonts/fontconfig/Makefile	Tue Jul 15 17:09:35 2014	(r361980)
+++ head/x11-fonts/fontconfig/Makefile	Tue Jul 15 17:14:33 2014	(r361981)
@@ -39,6 +39,8 @@ MAN1PAGES=	fc-cache.1 fc-cat.1 fc-list.1
 MAN5PAGES=	fonts-conf.5
 PORTDOCS=	fontconfig-user.html fontconfig-user.pdf fontconfig-user.txt
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 # work around fc-cache crash on arm platform

Modified: head/x11-toolkits/fox14/Makefile
==============================================================================
--- head/x11-toolkits/fox14/Makefile	Tue Jul 15 17:09:35 2014	(r361980)
+++ head/x11-toolkits/fox14/Makefile	Tue Jul 15 17:14:33 2014	(r361981)
@@ -33,7 +33,7 @@ PORTDOCS=	*
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-OPTIONS_DEFINE=	OPTIMIZED_CFLAGS CUPS DEBUG APPS PROFILE SHM XFT
+OPTIONS_DEFINE=	OPTIMIZED_CFLAGS CUPS DEBUG APPS PROFILE SHM XFT DOCS
 OPTIONS_DEFAULT=SHM XFT
 APPS_DESC=	Install sample applications
 SHM_DESC=	Shared Memory support

Modified: head/x11-toolkits/iwidgets/Makefile
==============================================================================
--- head/x11-toolkits/iwidgets/Makefile	Tue Jul 15 17:09:35 2014	(r361980)
+++ head/x11-toolkits/iwidgets/Makefile	Tue Jul 15 17:14:33 2014	(r361981)
@@ -27,6 +27,8 @@ MAKE_ARGS+=	INSTALL_ROOT=${STAGEDIR}
 
 PORTDOCS=	CHANGES ChangeLog README iwidgets.ps
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 post-patch:

Modified: head/x11-toolkits/py-gtk2/Makefile
==============================================================================
--- head/x11-toolkits/py-gtk2/Makefile	Tue Jul 15 17:09:35 2014	(r361980)
+++ head/x11-toolkits/py-gtk2/Makefile	Tue Jul 15 17:14:33 2014	(r361981)
@@ -34,7 +34,7 @@ EXAMPLESDIR=	${PREFIX}/share/examples/py
 
 CONFLICTS=	py*-gtk-0*
 
-OPTIONS_DEFINE=	NUMPY
+OPTIONS_DEFINE=	NUMPY DOCS EXAMPLES
 NUMPY_DESC=	Numpy support (pulls in lang/gcc)
 
 .include <bsd.port.options.mk>

Modified: head/x11/rxvt-unicode/Makefile
==============================================================================
--- head/x11/rxvt-unicode/Makefile	Tue Jul 15 17:09:35 2014	(r361980)
+++ head/x11/rxvt-unicode/Makefile	Tue Jul 15 17:14:33 2014	(r361981)
@@ -29,7 +29,7 @@ CONFIGURE_ARGS=		--enable-everything --w
 OPTIONS_DEFINE=	PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR	\
 		NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY	\
 		MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF		\
-		NOTIFY 256_COLOR
+		NOTIFY 256_COLOR DOCS
 
 SHEBANG_FILES=	${WRKSRC}/src/perl/*
 perl_OLD_CMD=	perl

Modified: head/x11/xorg/Makefile
==============================================================================
--- head/x11/xorg/Makefile	Tue Jul 15 17:09:35 2014	(r361980)
+++ head/x11/xorg/Makefile	Tue Jul 15 17:14:33 2014	(r361981)
@@ -20,6 +20,8 @@ RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgco
 RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmaps \
 		${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:${PORTSDIR}/x11-themes/xcursor-themes
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 # doc



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