Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2016 14:38:13 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407359 - head/x11-toolkits/wxgtk30
Message-ID:  <201601271438.u0REcDZu078147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601271438.u0REcDZu078147>