From owner-svn-ports-all@freebsd.org Tue Aug 21 21:55:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0709710808C6; Tue, 21 Aug 2018 21:55:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEAAF704BE; Tue, 21 Aug 2018 21:55:31 +0000 (UTC) (envelope-from antoine@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FB091D28; Tue, 21 Aug 2018 21:55:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7LLtV1U094929; Tue, 21 Aug 2018 21:55:31 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7LLtVjL094927; Tue, 21 Aug 2018 21:55:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201808212155.w7LLtVjL094927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 21 Aug 2018 21:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477758 - in branches/2018Q3/x11-toolkits: wxgtk30 wxgtk31 X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in branches/2018Q3/x11-toolkits: wxgtk30 wxgtk31 X-SVN-Commit-Revision: 477758 X-SVN-Commit-Repository: ports 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.27 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: Tue, 21 Aug 2018 21:55:32 -0000 Author: antoine Date: Tue Aug 21 21:55:30 2018 New Revision: 477758 URL: https://svnweb.freebsd.org/changeset/ports/477758 Log: Revert r477626, it fails to build in the quarterly branch Reported by: pkg-fallout With hat: portmgr Modified: branches/2018Q3/x11-toolkits/wxgtk30/Makefile branches/2018Q3/x11-toolkits/wxgtk31/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/x11-toolkits/wxgtk30/Makefile ============================================================================== --- branches/2018Q3/x11-toolkits/wxgtk30/Makefile Tue Aug 21 21:54:18 2018 (r477757) +++ branches/2018Q3/x11-toolkits/wxgtk30/Makefile Tue Aug 21 21:55:30 2018 (r477758) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wx -PORTVERSION= 3.0.4 -PORTREVISION= 2 +PORTVERSION= 3.0.3.1 DISTVERSIONPREFIX= v CATEGORIES= x11-toolkits PKGNAMESUFFIX= 30-gtk2 @@ -65,11 +64,6 @@ WEBKIT_CONFIGURE_ENABLE= webview WEBKIT_LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2 .include - -# TLS is broken on armv6/7, PR 229396 -.if ${ARCH} == armv6 || ${ARCH} == armv7 -CONFIGURE_ARGS+=--disable-tls -.endif # PR 196703, 197031 .if ${CHOSEN_COMPILER_TYPE} == gcc Modified: branches/2018Q3/x11-toolkits/wxgtk31/Makefile ============================================================================== --- branches/2018Q3/x11-toolkits/wxgtk31/Makefile Tue Aug 21 21:54:18 2018 (r477757) +++ branches/2018Q3/x11-toolkits/wxgtk31/Makefile Tue Aug 21 21:55:30 2018 (r477758) @@ -3,7 +3,7 @@ PORTNAME= wx DISTVERSIONPREFIX= v DISTVERSION= 3.1.1 -PORTREVISION= 3 +PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 31-gtk3 @@ -70,11 +70,6 @@ WEBKIT_CONFIGURE_ENABLE= webview WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 .include - -# TLS is broken on armv6/7, PR 229396 -.if ${ARCH} == armv6 || ${ARCH} == armv7 -CONFIGURE_ARGS+=--disable-tls -.endif # PR 196703, 197031 .if ${CHOSEN_COMPILER_TYPE} == gcc