pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bmake



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 30 09:54:07 UTC 2025

Modified Files:
        pkgsrc/devel/bmake: Makefile

Log Message:
bmake: Use bash as the make shell on SCO_SV.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/bmake/Makefile

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

Modified files:

Index: pkgsrc/devel/bmake/Makefile
diff -u pkgsrc/devel/bmake/Makefile:1.84 pkgsrc/devel/bmake/Makefile:1.85
--- pkgsrc/devel/bmake/Makefile:1.84    Wed Mar  5 11:44:42 2025
+++ pkgsrc/devel/bmake/Makefile Sun Mar 30 09:54:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2025/03/05 11:44:42 nia Exp $
+# $NetBSD: Makefile,v 1.85 2025/03/30 09:54:07 nia Exp $
 
 PKGNAME=       bmake-20240909
 CATEGORIES=    devel
@@ -36,7 +36,8 @@ CONFIGURE_ARGS+=      --with-defshell=${PREFI
 .elif ${TOOLS_PLATFORM.sh:M?*/bin/pdksh}
 DEPENDS+=              pdksh-[0-9]*:../../shells/pdksh
 CONFIGURE_ARGS+=       --with-defshell=${PREFIX}/bin/pdksh
-.elif (${OPSYS} == "SunOS" || ${OPSYS} == "UnixWare") && exists(/usr/bin/bash)
+.elif (${OPSYS} == "SunOS" || ${OPSYS} == "UnixWare" || \
+       ${OPSYS} == "SCO_SV") && exists(/usr/bin/bash)
 CONFIGURE_ARGS+=       --with-defshell=/usr/bin/bash
 .endif
 



Home | Main Index | Thread Index | Old Index