pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/compiler
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 11 07:25:41 UTC 2026
Modified Files:
pkgsrc/mk/compiler: gcc.mk
Log Message:
mk: remove reference to lang/gcc4 and lang/gcc5, removed some time ago
To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 pkgsrc/mk/compiler/gcc.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/compiler/gcc.mk
diff -u pkgsrc/mk/compiler/gcc.mk:1.298 pkgsrc/mk/compiler/gcc.mk:1.299
--- pkgsrc/mk/compiler/gcc.mk:1.298 Sun Jan 11 07:22:33 2026
+++ pkgsrc/mk/compiler/gcc.mk Sun Jan 11 07:25:41 2026
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.298 2026/01/11 07:22:33 wiz Exp $
+# $NetBSD: gcc.mk,v 1.299 2026/01/11 07:25:41 wiz Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -1324,7 +1324,7 @@ PREPEND_PATH+= ${_GCC_DIR}/bin
# Special case packages which are themselves a dependency of gcc runtime.
. if ${PKGPATH} != devel/libtool-base && ${PKGPATH} != devel/binutils && \
empty(PKGPATH:Mlang/gcc*-aux) && empty(PKGPATH:Mlang/gcc*-gnat) && \
- empty(PKGPATH:Mlang/gcc4?) && empty(PKGPATH:Mlang/gcc[5-9]) && \
+ empty(PKGPATH:Mlang/gcc[6-9]) && \
empty(PKGPATH:Mlang/gcc10) && empty(PKGPATH:Mlang/gcc1[2-5])
. if !empty(_GCC_PKGBASE:Mgcc13-gnat)
. include "../../lang/gcc13-gnat-libs/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index