update to scdoc-1.11.4

This commit is contained in:
sthen
2026-05-28 15:09:12 +00:00
parent 1cb0676582
commit e377517fe8
4 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
COMMENT = convert scdoc text files to man(7) pages
VERSION = 1.11.3
VERSION = 1.11.4
DISTNAME = scdoc-${VERSION}
CATEGORIES = textproc
HOMEPAGE = https://git.sr.ht/~sircmpwn/scdoc
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (scdoc-1.11.3.tar.gz) = TFxhNlQDhOVFWyUPdo58oRsD/boajvwjQe4PERHldhI=
SIZE (scdoc-1.11.3.tar.gz) = 12768
SHA256 (scdoc-1.11.4.tar.gz) = 4anCAA+FUSOhpQyPiXBz4O6V/EF4dDHv44ZMLxwucJI=
SIZE (scdoc-1.11.4.tar.gz) = 13081
+2 -6
View File
@@ -1,14 +1,10 @@
In OpenBSD, we do not compile programs statically when it isn't necessary.
Drop -Werror
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -1,7 +1,6 @@
VERSION=1.11.3
@@ -1,6 +1,6 @@
VERSION=1.11.4
CFLAGS?=-g
-MAINFLAGS:=-DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter
-LDFLAGS+=-static
+MAINFLAGS:=-DVERSION='"$(VERSION)"' -Wall -Wextra -Wno-unused-parameter
INCLUDE+=-Iinclude
PREFIX?=/usr/local
+1 -1
View File
@@ -9,7 +9,7 @@ Index: src/main.c
#define _XOPEN_SOURCE 600
#include <assert.h>
#include <ctype.h>
@@ -755,6 +756,12 @@ int main(int argc, char **argv) {
@@ -777,6 +778,12 @@ int main(int argc, char **argv) {
fprintf(stderr, "Usage: scdoc < input.scd > output.roff\n");
return 1;
}