pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/bash



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  7 19:43:20 UTC 2025

Modified Files:
        pkgsrc/shells/bash: Makefile

Log Message:
bash: remove Darwin workaround hard-coding the readline package

Fixes PR 59515 by Colin Simmonds.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/shells/bash/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/bash/Makefile
diff -u pkgsrc/shells/bash/Makefile:1.117 pkgsrc/shells/bash/Makefile:1.118
--- pkgsrc/shells/bash/Makefile:1.117   Sat Jul  5 08:28:43 2025
+++ pkgsrc/shells/bash/Makefile Mon Jul  7 19:43:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2025/07/05 08:28:43 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2025/07/07 19:43:20 wiz Exp $
 
 BASH_VERSION=          5.3
 #BASH_PATCHLEVEL=      37
@@ -60,14 +60,6 @@ CONFIGURE_ARGS+=     --enable-job-control
 CONFIGURE_ARGS+=       --with-bash-malloc=no
 .endif
 
-# Use "readline" package on Darwin to avoid link erros.
-.if ${OPSYS} == "Darwin"
-CONFIGURE_ARGS+=               --with-installed-readline
-
-BUILDLINK_API_DEPENDS.readline+=       readline>=7.0
-.include "../../devel/readline/buildlink3.mk"
-.endif
-
 .if ${USE_CROSS_COMPILE:U:tl} == yes && ${OPSYS} == "NetBSD"
 CONFIGURE_ENV+=                CC_FOR_BUILD=${NATIVE_CC:Q}
 CONFIGURE_ENV+=                ac_cv_c_long_long=yes



Home | Main Index | Thread Index | Old Index