From owner-svn-ports-all@freebsd.org Wed Jan 27 14:38:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75980A6F243; Wed, 27 Jan 2016 14:38:14 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C43A1E4B; Wed, 27 Jan 2016 14:38:14 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0REcD3r078148; Wed, 27 Jan 2016 14:38:13 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0REcDZu078147; Wed, 27 Jan 2016 14:38:13 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201601271438.u0REcDZu078147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 27 Jan 2016 14:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407359 - head/x11-toolkits/wxgtk30 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.20 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: Wed, 27 Jan 2016 14:38:14 -0000 Author: danfe Date: Wed Jan 27 14:38:12 2016 New Revision: 407359 URL: https://svnweb.freebsd.org/changeset/ports/407359 Log: - Fix a typo made in r356451 as part of conversion to option helpers: GSTREAMER_ENABLE -> GSTREAMER_CONFIGURE_ENABLE - Remove --with-libmspack from initial CONFIGURE_ARGS since it has its own option and controlled via MSPACK_CONFIGURE_WITH knob - Enable building of wxStackWalker class for getting backtraces, some software requires it Modified: head/x11-toolkits/wxgtk30/Makefile Modified: head/x11-toolkits/wxgtk30/Makefile ============================================================================== --- head/x11-toolkits/wxgtk30/Makefile Wed Jan 27 14:09:11 2016 (r407358) +++ head/x11-toolkits/wxgtk30/Makefile Wed Jan 27 14:38:12 2016 (r407359) @@ -2,7 +2,7 @@ PORTNAME= wx PORTVERSION= 3.0.2 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= x11-toolkits MASTER_SITES= SF/wxwindows/${PORTVERSION} PKGNAMESUFFIX= 30-gtk2 @@ -15,7 +15,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graph libtiff.so:${PORTSDIR}/graphics/tiff \ libexpat.so:${PORTSDIR}/textproc/expat2 -USES= compiler:c++11-lib gmake iconv jpeg pkgconfig tar:bzip2 +USES= compiler:c++11-lib execinfo gmake iconv jpeg pkgconfig tar:bzip2 USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu USE_GNOME= gtk20 @@ -27,9 +27,8 @@ CONFIGURE_ARGS= --with-libpng=sys \ --with-zlib=sys \ --with-expat=sys \ --with-opengl \ - --with-libmspack \ --with-gtk \ - --disable-backtrace \ + --enable-backtrace \ --enable-graphics_ctx \ --enable-compat26 \ --enable-compat28 @@ -46,8 +45,10 @@ MSPACK_DESC= Microsoft archives support OPTIONS_SUB= yes NLS_USES= gettext -GSTREAMER_ENABLE= mediactrl + +GSTREAMER_CONFIGURE_ENABLE= mediactrl GSTREAMER_USE= GNOME=gconf2 GSTREAMER=yes + MSPACK_CONFIGURE_WITH= libmspack MSPACK_LIB_DEPENDS= libmspack.so:${PORTSDIR}/archivers/libmspack