From owner-svn-ports-head@freebsd.org Fri May 15 04:59:03 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 59BCE2E9F9F; Fri, 15 May 2020 04:59:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Nbm64ZH1z4M73; Fri, 15 May 2020 04:59:02 +0000 (UTC) (envelope-from jbeich@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 2BB631EDE3; Fri, 15 May 2020 04:59:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04F4x0sF092376; Fri, 15 May 2020 04:59:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04F4x0XM092375; Fri, 15 May 2020 04:59:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202005150459.04F4x0XM092375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 15 May 2020 04:59:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535268 - in head: Mk www/firefox X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk www/firefox X-SVN-Commit-Revision: 535268 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2020 04:59:03 -0000 Author: jbeich Date: Fri May 15 04:59:00 2020 New Revision: 535268 URL: https://svnweb.freebsd.org/changeset/ports/535268 Log: gecko: drop GCONF option after upstream https://bugzilla.mozilla.org/show_bug.cgi?id=1433685 Modified: head/Mk/bsd.gecko.mk (contents, props changed) head/www/firefox/Makefile.options (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Fri May 15 04:58:54 2020 (r535267) +++ head/Mk/bsd.gecko.mk Fri May 15 04:59:00 2020 (r535268) @@ -225,14 +225,6 @@ MOZ_OPTIONS+= --disable-dbus RUN_DEPENDS+= ffmpeg>=0.8,1:multimedia/ffmpeg .endif -.if ${PORT_OPTIONS:MGCONF} -# XXX USE_GNOME+=gconf2:build is not supported -BUILD_DEPENDS+= ${LOCALBASE}/lib/libgconf-2.so:devel/gconf2 -MOZ_OPTIONS+= --enable-gconf -.else -MOZ_OPTIONS+= --disable-gconf -.endif - .if ${PORT_OPTIONS:MLIBPROXY} LIB_DEPENDS+= libproxy.so:net/libproxy MOZ_OPTIONS+= --enable-libproxy Modified: head/www/firefox/Makefile.options ============================================================================== --- head/www/firefox/Makefile.options Fri May 15 04:58:54 2020 (r535267) +++ head/www/firefox/Makefile.options Fri May 15 04:59:00 2020 (r535268) @@ -1,9 +1,9 @@ # -*- makefile-bsdmake -*- -OPTIONS_DEFINE+= CANBERRA DBUS DEBUG FFMPEG GCONF \ +OPTIONS_DEFINE+= CANBERRA DBUS DEBUG FFMPEG \ LIBPROXY OPTIMIZED_CFLAGS PROFILE TEST -OPTIONS_DEFAULT+= DBUS FFMPEG GCONF OPTIMIZED_CFLAGS PROFILE \ +OPTIONS_DEFAULT+= DBUS FFMPEG OPTIMIZED_CFLAGS PROFILE \ ${OPTIONS_GROUP_AUDIO} OPTIONS_GROUP+= AUDIO