pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
*: reduce GCC_REQD to major.minor
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Jan 11 12:41:23 2026 +0100
Changeset: 44430607d06773081226ae77eccf93d77cf7f0e1
Modified Files:
clock-signal/Makefile
coxeter/Makefile
dune-common/Makefile.common
libretro-citra/Makefile
lilypond-git/Makefile
openvdb/Makefile
wyrmgus/Makefile
Log Message:
*: reduce GCC_REQD to major.minor
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=44430607d06773081226ae77eccf93d77cf7f0e1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
clock-signal/Makefile | 2 +-
coxeter/Makefile | 2 +-
dune-common/Makefile.common | 2 +-
libretro-citra/Makefile | 2 +-
lilypond-git/Makefile | 2 +-
openvdb/Makefile | 2 +-
wyrmgus/Makefile | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diffs:
diff --git a/clock-signal/Makefile b/clock-signal/Makefile
index 489607dd78..15f8ef382f 100644
--- a/clock-signal/Makefile
+++ b/clock-signal/Makefile
@@ -17,7 +17,7 @@ USE_LANGUAGES= c c++
SCONS_ARGS+= ${_MAKE_JOBS}
# C++17
-GCC_REQD+= 8.4.0
+GCC_REQD+= 8.4
#TOOL_DEPENDS+= patchelf-[0-9]*:../../devel/patchelf
diff --git a/coxeter/Makefile b/coxeter/Makefile
index 5530ac9b78..e7ef229a71 100644
--- a/coxeter/Makefile
+++ b/coxeter/Makefile
@@ -15,7 +15,7 @@ MAKE_FILE= makefile
USE_TOOLS+= gmake
USE_LANGUAGES= c++
-GCC_REQD+= 3.3.5
+GCC_REQD+= 3.4
ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-* SunOS-*-*
INSTALLATION_DIRS= bin
diff --git a/dune-common/Makefile.common b/dune-common/Makefile.common
index e59d4a5f8c..dc541c5a2e 100644
--- a/dune-common/Makefile.common
+++ b/dune-common/Makefile.common
@@ -19,7 +19,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config perl
USE_LANGUAGES= c c++ fortran
-#GCC_REQD+= 4.1.*
+#GCC_REQD+= 4.1
CONFIGURE_ARGS+= --enable-fieldvector-size-is-method
diff --git a/libretro-citra/Makefile b/libretro-citra/Makefile
index 9ac0094411..61ec0843d7 100644
--- a/libretro-citra/Makefile
+++ b/libretro-citra/Makefile
@@ -75,7 +75,7 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++11
USE_TOOLS+= gmake
-GCC_REQD= 7.3.0
+GCC_REQD= 7.3
CMAKE_CONFIGURE_ARGS+= -DENABLE_SDL2=OFF
CMAKE_CONFIGURE_ARGS+= -DENABLE_QT=OFF
diff --git a/lilypond-git/Makefile b/lilypond-git/Makefile
index f8dd6c0dab..af724081a3 100644
--- a/lilypond-git/Makefile
+++ b/lilypond-git/Makefile
@@ -48,7 +48,7 @@ WRKSRC= ${WRKDIR}/lilypond
.include "../../mk/bsd.prefs.mk"
TEXINFO_REQD= 4.11
-GCC_REQD+= 3.0.5
+GCC_REQD+= 3.1
GNU_CONFIGURE_INFODIR= ${PREFIX}/${PKGINFODIR}
INFO_DIR= ${GNU_CONFIGURE_INFODIR}
diff --git a/openvdb/Makefile b/openvdb/Makefile
index 1e9e63d32d..aa96651979 100644
--- a/openvdb/Makefile
+++ b/openvdb/Makefile
@@ -13,7 +13,7 @@ COMMENT= Efficient storage and manipulation of sparse volumetric data
LICENSE= mpl-2.0
USE_LANGUAGES= c c++
-GCC_REQD+= 11.2.1
+GCC_REQD+= 11.3
USE_TOOLS+= gmake pkg-config
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
diff --git a/wyrmgus/Makefile b/wyrmgus/Makefile
index 6720cb5cab..ba97fc6972 100644
--- a/wyrmgus/Makefile
+++ b/wyrmgus/Makefile
@@ -19,7 +19,7 @@ CMAKE_CONFIGURE_ARGS+= -DENABLE_METASERVER=OFF
CMAKE_CONFIGURE_ARGS+= -DENABLE_DOC=OFF
# C++20
-GCC_REQD+= 9.3.0
+GCC_REQD+= 9.3
.include "../../audio/SDL2_mixer/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index