Port details on branch 2022Q4 |
- scdoc Small man page generator
- 1.11.2 textproc
=0 1.11.2Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2022-12-09 17:42:06
- Last Update: 2022-12-09 17:39:27
- Commit Hash: 2a57c51
- License: MIT
- WWW:
- https://git.sr.ht/~sircmpwn/scdoc
- Description:
- scdoc is a simple man page generator for POSIX systems written in C99.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/scdoc/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/scdoc
- pkg install scdoc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: scdoc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1636790685
SHA256 (scdoc-1.11.2.tar.gz) = e9ff9981b5854301789a6778ee64ef1f6d1e5f4829a9dd3e58a9a63eacc2e6f0
SIZE (scdoc-1.11.2.tar.gz) = 12746
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
- x11/kanshi
Configuration Options:
- No options to configure
- Options name:
- textproc_scdoc
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.2 09 Dec 2022 17:39:27
    |
Jan Beich (jbeich)  Author: Dimitry Andric |
textproc/scdoc: unbreak build with clang 15
In file included from src/string.c:3:
include/str.h:10:23: error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
struct str *str_create();
^
void
src/string.c:15:23: error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
struct str *str_create() {
^
void
PR: 268277
Reported by: antoine (via bug 265425 exp-run)
(cherry picked from commit d30ead133df49f67fa29fbcc5cc4be19a2ad6af4) |
Number of commits found: 1
|