pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 10 08:29:38 UTC 2024
Modified Files:
pkgsrc/mail/thunderbird: mozilla-common.mk
pkgsrc/mail/thunderbird102: mozilla-common.mk
pkgsrc/www/firefox: mozilla-common.mk
pkgsrc/www/firefox102: mozilla-common.mk
pkgsrc/www/firefox115: mozilla-common.mk
Log Message:
mozilla: Support config-override.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/thunderbird/mozilla-common.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/thunderbird102/mozilla-common.mk
cvs rdiff -u -r1.281 -r1.282 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/firefox102/mozilla-common.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/firefox115/mozilla-common.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/thunderbird/mozilla-common.mk
diff -u pkgsrc/mail/thunderbird/mozilla-common.mk:1.15 pkgsrc/mail/thunderbird/mozilla-common.mk:1.16
--- pkgsrc/mail/thunderbird/mozilla-common.mk:1.15 Fri May 10 08:23:15 2024
+++ pkgsrc/mail/thunderbird/mozilla-common.mk Fri May 10 08:29:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.15 2024/05/10 08:23:15 jperkin Exp $
+# $NetBSD: mozilla-common.mk,v 1.16 2024/05/10 08:29:37 jperkin Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -16,6 +16,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip
UNLIMIT_RESOURCES+= datasize virtualsize
+OVERRIDE_GNU_CONFIG_SCRIPTS= yes
+OVERRIDE_DIRDEPTH= 4
+
USE_LANGUAGES+= c c++
# ERROR: Only GCC 8.1 or newer is supported (found version 7.5.0).
Index: pkgsrc/mail/thunderbird102/mozilla-common.mk
diff -u pkgsrc/mail/thunderbird102/mozilla-common.mk:1.4 pkgsrc/mail/thunderbird102/mozilla-common.mk:1.5
--- pkgsrc/mail/thunderbird102/mozilla-common.mk:1.4 Fri May 10 08:23:15 2024
+++ pkgsrc/mail/thunderbird102/mozilla-common.mk Fri May 10 08:29:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.4 2024/05/10 08:23:15 jperkin Exp $
+# $NetBSD: mozilla-common.mk,v 1.5 2024/05/10 08:29:37 jperkin Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -16,6 +16,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip
UNLIMIT_RESOURCES+= datasize stacksize virtualsize
+OVERRIDE_GNU_CONFIG_SCRIPTS= yes
+OVERRIDE_DIRDEPTH= 4
+
USE_LANGUAGES+= c c++
# ERROR: Only GCC 7.1 or newer is supported (found version 5.5.0).
Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.281 pkgsrc/www/firefox/mozilla-common.mk:1.282
--- pkgsrc/www/firefox/mozilla-common.mk:1.281 Fri May 10 08:23:15 2024
+++ pkgsrc/www/firefox/mozilla-common.mk Fri May 10 08:29:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.281 2024/05/10 08:23:15 jperkin Exp $
+# $NetBSD: mozilla-common.mk,v 1.282 2024/05/10 08:29:37 jperkin Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -17,6 +17,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_TOOLS+= pkg-config perl gmake gm4 unzip zip # autoconf213
UNLIMIT_RESOURCES+= datasize stacksize virtualsize
+OVERRIDE_GNU_CONFIG_SCRIPTS= yes
+OVERRIDE_DIRDEPTH= 4
+
USE_LANGUAGES+= c c++
# XXX: As of 114.0.2
Index: pkgsrc/www/firefox102/mozilla-common.mk
diff -u pkgsrc/www/firefox102/mozilla-common.mk:1.8 pkgsrc/www/firefox102/mozilla-common.mk:1.9
--- pkgsrc/www/firefox102/mozilla-common.mk:1.8 Fri May 10 08:23:15 2024
+++ pkgsrc/www/firefox102/mozilla-common.mk Fri May 10 08:29:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.8 2024/05/10 08:23:15 jperkin Exp $
+# $NetBSD: mozilla-common.mk,v 1.9 2024/05/10 08:29:38 jperkin Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -15,6 +15,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_TOOLS+= pkg-config perl gmake autoconf213 gm4 unzip zip
UNLIMIT_RESOURCES+= datasize stacksize virtualsize
+OVERRIDE_GNU_CONFIG_SCRIPTS= yes
+OVERRIDE_DIRDEPTH= 4
+
USE_LANGUAGES+= c c++
# ERROR: Only GCC 7.1 or newer is supported (found version 5.5.0).
Index: pkgsrc/www/firefox115/mozilla-common.mk
diff -u pkgsrc/www/firefox115/mozilla-common.mk:1.8 pkgsrc/www/firefox115/mozilla-common.mk:1.9
--- pkgsrc/www/firefox115/mozilla-common.mk:1.8 Fri May 10 08:23:15 2024
+++ pkgsrc/www/firefox115/mozilla-common.mk Fri May 10 08:29:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.8 2024/05/10 08:23:15 jperkin Exp $
+# $NetBSD: mozilla-common.mk,v 1.9 2024/05/10 08:29:38 jperkin Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -17,6 +17,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_TOOLS+= pkg-config perl gmake gm4 unzip zip # autoconf213
UNLIMIT_RESOURCES+= datasize virtualsize
+OVERRIDE_GNU_CONFIG_SCRIPTS= yes
+OVERRIDE_DIRDEPTH= 4
+
USE_LANGUAGES+= c c++
# XXX: As of 114.0.2
Home |
Main Index |
Thread Index |
Old Index