From owner-svn-ports-all@FreeBSD.ORG Mon Mar 24 15:53:26 2014 Return-Path: Delivered-To: svn-ports-all@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 99B17B8C; Mon, 24 Mar 2014 15:53:26 +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 7A6726DD; Mon, 24 Mar 2014 15:53:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2OFrQSe065360; Mon, 24 Mar 2014 15:53:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2OFrPx5065357; Mon, 24 Mar 2014 15:53:25 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403241553.s2OFrPx5065357@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 24 Mar 2014 15:53:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349022 - in head: Mk graphics/wxsvg multimedia/dvdstyler 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.17 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, 24 Mar 2014 15:53:26 -0000 Author: bapt Date: Mon Mar 24 15:53:25 2014 New Revision: 349022 URL: http://svnweb.freebsd.org/changeset/ports/349022 QAT: https://qat.redports.org/buildarchive/r349022/ Log: Convert wxsvg to use wxGTK 3.0 Remove the component part from bsd.wx.mk as only dvdstyler uses it Make dvdstyle use wxGTK 3.0 Modified: head/Mk/bsd.wx.mk head/graphics/wxsvg/Makefile head/multimedia/dvdstyler/Makefile Modified: head/Mk/bsd.wx.mk ============================================================================== --- head/Mk/bsd.wx.mk Mon Mar 24 15:47:21 2014 (r349021) +++ head/Mk/bsd.wx.mk Mon Mar 24 15:53:25 2014 (r349022) @@ -35,7 +35,6 @@ # wx - The wxWidgets library. # contrib - The wxWidgets contributed libraries. # python - The wxWidgets API for Python. -# svg - WxSVG (only for 2.8). # The available dependency types are: # build - Requires component for building. # lib - Requires component for building and running. @@ -129,7 +128,7 @@ _WX_Definitions_Done= yes # _WX_VERS_LISTS - Reverse lists preference order. # -_WX_COMPS_ALL= wx contrib python svg +_WX_COMPS_ALL= wx contrib python _WX_DEP_TYPES_ALL= build lib run _WX_VERS_ALL= 2.8 3.0 _WX_VERS_UC_ALL= 2.8 3.0 @@ -155,9 +154,6 @@ _WX_LIB_contrib_2.8= wx_gtk2${_WX_UC}_fl _WX_PORT_python_2.8= x11-toolkits/py-wxPython28${_WX_UCL} _WX_FILE_python_2.8= ${PYTHON_SITELIBDIR}/wx-2.8-gtk2${_WX_PYSUFX}/wx/__init__.py -_WX_PORT_svg_2.8= graphics/wxsvg -_WX_LIB_svg_2.8= wxsvg - # wxgtk 3.0 _WX_PORT_wx_3.0= x11-toolkits/wxgtk30 _WX_LIB_wx_3.0= wx_baseu-3.0 Modified: head/graphics/wxsvg/Makefile ============================================================================== --- head/graphics/wxsvg/Makefile Mon Mar 24 15:47:21 2014 (r349021) +++ head/graphics/wxsvg/Makefile Mon Mar 24 15:53:25 2014 (r349022) @@ -3,7 +3,7 @@ PORTNAME= wxsvg PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF @@ -15,9 +15,9 @@ LICENSE= LGPL21 # (or later) LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libexpat.so:${PORTSDIR}/textproc/expat2 -USE_BZIP2= yes -USES= gmake pathfix pkgconfig -USE_WX= yes +USES= gmake pathfix pkgconfig tar:bzip2 +USE_WX= 3.0 +WX_UNICODE= yes WX_CONF_ARGS= absolute USE_GNOME= cairo GNU_CONFIGURE= yes Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Mon Mar 24 15:47:21 2014 (r349021) +++ head/multimedia/dvdstyler/Makefile Mon Mar 24 15:53:25 2014 (r349022) @@ -3,6 +3,7 @@ PORTNAME= dvdstyler PORTVERSION= 2.7.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF @@ -29,10 +30,10 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/z mkisofs:${PORTSDIR}/sysutils/cdrtools \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools -USE_BZIP2= yes -USES= gettext gmake pkgconfig -USE_WX= 2.8 -WX_COMPS= wx svg +USES= gettext gmake pkgconfig tar:bzip2 +USE_WX= 3.0 +WX_UNICODE= yes +WX_COMPS= wx WX_CONF_ARGS= absolute USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${WRKSRC}