Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2015 20:12:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r378372 - branches/2015Q1/x11-toolkits/wxgtk30
Message-ID:  <201502032012.t13KCuCZ050129@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb  3 20:12:55 2015
New Revision: 378372
URL: https://svnweb.freebsd.org/changeset/ports/378372
QAT: https://qat.redports.org/buildarchive/r378372/

Log:
  MFH: r377776
  
  - Fix library on < 10.x after webkit-gtk2 update
    Some dependent ports may need USES=compiler:c++11-lib as well
  
  PR:		196703 [1], 197031 [2]
  Submitted by:	beastie@tardisi.com [1], amdmi3 [2]
  Approved by:	portmaster@bsdforge.com (maintainer)
  Approved by:	portmgr (antoine)

Modified:
  branches/2015Q1/x11-toolkits/wxgtk30/Makefile
Directory Properties:
  branches/2015Q1/   (props changed)

Modified: branches/2015Q1/x11-toolkits/wxgtk30/Makefile
==============================================================================
--- branches/2015Q1/x11-toolkits/wxgtk30/Makefile	Tue Feb  3 19:53:07 2015	(r378371)
+++ branches/2015Q1/x11-toolkits/wxgtk30/Makefile	Tue Feb  3 20:12:55 2015	(r378372)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wx
 PORTVERSION=	3.0.2
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF/wxwindows/${PORTVERSION}
 PKGNAMESUFFIX=	30-gtk2
@@ -17,7 +17,7 @@ LIB_DEPENDS+=	libpng.so:${PORTSDIR}/grap
 		libexpat.so:${PORTSDIR}/textproc/expat2\
 		libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
 
-USES+=		iconv gmake pkgconfig tar:bzip2
+USES+=		compiler:c++11-lib iconv gmake pkgconfig tar:bzip2
 USE_XORG=	x11 sm xxf86vm xinerama
 USE_GL=		glu
 USE_GNOME=	gtk20
@@ -52,4 +52,11 @@ GSTREAMER_USE=	GNOME=gconf2 GSTREAMER=ye
 MSPACK_CONFIGURE_WITH=	libmspack
 MSPACK_LIB_DEPENDS=	libmspack.so:${PORTSDIR}/archivers/libmspack
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+# PR 196703, 197031
+.if ${COMPILER_TYPE} == "gcc"
+CONFIGURE_ARGS+=--disable-precomp-headers
+.endif
+
+.include <bsd.port.post.mk>



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