pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 21:18:08 UTC 2025

Modified Files:
        pkgsrc/shells/ast-ksh: Makefile.common
        pkgsrc/shells/bash2: Makefile
        pkgsrc/shells/zsh: Makefile

Log Message:
*: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/shells/ast-ksh/Makefile.common
cvs rdiff -u -r1.93 -r1.94 pkgsrc/shells/bash2/Makefile
cvs rdiff -u -r1.106 -r1.107 pkgsrc/shells/zsh/Makefile

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

Modified files:

Index: pkgsrc/shells/ast-ksh/Makefile.common
diff -u pkgsrc/shells/ast-ksh/Makefile.common:1.36 pkgsrc/shells/ast-ksh/Makefile.common:1.37
--- pkgsrc/shells/ast-ksh/Makefile.common:1.36  Fri Apr 17 21:28:01 2020
+++ pkgsrc/shells/ast-ksh/Makefile.common       Mon Apr 21 21:18:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2020/04/17 21:28:01 ad Exp $
+# $NetBSD: Makefile.common,v 1.37 2025/04/21 21:18:08 wiz Exp $
 #
 # used by shells/ast-ksh/Makefile
 # used by shells/static-ast-ksh/Makefile
@@ -18,8 +18,6 @@ LICENSE=      epl-v1.0
 
 USE_TOOLS=     bash
 
-NOT_FOR_PLATFORM=      Interix-*-* # taking nearly a day to build and crash!
-
 CONFLICTS=     static-ast-ksh-[0-9]*
 KSH93_MAKEFLAGS=
 

Index: pkgsrc/shells/bash2/Makefile
diff -u pkgsrc/shells/bash2/Makefile:1.93 pkgsrc/shells/bash2/Makefile:1.94
--- pkgsrc/shells/bash2/Makefile:1.93   Sat Jan 18 23:35:13 2020
+++ pkgsrc/shells/bash2/Makefile        Mon Apr 21 21:18:08 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2020/01/18 23:35:13 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.94 2025/04/21 21:18:08 wiz Exp $
 
 DISTNAME=      bash-2.05b
 PKGNAME=       bash-2.05.2.13
@@ -32,8 +31,6 @@ PKG_SHELL=            bin/bash
 
 .include "../../mk/bsd.prefs.mk"
 
-CFLAGS.Interix+=       -DUSE_POSIX_GLOB_LIBRARY
-
 PKG_OPTIONS_VAR=       PKG_OPTIONS.bash
 PKG_SUPPORTED_OPTIONS= multibyte static
 PKG_SUGGESTED_OPTIONS= multibyte

Index: pkgsrc/shells/zsh/Makefile
diff -u pkgsrc/shells/zsh/Makefile:1.106 pkgsrc/shells/zsh/Makefile:1.107
--- pkgsrc/shells/zsh/Makefile:1.106    Sun Mar 31 22:08:42 2024
+++ pkgsrc/shells/zsh/Makefile  Mon Apr 21 21:18:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2024/03/31 22:08:42 js Exp $
+# $NetBSD: Makefile,v 1.107 2025/04/21 21:18:08 wiz Exp $
 
 DISTNAME=      zsh-5.9
 PKGREVISION=   2
@@ -29,11 +29,7 @@ CONFIGURE_ARGS+=     --with-term-lib="${BUIL
 
 # This cannot be detected automatically without a controlling tty, for example
 # when bulk building.
-.if ${OPSYS} == "Interix"
-CONFIGURE_ARGS+=       --without-tcsetpgrp
-.else
 CONFIGURE_ARGS+=       --with-tcsetpgrp
-.endif
 
 .if ${USE_CROSS_COMPILE:U:tl} == "yes"
 # These can't be detected automagically in cross-builds.



Home | Main Index | Thread Index | Old Index