From owner-svn-ports-head@FreeBSD.ORG Tue Mar 11 07:13:07 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 AE5533AA; Tue, 11 Mar 2014 07:13:07 +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 9A894C0F; Tue, 11 Mar 2014 07:13:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2B7D7nd045474; Tue, 11 Mar 2014 07:13:07 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2B7D6pi045468; Tue, 11 Mar 2014 07:13:06 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201403110713.s2B7D6pi045468@svn.freebsd.org> From: Martin Wilke Date: Tue, 11 Mar 2014 07:13:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347864 - in head/x11-toolkits: wxgtk28 wxgtk28-common wxgtk28-contrib wxgtk28-contrib-common wxgtk28-unicode wxgtk28-unicode-contrib 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: Tue, 11 Mar 2014 07:13:07 -0000 Author: miwi Date: Tue Mar 11 07:13:06 2014 New Revision: 347864 URL: http://svnweb.freebsd.org/changeset/ports/347864 QAT: https://qat.redports.org/buildarchive/r347864/ Log: - Stage support Modified: head/x11-toolkits/wxgtk28-common/Makefile head/x11-toolkits/wxgtk28-contrib-common/Makefile head/x11-toolkits/wxgtk28-contrib/Makefile head/x11-toolkits/wxgtk28-unicode-contrib/Makefile head/x11-toolkits/wxgtk28-unicode/Makefile head/x11-toolkits/wxgtk28/Makefile Modified: head/x11-toolkits/wxgtk28-common/Makefile ============================================================================== --- head/x11-toolkits/wxgtk28-common/Makefile Tue Mar 11 07:02:30 2014 (r347863) +++ head/x11-toolkits/wxgtk28-common/Makefile Tue Mar 11 07:13:06 2014 (r347864) @@ -7,5 +7,4 @@ COMMENT= The wxWidgets GUI toolkit (comm WXGTK_FLAVOR= gtk2-common MASTERDIR= ${.CURDIR}/../wxgtk28 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-toolkits/wxgtk28-contrib-common/Makefile ============================================================================== --- head/x11-toolkits/wxgtk28-contrib-common/Makefile Tue Mar 11 07:02:30 2014 (r347863) +++ head/x11-toolkits/wxgtk28-contrib-common/Makefile Tue Mar 11 07:13:06 2014 (r347864) @@ -7,5 +7,4 @@ COMMENT= The wxWidgets GUI toolkit contr WXGTK_FLAVOR= gtk2-contrib-common MASTERDIR= ${.CURDIR}/../wxgtk28 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-toolkits/wxgtk28-contrib/Makefile ============================================================================== --- head/x11-toolkits/wxgtk28-contrib/Makefile Tue Mar 11 07:02:30 2014 (r347863) +++ head/x11-toolkits/wxgtk28-contrib/Makefile Tue Mar 11 07:13:06 2014 (r347864) @@ -7,5 +7,4 @@ COMMENT= The wxWidgets GUI toolkit contr WXGTK_FLAVOR= gtk2-contrib MASTERDIR= ${.CURDIR}/../wxgtk28 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-toolkits/wxgtk28-unicode-contrib/Makefile ============================================================================== --- head/x11-toolkits/wxgtk28-unicode-contrib/Makefile Tue Mar 11 07:02:30 2014 (r347863) +++ head/x11-toolkits/wxgtk28-unicode-contrib/Makefile Tue Mar 11 07:13:06 2014 (r347864) @@ -7,5 +7,4 @@ COMMENT= The wxWidgets GUI toolkit contr WXGTK_FLAVOR= gtk2-unicode-contrib MASTERDIR= ${.CURDIR}/../wxgtk28 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-toolkits/wxgtk28-unicode/Makefile ============================================================================== --- head/x11-toolkits/wxgtk28-unicode/Makefile Tue Mar 11 07:02:30 2014 (r347863) +++ head/x11-toolkits/wxgtk28-unicode/Makefile Tue Mar 11 07:13:06 2014 (r347864) @@ -7,5 +7,4 @@ COMMENT= The wxWidgets GUI toolkit (Unic WXGTK_FLAVOR= gtk2-unicode MASTERDIR= ${.CURDIR}/../wxgtk28 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/x11-toolkits/wxgtk28/Makefile ============================================================================== --- head/x11-toolkits/wxgtk28/Makefile Tue Mar 11 07:02:30 2014 (r347863) +++ head/x11-toolkits/wxgtk28/Makefile Tue Mar 11 07:13:06 2014 (r347864) @@ -47,7 +47,6 @@ OPTIONS_DEFINE= GSTREAMER MSPACK OPTIONS_DEFAULT= GSTREAMER MSPACK MSPACK_DESC= MS archives support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGSTREAMER}