Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2014 15:38:32 +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: r361953 - in head/irc: bip dxirc eggdrop-devel iroffer-dinoex irssi-fish znc
Message-ID:  <201407151538.s6FFcWO8034534@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Jul 15 15:38:31 2014
New Revision: 361953
URL: http://svnweb.freebsd.org/changeset/ports/361953
QAT: https://qat.redports.org/buildarchive/r361953/

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

Modified:
  head/irc/bip/Makefile
  head/irc/dxirc/Makefile
  head/irc/eggdrop-devel/Makefile
  head/irc/iroffer-dinoex/Makefile
  head/irc/irssi-fish/Makefile
  head/irc/znc/Makefile

Modified: head/irc/bip/Makefile
==============================================================================
--- head/irc/bip/Makefile	Tue Jul 15 15:38:15 2014	(r361952)
+++ head/irc/bip/Makefile	Tue Jul 15 15:38:31 2014	(r361953)
@@ -25,7 +25,9 @@ SUB_FILES=	pkg-message
 PORTDOCS=	AUTHORS BUGS ChangeLog NEWS README TODO
 EXAMPLEFILES=	bip.conf bip.vim
 
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE=	DOCS EXAMPLES
+
+.include <bsd.port.options.mk>
 
 post-install:
 	@cd ${WRKSRC} && ${INSTALL} bip.1 ${STAGEDIR}${PREFIX}/man/man1
@@ -47,4 +49,4 @@ post-install:
 .endif
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/irc/dxirc/Makefile
==============================================================================
--- head/irc/dxirc/Makefile	Tue Jul 15 15:38:15 2014	(r361952)
+++ head/irc/dxirc/Makefile	Tue Jul 15 15:38:31 2014	(r361953)
@@ -20,7 +20,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
-OPTIONS_DEFINE=	NLS TRAY IPV6 SSL LUA ENCHANT NOTIFY
+OPTIONS_DEFINE=	NLS TRAY IPV6 SSL LUA ENCHANT NOTIFY DOCS
 OPTIONS_DEFAULT=	TRAY SSL LUA
 
 TRAY_DESC=	Trayicon

Modified: head/irc/eggdrop-devel/Makefile
==============================================================================
--- head/irc/eggdrop-devel/Makefile	Tue Jul 15 15:38:15 2014	(r361952)
+++ head/irc/eggdrop-devel/Makefile	Tue Jul 15 15:38:31 2014	(r361953)
@@ -30,6 +30,8 @@ SUB_FILES=	pkg-message
 
 CONFLICTS=	eggdrop-[0-9]*
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 post-patch:

Modified: head/irc/iroffer-dinoex/Makefile
==============================================================================
--- head/irc/iroffer-dinoex/Makefile	Tue Jul 15 15:38:15 2014	(r361952)
+++ head/irc/iroffer-dinoex/Makefile	Tue Jul 15 15:38:31 2014	(r361953)
@@ -39,7 +39,7 @@ IROFFER_EXAMPLES= iroffer.cron \
 IROFFER_HTDOCS=	iroffer-state.css robots.txt \
 		info.txt.rb json.txt.rb md5.txt.rb sfv.txt.rb
 
-OPTIONS_DEFINE=	CURL RUBY UPNP GEOIP
+OPTIONS_DEFINE=	CURL RUBY UPNP GEOIP DOCS EXAMPLES
 OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP
 
 CURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl

Modified: head/irc/irssi-fish/Makefile
==============================================================================
--- head/irc/irssi-fish/Makefile	Tue Jul 15 15:38:15 2014	(r361952)
+++ head/irc/irssi-fish/Makefile	Tue Jul 15 15:38:31 2014	(r361953)
@@ -22,6 +22,8 @@ USE_LDCONFIG=	yes
 PLIST_FILES=	lib/irssi/modules/libfish.so
 PORTDOCS=	FiSH-irssi.txt FiSH-irssi_History.txt
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == "amd64"

Modified: head/irc/znc/Makefile
==============================================================================
--- head/irc/znc/Makefile	Tue Jul 15 15:38:15 2014	(r361952)
+++ head/irc/znc/Makefile	Tue Jul 15 15:38:31 2014	(r361953)
@@ -17,7 +17,7 @@ USES=		pkgconfig iconv gmake
 
 NO_OPTIONS_SORT=	yes
 
-OPTIONS_DEFINE=	DEBUG IPV6 OPENSSL CYRUS PERL PYTHON TCL
+OPTIONS_DEFINE=	DEBUG IPV6 OPENSSL CYRUS PERL PYTHON TCL DOCS
 OPTIONS_DEFAULT=	OPENSSL PERL
 OPTIONS_SUB=	yes
 



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