From owner-svn-ports-all@freebsd.org Wed Nov 22 06:25:01 2017 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 4E661DE1FAA; Wed, 22 Nov 2017 06:25:01 +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 mx1.freebsd.org (Postfix) with ESMTPS id AEE7F6E694; Wed, 22 Nov 2017 06:25:00 +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 vAM6OxtE014735; Wed, 22 Nov 2017 06:24:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAM6OxFa014733; Wed, 22 Nov 2017 06:24:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201711220624.vAM6OxFa014733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 22 Nov 2017 06:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454669 - 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: 454669 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.25 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, 22 Nov 2017 06:25:01 -0000 Author: jbeich Date: Wed Nov 22 06:24:59 2017 New Revision: 454669 URL: https://svnweb.freebsd.org/changeset/ports/454669 Log: gecko: drop broken and unmaintained PGO option Clang PGO isn't supported by the build system yet. https://bugzilla.mozilla.org/show_bug.cgi?id=1064049 Reported by: many PR: 221451 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 Wed Nov 22 06:24:49 2017 (r454668) +++ head/Mk/bsd.gecko.mk Wed Nov 22 06:24:59 2017 (r454669) @@ -350,14 +350,6 @@ MOZ_OPTIONS+= --enable-libproxy MOZ_OPTIONS+= --disable-libproxy .endif -.if ${PORT_OPTIONS:MPGO} -USES:= compiler:gcc-c++11-lib ${USES:Ncompiler*c++11*} -USE_DISPLAY=yes - -ALL_TARGET= profiledbuild -MOZ_EXPORT+=MOZ_OPTIMIZE_FLAGS="-Os" MOZ_PGO_OPTIMIZE_FLAGS="${CFLAGS:M-O*}" -.endif - .if ${PORT_OPTIONS:MALSA} LIB_DEPENDS+= libasound.so:audio/alsa-lib RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins @@ -495,22 +487,6 @@ MOZ_OPTIONS+= --disable-v1-string-abi .endif .else # bsd.port.post.mk - -pre-extract: gecko-pre-extract - -gecko-pre-extract: -.if ${PORT_OPTIONS:MPGO} - @${ECHO} "*****************************************************************" - @${ECHO} "**************************** attention **************************" - @${ECHO} "*****************************************************************" - @${ECHO} "To build ${MOZILLA} with PGO support you need a running X server and" - @${ECHO} " build this port with an user who could access the X server! " - @${ECHO} "" - @${ECHO} "During the build a ${MOZILLA} instance will start and run some test." - @${ECHO} " Do not interrupt or close ${MOZILLA} during these tests! " - @${ECHO} "*****************************************************************" - @sleep 10 -.endif post-patch: gecko-post-patch gecko-moz-pis-patch Modified: head/www/firefox/Makefile.options ============================================================================== --- head/www/firefox/Makefile.options Wed Nov 22 06:24:49 2017 (r454668) +++ head/www/firefox/Makefile.options Wed Nov 22 06:24:59 2017 (r454669) @@ -2,7 +2,7 @@ OPTIONS_DEFINE+= BUNDLED_CAIRO CANBERRA DBUS DEBUG DTRACE FFMPEG GCONF \ GNOMEUI INTEGER_SAMPLES LIBPROXY \ - OPTIMIZED_CFLAGS PGO PROFILE TEST + OPTIMIZED_CFLAGS PROFILE TEST OPTIONS_DEFAULT+= DBUS DTRACE FFMPEG OPTIMIZED_CFLAGS PROFILE \ ${OPTIONS_MULTI_AUDIO:NSNDIO} \