Update to heirloom-doctools-191015.

This commit is contained in:
bentley 2020-09-24 08:13:24 +00:00
parent fb19163ea7
commit fd3623492e
4 changed files with 8 additions and 26 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:49:58 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2020/09/24 08:13:24 bentley Exp $
COMMENT = modernized troff implementation
V = 160308
V = 191015
DISTNAME = heirloom-doctools-$V
REVISION = 4
CATEGORIES = textproc print

View File

@ -1,2 +1,2 @@
SHA256 (heirloom-doctools-160308.tar.bz2) = 5K6uDlMDU3dVwEImwG2YpGqjWRPRoXlwj7w2j5NzGiY=
SIZE (heirloom-doctools-160308.tar.bz2) = 3989028
SHA256 (heirloom-doctools-191015.tar.bz2) = oWmRI1iHTss5bGzgLQgUTbAPDmW53lKCFtWprd6oo0o=
SIZE (heirloom-doctools-191015.tar.bz2) = 4659519

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-mpm_slug_cc,v 1.2 2018/04/26 07:45:36 bentley Exp $
Committed upstream in 051a955bee11a43838c1895d401856fc1f286898.
Index: mpm/slug.cc
--- mpm/slug.cc.orig
+++ mpm/slug.cc
@@ -170,8 +170,10 @@ static char *getutf(FILE *fp) // get 1 utf-encoded cha
{
static char buf[100];
char *p = buf;
+ int c;
- for (*p = 0; (*p++ = getc(fp)) != EOF; ) {
+ for (*p = 0; (c = getc(fp)) != EOF; ) {
+ *p++ = c;
*p = 0;
#ifdef EUC
if (mblen(buf, sizeof buf) > 0) // found a valid character

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2018/09/04 12:46:24 espie Exp $
@comment $OpenBSD: PLIST,v 1.6 2020/09/24 08:13:25 bentley Exp $
heirloom-doctools/
heirloom-doctools/bin/
@bin heirloom-doctools/bin/addbib
@ -51,7 +51,9 @@ heirloom-doctools/man/man1/
@man heirloom-doctools/man/man1/vgrind.1
heirloom-doctools/man/man7/
@man heirloom-doctools/man/man7/eqnchar.7
@man heirloom-doctools/man/man7/man.7
@man heirloom-doctools/man/man7/mcolor.7
@man heirloom-doctools/man/man7/mdoc.7
@man heirloom-doctools/man/man7/mpictures.7
libexec/heirloom-doctools/
libexec/heirloom-doctools/eign
@ -192,8 +194,8 @@ share/heirloom-doctools/font/devpost/charlib/Fi
share/heirloom-doctools/font/devpost/charlib/Fl
share/heirloom-doctools/font/devpost/charlib/L1
share/heirloom-doctools/font/devpost/charlib/L1.map
share/heirloom-doctools/font/devpost/charlib/LH
share/heirloom-doctools/font/devpost/charlib/LH.map
share/heirloom-doctools/font/devpost/charlib/LH_uc
share/heirloom-doctools/font/devpost/charlib/Lb
share/heirloom-doctools/font/devpost/charlib/Lb.map
share/heirloom-doctools/font/devpost/charlib/OLD_LH