head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.68 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.66 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.64 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.62 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.60 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.58 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.56 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.54 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.52 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.50 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.48 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.46 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.44 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.42 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.40 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.38 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.36 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.34 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.32 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.30 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.28 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.26 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.24 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.22 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.18 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.20 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.16 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.14 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.12 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.10 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.8 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.6 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.4 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2026.04.03.16.46.05; author spz; state Exp; branches; next 1.1; commitid CQfnfHBGZJne7xAG; 1.1 date 2017.12.12.07.13.01; author spz; state Exp; branches 1.1.68.1; next ; commitid dGCxBXIpVg0IuziA; 1.1.68.1 date 2026.05.07.18.40.09; author maya; state Exp; branches; next ; commitid QNo3VzTTzf3pGUEG; desc @@ 1.2 log @build fix In NetBSD 11 and possibly also SmartOS the ar 'l' modifier went from l This modifier is accepted but not used. to l Specify dependencies of this library. so ar clq went to "not working"; remove the l and reorder to "command first, modifier after" and it'll build again. Test-built on netbsd-11 and netbsd-10 @ text @$NetBSD$ --- readline/Make.orig 2026-04-03 13:09:38.833736724 +0000 +++ readline/Make @@@@ -34,8 +34,8 @@@@ INCDIR = .. READLINE_DEFINES = $(TYPES) -DVI_MODE DEBUG_FLAGS = -g -LDFLAGS = $(DEBUG_FLAGS) -CFLAGS = $(DEBUG_FLAGS) $(USG) -I. -I.. +LDFLAGS += $(DEBUG_FLAGS) +CFLAGS += $(DEBUG_FLAGS) $(USG) -I. -I.. # A good alternative is gcc -traditional. #CC = gcc -traditional @@@@ -77,7 +77,7 @@@@ all: ../lreadline.a ../lreadline.a: $(OBJECTS) $(RM) -f $@@ - $(AR) clq $@@ $(OBJECTS) + $(AR) qc $@@ $(OBJECTS) -if [ -f /usr/bin/ranlib -o -f /bin/ranlib ]; then ranlib $@@; fi readline: readline.h chardefs.h $(OBJECTS) @ 1.1 log @RELRO & friends @ text @d3 1 a3 1 --- readline/Make.orig 1995-02-24 21:19:59.000000000 +0000 d16 9 @ 1.1.68.1 log @Pullup ticket #7088 - requested by taca chat/icb: Build fix Revisions pulled up: - chat/icb/distinfo 1.24 - chat/icb/patches/patch-readline_Make 1.2 --- Module Name: pkgsrc Committed By: spz Date: Fri Apr 3 16:46:05 UTC 2026 Modified Files: pkgsrc/chat/icb: distinfo pkgsrc/chat/icb/patches: patch-readline_Make Log Message: build fix In NetBSD 11 and possibly also SmartOS the ar 'l' modifier went from l This modifier is accepted but not used. to l Specify dependencies of this library. so ar clq went to "not working"; remove the l and reorder to "command first, modifier after" and it'll build again. Test-built on netbsd-11 and netbsd-10 @ text @d3 1 a3 1 --- readline/Make.orig 2026-04-03 13:09:38.833736724 +0000 a15 9 @@@@ -77,7 +77,7 @@@@ all: ../lreadline.a ../lreadline.a: $(OBJECTS) $(RM) -f $@@ - $(AR) clq $@@ $(OBJECTS) + $(AR) qc $@@ $(OBJECTS) -if [ -f /usr/bin/ranlib -o -f /bin/ranlib ]; then ranlib $@@; fi readline: readline.h chardefs.h $(OBJECTS) @