pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/tools



Module Name:    pkgsrc
Committed By:   js
Date:           Fri Oct 10 20:46:36 UTC 2025

Modified Files:
        pkgsrc/mk/tools: tools.QNX.mk

Log Message:
Don't use system bison on QNX

It is not good enough to build shells/bash, and probably not good enough
for others, too.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mk/tools/tools.QNX.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/tools/tools.QNX.mk
diff -u pkgsrc/mk/tools/tools.QNX.mk:1.3 pkgsrc/mk/tools/tools.QNX.mk:1.4
--- pkgsrc/mk/tools/tools.QNX.mk:1.3    Sat Mar  4 23:29:24 2023
+++ pkgsrc/mk/tools/tools.QNX.mk        Fri Oct 10 20:46:36 2025
@@ -1,12 +1,10 @@
-# $NetBSD: tools.QNX.mk,v 1.3 2023/03/04 23:29:24 rillig Exp $
+# $NetBSD: tools.QNX.mk,v 1.4 2025/10/10 20:46:36 js Exp $
 #
 # System-supplied tools for the QNX operating system.
 
 TOOLS_PLATFORM.[?=             [                       # shell builtin
 TOOLS_PLATFORM.awk?=           /usr/bin/awk
 TOOLS_PLATFORM.basename?=      /usr/bin/basename
-TOOLS_PLATFORM.bison?=         ${QNX_HOST}/usr/bin/bison
-TOOLS_PLATFORM.bison-yacc?=    ${QNX_HOST}/usr/bin/bison -y
 TOOLS_PLATFORM.bzcat?=         /usr/bin/bzcat
 TOOLS_PLATFORM.bzip2?=         /usr/bin/bzip2
 TOOLS_PLATFORM.cat?=           /bin/cat



Home | Main Index | Thread Index | Old Index