pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/mandoc
Module Name: pkgsrc
Committed By: leot
Date: Thu Oct 11 12:19:05 UTC 2018
Modified Files:
pkgsrc/textproc/mandoc: Makefile
Log Message:
mandoc: Add -D_OPENBSD_SOURCE to CFLAGS on NetBSD
Uses both strtonum(3) and reallocarray(3).
Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/mandoc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/mandoc/Makefile
diff -u pkgsrc/textproc/mandoc/Makefile:1.8 pkgsrc/textproc/mandoc/Makefile:1.9
--- pkgsrc/textproc/mandoc/Makefile:1.8 Wed Aug 22 09:46:47 2018
+++ pkgsrc/textproc/mandoc/Makefile Thu Oct 11 12:19:04 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2018/08/22 09:46:47 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/10/11 12:19:04 leot Exp $
DISTNAME= mandoc-1.14.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc devel
MASTER_SITES= http://mdocml.bsd.lv/snapshots/
@@ -18,6 +18,8 @@ SUBST_FILES.roff= mandoc.1 mandoc.3
SUBST_FILES.roff+= eqn.7 man.7 mdoc.7 tbl.7
SUBST_SED.roff= -e 's,Xr roff,Xr mandoc-roff,g'
+CFLAGS.NetBSD+= -D_OPENBSD_SOURCE
+
# test needs perl
USE_TOOLS+= perl:build
TEST_TARGET= regress
Home |
Main Index |
Thread Index |
Old Index