From owner-svn-ports-head@FreeBSD.ORG Mon Mar 24 13:43:37 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 CD682208; Mon, 24 Mar 2014 13:43:37 +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 AE5937A7; Mon, 24 Mar 2014 13:43:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2ODhbHR011211; Mon, 24 Mar 2014 13:43:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2ODhaul011206; Mon, 24 Mar 2014 13:43:36 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403241343.s2ODhaul011206@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 24 Mar 2014 13:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349000 - in head: emulators/wxmupen64plus net-p2p/solidcoin x11-toolkits/hs-wx x11-toolkits/hs-wxc x11-toolkits/hs-wxcore 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: Mon, 24 Mar 2014 13:43:38 -0000 Author: bapt Date: Mon Mar 24 13:43:36 2014 New Revision: 349000 URL: http://svnweb.freebsd.org/changeset/ports/349000 QAT: https://qat.redports.org/buildarchive/r349000/ Log: Mark as broken ports that expect wx 2.9+ but does not build with 3.0 (2.9 is a dev version and will be removed soon) Modified: head/emulators/wxmupen64plus/Makefile head/net-p2p/solidcoin/Makefile head/x11-toolkits/hs-wx/Makefile head/x11-toolkits/hs-wxc/Makefile head/x11-toolkits/hs-wxcore/Makefile Modified: head/emulators/wxmupen64plus/Makefile ============================================================================== --- head/emulators/wxmupen64plus/Makefile Mon Mar 24 13:37:24 2014 (r348999) +++ head/emulators/wxmupen64plus/Makefile Mon Mar 24 13:43:36 2014 (r349000) @@ -13,6 +13,8 @@ DIST_SUBDIR= ${PORTNAME:S/wx//} MAINTAINER= acm@FreeBSD.org COMMENT= Mupen64Plus 2.0 GUI frontend written using wxWidgets +BROKEN= does not build with any of the supported wx + LIB_DEPENDS= mupen64plus:${PORTSDIR}/emulators/mupen64plus-core RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:${PORTSDIR}/emulators/mupen64plus-audio-sdl \ Modified: head/net-p2p/solidcoin/Makefile ============================================================================== --- head/net-p2p/solidcoin/Makefile Mon Mar 24 13:37:24 2014 (r348999) +++ head/net-p2p/solidcoin/Makefile Mon Mar 24 13:43:36 2014 (r349000) @@ -17,6 +17,8 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/parallel/algorithm.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs +BROKEN= Does not build with any of the supported wx + OPTIONS_DEFINE= WXGTK OPTIONS_DEFAULT= WXGTK Modified: head/x11-toolkits/hs-wx/Makefile ============================================================================== --- head/x11-toolkits/hs-wx/Makefile Mon Mar 24 13:37:24 2014 (r348999) +++ head/x11-toolkits/hs-wx/Makefile Mon Mar 24 13:43:36 2014 (r349000) @@ -10,6 +10,8 @@ COMMENT= wxHaskell USE_CABAL= stm wxcore>=0.90 +BROKEN= does not build with any of the supported wx + USE_WX= 3.0 WX_COMPS= wx WX_UNICODE= yes Modified: head/x11-toolkits/hs-wxc/Makefile ============================================================================== --- head/x11-toolkits/hs-wxc/Makefile Mon Mar 24 13:37:24 2014 (r348999) +++ head/x11-toolkits/hs-wxc/Makefile Mon Mar 24 13:43:36 2014 (r349000) @@ -10,6 +10,8 @@ COMMENT= wxHaskell C++ wrapper USE_CABAL= wxdirect>=0.90 +BROKEN= does not build with any of the supported wx + USE_WX= 3.0 WX_COMPS= wx WX_UNICODE= yes Modified: head/x11-toolkits/hs-wxcore/Makefile ============================================================================== --- head/x11-toolkits/hs-wxcore/Makefile Mon Mar 24 13:37:24 2014 (r348999) +++ head/x11-toolkits/hs-wxcore/Makefile Mon Mar 24 13:43:36 2014 (r349000) @@ -10,6 +10,8 @@ COMMENT= wxHaskell core USE_CABAL= parsec stm wxc>=0.90.0.4 wxdirect>=0.90 +BROKEN= does not build with any of the supported wx + USE_WX= 3.0 WX_COMPS= wx WX_UNICODE= yes