Update to htmldoc-1.9.12.

This commit is contained in:
benoit 2021-06-12 13:32:39 +00:00
parent e836e57da9
commit 843136d950
3 changed files with 12 additions and 16 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.50 2020/12/26 05:54:10 benoit Exp $
# $OpenBSD: Makefile,v 1.51 2021/06/12 13:32:39 benoit Exp $
COMMENT = convert HTML pages to PDF/PS format
V = 1.9.11
V = 1.9.12
DISTNAME = htmldoc-${V}
CATEGORIES = print www
@ -31,9 +31,6 @@ CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib" \
DEBUG_PACKAGES = ${BUILD_PACKAGES}
post-extract:
rm -r ${WRKSRC}/jpeg ${WRKSRC}/png ${WRKSRC}/zlib
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (htmldoc-1.9.11-source.tar.gz) = UhWvv1OHMKOWi2EmcQxDDiewXqekPdnxxWuNDc5fsps=
SIZE (htmldoc-1.9.11-source.tar.gz) = 4471815
SHA256 (htmldoc-1.9.12-source.tar.gz) = CQbsYc2sjXNJsTki9lZq6/5zexaVQipZ1sEe5+bq+Z8=
SIZE (htmldoc-1.9.12-source.tar.gz) = 3393013

View File

@ -1,13 +1,12 @@
$OpenBSD: patch-configure,v 1.6 2020/02/16 08:30:08 benoit Exp $
Index: configure
--- configure.orig
+++ configure
@@ -5624,7 +5624,7 @@ if test -n "$GXX"; then
fi
$OpenBSD: patch-configure,v 1.7 2021/06/12 13:32:39 benoit Exp $
--- configure.orig Tue May 18 02:50:17 2021
+++ configure Sat Jun 12 15:24:27 2021
@@ -6318,7 +6318,7 @@
if test -z "$OPTIM"
then :
if test -z "$OPTIM"; then
- OPTIM="-Os -g"
+ OPTIM=""
fi
OPTIM="-Wall -Wunused -Wno-char-subscripts -Wno-format-y2k $OPTIM"
fi