head 1.3; access; symbols pkgsrc-2025Q4:1.2.0.12 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.10 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.8 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.6 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.4 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.2 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.1.0.32 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.30 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.28 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.26 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.24 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.22 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.20 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.18 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.16 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.14 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.12 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.10 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.8 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.6 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.4 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.2 pkgsrc-2020Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2025.12.30.16.19.57; author kikadf; state dead; branches; next 1.2; commitid LU9J7g59C3db1soG; 1.2 date 2024.07.30.08.10.19; author wiz; state Exp; branches; next 1.1; commitid coqwn9bF4rvrXPjF; 1.1 date 2020.08.31.20.01.12; author js; state Exp; branches; next ; commitid GkU7NRw1z2RkPfmC; desc @@ 1.3 log @ textproc/scdoc: remove unused patch @ text @$NetBSD: patch-Makefile,v 1.2 2024/07/30 08:10:19 wiz Exp $ -static does not work on macOS, and there is no reason why this needs to be static. --- Makefile.orig 2024-02-17 09:51:31.000000000 +0000 +++ Makefile @@@@ -1,7 +1,6 @@@@ VERSION=1.11.3 CFLAGS?=-g MAINFLAGS:=-DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter -LDFLAGS+=-static INCLUDE+=-Iinclude PREFIX?=/usr/local BINDIR?=$(PREFIX)/bin @ 1.2 log @scdoc: update to 1.11.3. Provided by iris000 on pkgsrc-users. Changes: 0528bcb Update version to 1.11.3 5ea8873 README.md: mention system packages deb7db7 man: add section about SOURCE_DATE_EPOCH ca7aad3 fix formatting of escaped backticks 0b4a102 Emit '\e' instead of '\\' afeda24 get rid of some unused includes d562d7e remove useless re-declarations of standard functions 1923fb6 Fix clang 15 -Wstrict-prototypes warnings 4af1e1e simplify list output b16de45 scdoc(1), scdoc(5): follow conventions more closely 5061ecc use .PP for paragraph breaks 74b8daa scdoc.5: fix formatting in the preamble eef0810 scdoc.5: fix capitalization of subsection headers 5a61910 Update version to 1.11.2 7bdbb5b Disallows differing row lengths in table 9140b4b Check for and abort on failed memory allocations c7cb8be Add uninstall target 76953aa Escape ' at the beginning of lines b9391f0 Clean up the installation process badecfc Update version to 1.11.1 26bbd97 Cast ctype.h inputs to unsigned char 8b0142c string.c: swap calloc arguments 1645e3c Suppress sentence spacing after end-of-sentence characters. 97106f1 Drop flex/bison from .build.yml 922bdce .build.yml: remove unused secret 53a5fc7 .build.yml: drop annotations 274dafc Update version to 1.11.0 0917856 Fix parsing of line breaks followed by underlined text da7d5e6 Fix parsing of line breaks without newline 059002c Add basic working tests for line breaks parsing baaebab Allow subsection in preamble 656484e Section needs to be explicitly defined @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Remove -static in textproc/scdoc to fix Darwin @ text @d6 1 a6 1 --- Makefile.orig 2020-02-14 21:38:03.000000000 +0000 d8 4 a11 3 @@@@ -1,6 +1,5 @@@@ VERSION=1.10.1 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter d15 1 a15 1 _INSTDIR=$(DESTDIR)$(PREFIX) @