Update to htmldoc-1.8.29.
This commit is contained in:
parent
6a1f5cc288
commit
fc040f3deb
@ -1,34 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2015/08/21 14:50:24 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2016/01/03 10:18:36 benoit Exp $
|
||||
|
||||
COMMENT= convert HTML pages to PDF/PS format
|
||||
COMMENT = convert HTML pages to PDF/PS format
|
||||
|
||||
V = 1.8.28
|
||||
DISTNAME= htmldoc-${V}
|
||||
CATEGORIES= print www
|
||||
V = 1.8.29
|
||||
DISTNAME = htmldoc-${V}
|
||||
CATEGORIES = print www
|
||||
|
||||
HOMEPAGE = http://www.msweet.org/projects.php?Z1
|
||||
|
||||
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
|
||||
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||||
|
||||
# GPLv2 with OpenSSL exception.
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += c crypto m ssl z jpeg png stdc++
|
||||
|
||||
DISTFILES= ${DISTNAME}-source${EXTRACT_SUFX}
|
||||
DISTFILES = ${DISTNAME}-source${EXTRACT_SUFX}
|
||||
MASTER_SITES = http://www.msweet.org/files/project1/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/htmldoc/${V}/
|
||||
|
||||
|
||||
LIB_DEPENDS= graphics/jpeg \
|
||||
LIB_DEPENDS = graphics/jpeg \
|
||||
graphics/png
|
||||
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
CONFIGURE_ARGS+= --without-gui --disable-gnutls
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CONFIGURE_STYLE = gnu dest
|
||||
CONFIGURE_ARGS += --without-gui --disable-gnutls
|
||||
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include"
|
||||
PORTHOME= ${WRKDIR}
|
||||
PORTHOME = ${WRKDIR}
|
||||
|
||||
post-extract:
|
||||
rm -r ${WRKSRC}/jpeg ${WRKSRC}/png ${WRKSRC}/zlib
|
||||
@ -36,6 +36,6 @@ post-extract:
|
||||
post-configure:
|
||||
@sed -i "s,\\${DESTDIR},," ${WRKSRC}/config.h
|
||||
|
||||
NO_TEST= Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (htmldoc-1.8.28-source.tar.gz) = AipRnNho82lm29peEoNo8TSslEGLaNfKa+B5TGGZfTo=
|
||||
SIZE (htmldoc-1.8.28-source.tar.gz) = 4662299
|
||||
SHA256 (htmldoc-1.8.29-source.tar.gz) = 4KaBc45xaKLS+apTssVdtueoBsq+XOUeiUQeRFzroJc=
|
||||
SIZE (htmldoc-1.8.29-source.tar.gz) = 4749129
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.4 2014/11/07 13:33:40 benoit Exp $
|
||||
--- configure.orig Mon Jan 6 05:28:07 2014
|
||||
+++ configure Sun Apr 6 17:57:37 2014
|
||||
@@ -5278,7 +5278,7 @@ _ACEOF
|
||||
$OpenBSD: patch-configure,v 1.5 2016/01/03 10:18:36 benoit Exp $
|
||||
--- configure.orig Sun Jan 3 01:59:41 2016
|
||||
+++ configure Sun Jan 3 10:59:10 2016
|
||||
@@ -5562,7 +5562,7 @@ _ACEOF
|
||||
|
||||
if test -n "$GXX"; then
|
||||
if test -z "$OPTIM"; then
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-htmldoc_http_c,v 1.1 2014/11/07 13:33:40 benoit Exp $
|
||||
--- htmldoc/http.c.orig Sun Jan 12 10:36:41 2014
|
||||
+++ htmldoc/http.c Sun Jan 12 10:40:00 2014
|
||||
$OpenBSD: patch-htmldoc_http_c,v 1.2 2016/01/03 10:18:36 benoit Exp $
|
||||
--- htmldoc/http.c.orig Sat Jan 2 22:46:20 2016
|
||||
+++ htmldoc/http.c Sun Jan 3 10:59:10 2016
|
||||
@@ -38,6 +38,10 @@
|
||||
# include <sys/poll.h>
|
||||
# include <poll.h>
|
||||
#endif /* HAVE_POLL */
|
||||
|
||||
+#if defined(__OpenBSD__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user