From owner-svn-ports-head@FreeBSD.ORG Tue Jul 15 15:19:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63A45E6F; Tue, 15 Jul 2014 15:19:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 445BD20E3; Tue, 15 Jul 2014 15:19:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FFJAp5024353; Tue, 15 Jul 2014 15:19:10 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6FFJ7Wi024332; Tue, 15 Jul 2014 15:19:07 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407151519.s6FFJ7Wi024332@svn.freebsd.org> From: Adam Weinberger Date: Tue, 15 Jul 2014 15:19:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361946 - in head/games: alephone eboard gnuchess heretic ioquake3 ldmud linux-quake4 megaglest mkgichessclub nethack32 slashem-tty wesnoth xboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 15:19:10 -0000 Author: adamw Date: Tue Jul 15 15:19:07 2014 New Revision: 361946 URL: http://svnweb.freebsd.org/changeset/ports/361946 QAT: https://qat.redports.org/buildarchive/r361946/ Log: Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. Modified: head/games/alephone/Makefile head/games/eboard/Makefile head/games/gnuchess/Makefile head/games/heretic/Makefile head/games/ioquake3/Makefile head/games/ldmud/Makefile head/games/linux-quake4/Makefile head/games/megaglest/Makefile head/games/mkgichessclub/Makefile head/games/nethack32/Makefile head/games/slashem-tty/Makefile head/games/wesnoth/Makefile head/games/xboard/Makefile Modified: head/games/alephone/Makefile ============================================================================== --- head/games/alephone/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/alephone/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -21,7 +21,7 @@ CONFIGURE_ARGS+=--disable-alsa --disable DATADIR= ${PREFIX}/share/AlephOne -OPTIONS_DEFINE= MAD OGG SPEEX SMPEG TTF ZZIP +OPTIONS_DEFINE= MAD OGG SPEEX SMPEG TTF ZZIP DOCS SMPEG_DESC= Use SMPEG for movie playback TTF_DESC= Enable SDL_ttf font rendering ZZIP_DESC= Enable zziplib support Modified: head/games/eboard/Makefile ============================================================================== --- head/games/eboard/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/eboard/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ INSTALL_TARGET= install install-man -OPTIONS_DEFINE= JOYSTICK +OPTIONS_DEFINE= JOYSTICK DOCS JOYSTICK_DESC= Enable joystick support DESKTOP_ENTRIES="eboard" \ Modified: head/games/gnuchess/Makefile ============================================================================== --- head/games/gnuchess/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/gnuchess/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -16,7 +16,7 @@ INFO= gnuchess USES= shebangfix SHEBANG_FILES= doc/quotes.rb -OPTIONS_DEFINE= OPENING_BOOK +OPTIONS_DEFINE= OPENING_BOOK DOCS OPTIONS_DEFAULT= OPENING_BOOK OPENING_BOOK_DESC= Install opening book (25 MB download) Modified: head/games/heretic/Makefile ============================================================================== --- head/games/heretic/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/heretic/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -16,7 +16,7 @@ USES= gmake USE_XORG= x11 xi xpm xau MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} -OPTIONS_DEFINE= WAD +OPTIONS_DEFINE= WAD DOCS OPTIONS_SINGLE= SG1 OPTIONS_SINGLE_SG1= X11 FASTX11 SDL FASTX11_DESC= Use FastX11 Modified: head/games/ioquake3/Makefile ============================================================================== --- head/games/ioquake3/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/ioquake3/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -49,6 +49,7 @@ GAMELIBS_DESC= Build game libraries OPTIONS_DEFINE+= OPUS OPTIONS_DEFAULT+= OPUS .endif +OPTIONS_DEFINE+=DOCS MAKE_ARGS+= DEFAULT_BASEDIR="${Q3DIR}" \ DEFAULT_LIBDIR="${PREFIX}/${LIBDIR}" \ Modified: head/games/ldmud/Makefile ============================================================================== --- head/games/ldmud/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/ldmud/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -30,7 +30,7 @@ MAKE_JOBS_UNSAFE= yes USERS= mud GROUPS= mud -OPTIONS_DEFINE= MYSQL PGSQL SQLITE IPV6 +OPTIONS_DEFINE= MYSQL PGSQL SQLITE IPV6 DOCS OPTIONS_DEFAULT=MYSQL PGSQL SQLITE IPV6 LPMUD OPTIONS_SINGLE= MUDLIB OPTIONS_SINGLE_MUDLIB= LPMUD DEMOLIB Modified: head/games/linux-quake4/Makefile ============================================================================== --- head/games/linux-quake4/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/linux-quake4/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -25,7 +25,7 @@ PLIST_SUB+= Q4DIR="${Q4DIR}" \ LINUXBASE="${LINUXBASE}" SUB_FILES= pkg-message -OPTIONS_DEFINE= THREADS GERMANY +OPTIONS_DEFINE= THREADS GERMANY DOCS GERMANY_DESC= Germany version OPTIONS_DEFAULT= THREADS Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/megaglest/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -32,7 +32,7 @@ WX_UNICODE= yes CFLAGS+= -I${LOCALBASE}/include/libpng15 WRKSRC= ${WRKDIR}/${PORTNAME}-3.9.0 -OPTIONS_DEFINE= EDITOR +OPTIONS_DEFINE= EDITOR DOCS OPTIONS_SUB= yes EDITOR_DESC= Install MegaGlest Editor Modified: head/games/mkgichessclub/Makefile ============================================================================== --- head/games/mkgichessclub/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/mkgichessclub/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -29,16 +29,12 @@ PHALANX_RUN_DEPENDS= phalanx:${PORTSDIR} WRKSRC= ${WRKDIR}/MKGIChessClub-${PORTVERSION} -.include - do-install: ${MKDIR} ${STAGEDIR}${DATADIR}; cd ${WRKSRC}; \ ${INSTALL_DATA} database/* ${STAGEDIR}${DATADIR}; \ ${MKDIR} ${STAGEDIR}${WWWDIR}; cd www; ${CP} -R . ${STAGEDIR}${WWWDIR} -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}; \ ${INSTALL_DATA} ${WRKSRC}/README.INSTALL ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/games/nethack32/Makefile ============================================================================== --- head/games/nethack32/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/nethack32/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -33,6 +33,8 @@ DATADIR= ${PREFIX}/${HACKDIR} DOCSDIR= ${PREFIX}/share/doc/${HACKNAME} PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +OPTIONS_DEFINE= DOCS + .include .if !exists(${PREFIX}/bin/${HACKLINK}) && ${HACKNAME} != ${HACKLINK} Modified: head/games/slashem-tty/Makefile ============================================================================== --- head/games/slashem-tty/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/slashem-tty/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -19,6 +19,8 @@ MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([A-Z])./\1/g} MAKE_ENV+= DATADIR="${DATADIR}" +OPTIONS_DEFINE= DOCS + .include post-patch: Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/wesnoth/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -30,7 +30,7 @@ PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= ANA CAMPAIGN FRIBIDI LOWMEM NOTIFY OPENMP POOLALLOC PYTHON \ - RAWSOCKETS SERVER TESTS TOOLS + RAWSOCKETS SERVER TESTS TOOLS DOCS OPTIONS_DEFAULT= CAMPAIGN FRIBIDI NOTIFY SERVER TOOLS Modified: head/games/xboard/Makefile ============================================================================== --- head/games/xboard/Makefile Tue Jul 15 15:17:37 2014 (r361945) +++ head/games/xboard/Makefile Tue Jul 15 15:19:07 2014 (r361946) @@ -11,7 +11,7 @@ COMMENT= X frontend for Crafty, GNUChess LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo -OPTIONS_DEFINE= NLS CRAFTY FAIRYMAX GNUCHESS KNIGHTCAP PHALANX +OPTIONS_DEFINE= NLS CRAFTY FAIRYMAX GNUCHESS KNIGHTCAP PHALANX DOCS OPTIONS_DEFAULT= OPTIONS_SUB= yes CRAFTY_DESC= Install crafty engine