head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.18 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.16 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.14 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.12 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.10 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.8 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.6 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.4 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.2 pkgsrc-2024Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2024.02.29.02.03.20; author thorpej; state Exp; branches; next ; commitid sSyctpBwjkJDNg0F; desc @@ 1.1 log @On Darwin, add gsed to USE_TOOLS and patch the icestorm Makefile to stop working around a behavioral difference in the Darwin sed(1) -i option relative to other sed implementations. If textproc/nbsed supported the -i option, the USE_TOOLS change would not be necessary. But since the Darwin system sed(1) is not used in pkgsrc at the moment, the Makefile patch would still be required. See also PR pkg/57970. @ text @$NetBSD$ Disable special case for Darwin sed(1); the package Makefile forces the use of GNU sed(1) on Darwin. --- icebox/Makefile.orig 2024-02-28 20:06:15 +++ icebox/Makefile 2024-02-28 18:31:57 @@@@ -1,10 +1,10 @@@@ include ../config.mk -ifneq ($(shell uname -s),Darwin) +#ifneq ($(shell uname -s),Darwin) SED_I = sed -i -else - SED_I = sed -i '' -endif +#else +# SED_I = sed -i '' +#endif all: chipdb-384.txt chipdb-1k.txt chipdb-8k.txt chipdb-5k.txt chipdb-lm4k.txt chipdb-u4k.txt @