From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 23:44:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C54BC49B; Sun, 15 Dec 2013 23:44:13 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1C291CFA; Sun, 15 Dec 2013 23:44:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFNiDgQ046106; Sun, 15 Dec 2013 23:44:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFNiDV2046105; Sun, 15 Dec 2013 23:44:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312152344.rBFNiDV2046105@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 15 Dec 2013 23:44:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336596 - head/Mk 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.17 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: Sun, 15 Dec 2013 23:44:13 -0000 Author: bapt Date: Sun Dec 15 23:44:13 2013 New Revision: 336596 URL: http://svnweb.freebsd.org/changeset/ports/336596 Log: fmake doesn't like previous commit (which breaks index) [1] Given we do not support for long enough old OPTIONS framework just get rid of this compat block that doesn't bring anything anymore Kick by: cperciva [1] Modified: head/Mk/bsd.options.mk Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Sun Dec 15 23:31:36 2013 (r336595) +++ head/Mk/bsd.options.mk Sun Dec 15 23:44:13 2013 (r336596) @@ -355,20 +355,6 @@ NOPORTEXAMPLES= yes ALL_OPTIONS= ${OPTIONS_DEFINE} .endif -### to be removed once old OPTIONS disappear -.for opt in ${ALL_OPTIONS} -.if empty(PORT_OPTIONS:M${opt}) -. if !defined(WITH_${opt}) && !defined(WITHOUT_${opt}) && ${opt} != NLS -WITHOUT_${opt}:= true -. endif -.else -. if !defined(WITH_${opt}) && !defined(WITHOUT_${opt}) -WITH_${opt}:= true -. endif -.endif -.endfor -### - .for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} # PLIST_SUB PLIST_SUB?=