pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox Remove GCC related things



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e65060ea4ae
branches:  trunk
changeset: 401107:1e65060ea4ae
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Sep 11 14:19:08 2019 +0000

description:
Remove GCC related things

Reported by David H. Gutteridge, thank you.

diffstat:

 www/firefox/mozilla-common.mk |   7 +------
 www/firefox/options.mk        |  12 +-----------
 2 files changed, 2 insertions(+), 17 deletions(-)

diffs (47 lines):

diff -r 14a517e32d17 -r 1e65060ea4ae www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Wed Sep 11 13:17:12 2019 +0000
+++ b/www/firefox/mozilla-common.mk     Wed Sep 11 14:19:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.137 2019/09/06 03:00:23 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.138 2019/09/11 14:19:08 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -51,11 +51,6 @@
 TOOLS_PLATFORM.tar=    ${TOOLS_PATH.bsdtar}
 USE_TOOLS+=            bsdtar
 .endif
-GCC_REQD+=             6.1
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-7]**-*) || \
-       !empty(MACHINE_PLATFORM:MNetBSD-8.[0-8]*-*)
-USE_PKGSRC_GCC_RUNTIME=        yes
-.endif
 .if ${MACHINE_ARCH} == "i386"
 # Fix for PR pkg/48152.
 CXXFLAGS+=             -march=i586
diff -r 14a517e32d17 -r 1e65060ea4ae www/firefox/options.mk
--- a/www/firefox/options.mk    Wed Sep 11 13:17:12 2019 +0000
+++ b/www/firefox/options.mk    Wed Sep 11 14:19:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.47 2019/09/06 03:00:23 ryoon Exp $
+# $NetBSD: options.mk,v 1.48 2019/09/11 14:19:08 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -37,16 +37,6 @@
 CONFIGURE_ARGS+=       --disable-jemalloc
 .endif
 
-.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mgcc)
-.if ${CC_VERSION:S/gcc-//:S/.//g} >= 480
-# Modern gcc does not run any "tracking" passes when compiling with -O0,
-# which makes the generated debug info mostly useless. So explicitly
-# request them.
-O0TRACKING=-fvar-tracking-assignments -fvar-tracking
-.endif
-.endif
-
 .if !empty(PKG_OPTIONS:Mdebug)
 CONFIGURE_ARGS+=       --enable-debug="-g -O0 ${O0TRACKING}"
 CONFIGURE_ARGS+=       --disable-optimize



Home | Main Index | Thread Index | Old Index