From owner-svn-ports-all@FreeBSD.ORG Mon Oct 29 13:57:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E182ACA9; Mon, 29 Oct 2012 13:57:57 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B02E48FC16; Mon, 29 Oct 2012 13:57:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9TDvvX9074828; Mon, 29 Oct 2012 13:57:57 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9TDvvmA074822; Mon, 29 Oct 2012 13:57:57 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201210291357.q9TDvvmA074822@svn.freebsd.org> From: Rene Ladan Date: Mon, 29 Oct 2012 13:57:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306613 - in head: devel/chrpath devel/log4cxx games/torcs lang/bas2tap lang/bf2c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2012 13:57:58 -0000 Author: rene Date: Mon Oct 29 13:57:56 2012 New Revision: 306613 URL: http://svn.freebsd.org/changeset/ports/306613 Log: Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always defined. Feature safe: yes Modified: head/devel/chrpath/Makefile head/devel/log4cxx/Makefile head/games/torcs/Makefile head/lang/bas2tap/Makefile head/lang/bf2c/Makefile Modified: head/devel/chrpath/Makefile ============================================================================== --- head/devel/chrpath/Makefile Mon Oct 29 13:54:54 2012 (r306612) +++ head/devel/chrpath/Makefile Mon Oct 29 13:57:56 2012 (r306613) @@ -21,6 +21,9 @@ PLIST_FILES= bin/chrpath PORTDOCS= AUTHORS ChangeLog NEWS README +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= + .include post-install: Modified: head/devel/log4cxx/Makefile ============================================================================== --- head/devel/log4cxx/Makefile Mon Oct 29 13:54:54 2012 (r306612) +++ head/devel/log4cxx/Makefile Mon Oct 29 13:57:56 2012 (r306613) @@ -16,7 +16,7 @@ LICENSE= AL2 LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 -OPTIONS_DEFINE= BOOST DOXYGEN +OPTIONS_DEFINE= BOOST DOCS DOXYGEN OPTIONS_DEFAULT= .include Modified: head/games/torcs/Makefile ============================================================================== --- head/games/torcs/Makefile Mon Oct 29 13:54:54 2012 (r306612) +++ head/games/torcs/Makefile Mon Oct 29 13:57:56 2012 (r306613) @@ -52,6 +52,8 @@ DESKTOP_ENTRIES= "TORCS" \ "Game;Simulation;" \ false +OPTIONS_DEFINE= DOCS + .include EMPTYDIR= champ dtmrace endrace ncrace practice quickrace Modified: head/lang/bas2tap/Makefile ============================================================================== --- head/lang/bas2tap/Makefile Mon Oct 29 13:54:54 2012 (r306612) +++ head/lang/bas2tap/Makefile Mon Oct 29 13:57:56 2012 (r306613) @@ -18,6 +18,8 @@ NO_WRKSUBDIR= yes PORTDOCS= ${PORTNAME}.doc PLIST_FILES= bin/${PORTNAME} +OPTIONS_DEFINE= DOCS + .include do-build: Modified: head/lang/bf2c/Makefile ============================================================================== --- head/lang/bf2c/Makefile Mon Oct 29 13:54:54 2012 (r306612) +++ head/lang/bf2c/Makefile Mon Oct 29 13:57:56 2012 (r306613) @@ -14,6 +14,8 @@ LICENSE= BSD USE_XZ= yes USE_GMAKE= yes +OPTIONS_DEFINE= DOCS + .include do-install: