pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Sep 11 14:19:08 UTC 2019

Modified Files:
        pkgsrc/www/firefox: mozilla-common.mk options.mk

Log Message:
Remove GCC related things

Reported by David H. Gutteridge, thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/firefox/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.137 pkgsrc/www/firefox/mozilla-common.mk:1.138
--- pkgsrc/www/firefox/mozilla-common.mk:1.137  Fri Sep  6 03:00:23 2019
+++ pkgsrc/www/firefox/mozilla-common.mk        Wed Sep 11 14:19:08 2019
@@ -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 @@ test:
 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

Index: pkgsrc/www/firefox/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.47 pkgsrc/www/firefox/options.mk:1.48
--- pkgsrc/www/firefox/options.mk:1.47  Fri Sep  6 03:00:23 2019
+++ pkgsrc/www/firefox/options.mk       Wed Sep 11 14:19:08 2019
@@ -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+=     --enable-replace-malloc
 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