pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc910



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Aug 28 12:14:54 UTC 2025

Modified Files:
        pkgsrc/lang/ghc910: bootstrap.mk

Log Message:
lang/ghc910: Remove cpp from USE_TOOLS

It was only there for OmniOS, and is no longer necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ghc910/bootstrap.mk

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

Modified files:

Index: pkgsrc/lang/ghc910/bootstrap.mk
diff -u pkgsrc/lang/ghc910/bootstrap.mk:1.2 pkgsrc/lang/ghc910/bootstrap.mk:1.3
--- pkgsrc/lang/ghc910/bootstrap.mk:1.2 Mon Feb  3 16:47:59 2025
+++ pkgsrc/lang/ghc910/bootstrap.mk     Thu Aug 28 12:14:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.2 2025/02/03 16:47:59 jperkin Exp $
+# $NetBSD: bootstrap.mk,v 1.3 2025/08/28 12:14:54 pho Exp $
 # -----------------------------------------------------------------------------
 # Select a bindist of bootstrapping compiler on a per-platform basis. See
 # ./files/BOOTSTRAP.md for details.
@@ -91,7 +91,7 @@ SITES.${i}?=  ${MASTER_SITE_LOCAL}
 # Install a bootstrapping (stage-0) compiler directly into TOOLS_DIR so
 # that ./configure can find it.
 #
-USE_TOOLS+=    xzcat xz cpp gtar patch
+USE_TOOLS+=    xzcat xz gtar patch
 # - patch is for bootstrap.py
 # - gtar isn't strictly necessary, but we need a tar(1) implementation
 #   supporting --use-compress-program (see



Home | Main Index | Thread Index | Old Index