diff --git a/dev-utils/mandoc/manifest.x86_64.bin b/dev-utils/mandoc/manifest.x86_64.bin new file mode 100644 index 00000000..aee116cf Binary files /dev/null and b/dev-utils/mandoc/manifest.x86_64.bin differ diff --git a/dev-utils/mandoc/manifest.x86_64.jsonc b/dev-utils/mandoc/manifest.x86_64.jsonc new file mode 100644 index 00000000..71e9b66e --- /dev/null +++ b/dev-utils/mandoc/manifest.x86_64.jsonc @@ -0,0 +1,50 @@ +/** Human readable report. This is not consumed by boulder */ +{ + "manifest-version": "0.2", + "packages": { + "mandoc": { + "build-depends": [ + "pkgconfig(zlib)" + ], + "depends": [ + "interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))", + "soname(libc.so.6(x86_64))", + "soname(libz.so.1(x86_64))" + ], + "files": [ + "/usr/bin/apropos", + "/usr/bin/demandoc", + "/usr/bin/mandoc", + "/usr/bin/soelim", + "/usr/bin/whatis", + "/usr/sbin/makewhatis", + "/usr/share/man/man1/apropos.1", + "/usr/share/man/man1/demandoc.1", + "/usr/share/man/man1/mandoc.1", + "/usr/share/man/man1/soelim.1", + "/usr/share/man/man1/whatis.1", + "/usr/share/man/man5/man.conf.5", + "/usr/share/man/man5/mandoc.db.5", + "/usr/share/man/man7/eqn.7", + "/usr/share/man/man7/man.7", + "/usr/share/man/man7/mandoc_char.7", + "/usr/share/man/man7/mdoc.7", + "/usr/share/man/man7/roff.7", + "/usr/share/man/man7/tbl.7", + "/usr/share/man/man8/makewhatis.8" + ], + "name": "mandoc", + "provides": [ + "binary(apropos)", + "binary(demandoc)", + "sysbinary(makewhatis)", + "binary(mandoc)", + "binary(soelim)", + "binary(whatis)" + ] + } + }, + "source-name": "mandoc", + "source-release": "1", + "source-version": "1.14.6" +} diff --git a/dev-utils/mandoc/monitoring.yml b/dev-utils/mandoc/monitoring.yml new file mode 100644 index 00000000..fe2b7019 --- /dev/null +++ b/dev-utils/mandoc/monitoring.yml @@ -0,0 +1,3 @@ +releases: + id: 70874 +security: {} diff --git a/dev-utils/mandoc/stone.yml b/dev-utils/mandoc/stone.yml new file mode 100644 index 00000000..6484b04f --- /dev/null +++ b/dev-utils/mandoc/stone.yml @@ -0,0 +1,32 @@ +# +# SPDX-FileCopyrightText: © 2020-2023 Serpent OS Developers +# +# SPDX-License-Identifier: Zlib +# +name : mandoc +version : '1.14.6' +release : 1 +homepage : https://mandoc.bsd.lv +upstreams : + - https://mdocml.bsd.lv/snapshots/mandoc-1.14.6.tar.gz : 8bf0d570f01e70a6e124884088870cbed7537f36328d512909eb10cd53179d9c +summary : Suite of tools for compiling mdoc, the "man" markup language +description : | + %(name) is a suite of tools compiling mdoc, the roff macro language of choice for BSD manual pages, and man, the predominant historical language for UNIX manuals. +license : ISC +builddeps : + - pkgconfig(zlib) +setup : | + cat > configure.local < +Date: Tue, 31 May 2022 11:53:32 -0400 +Subject: [PATCH] Remove deprecated --add-needed linker flag + +Resolves #204 +Signed-off-by: Ali Abdel-Qader +--- + src/include/defaults.mk | 2 -- + src/include/gcc.specs | 2 +- + 2 files changed, 1 insertion(+), 3 deletions(-) + +diff --git a/src/include/defaults.mk b/src/include/defaults.mk +index ab8e9a8c..2c98e07d 100644 +--- a/src/include/defaults.mk ++++ b/src/include/defaults.mk +@@ -51,7 +51,6 @@ LDFLAGS ?= + override _CCLDFLAGS := $(CCLDFLAGS) + override _LDFLAGS := $(LDFLAGS) + override LDFLAGS = $(CFLAGS) -L. $(_LDFLAGS) $(_CCLDFLAGS) \ +- -Wl,--add-needed \ + -Wl,--build-id \ + -Wl,--no-allow-shlib-undefined \ + -Wl,--no-undefined-version \ +@@ -94,7 +93,6 @@ override _HOST_LDFLAGS := $(HOST_LDFLAGS) + override _HOST_CCLDFLAGS := $(HOST_CCLDFLAGS) + override HOST_LDFLAGS = $(HOST_CFLAGS) -L. \ + $(_HOST_LDFLAGS) $(_HOST_CCLDFLAGS) \ +- -Wl,--add-needed \ + -Wl,--build-id \ + -Wl,--no-allow-shlib-undefined \ + -Wl,-z,now \ +diff --git a/src/include/gcc.specs b/src/include/gcc.specs +index ef28e2bb..d85e8658 100644 +--- a/src/include/gcc.specs ++++ b/src/include/gcc.specs +@@ -5,4 +5,4 @@ + + %{!shared:%{!static:%{!r:-pie}}} %{static:-Wl,-no-fatal-warnings -Wl,-static -static -Wl,-z,relro,-z,now} -grecord-gcc-switches + + *link: +-+ %{!static:--fatal-warnings} --no-undefined-version --no-allow-shlib-undefined --add-needed -z now --build-id %{!static:%{!shared:-pie}} %{shared:-z relro} %{static:%