aboutsummaryrefslogtreecommitdiff
path: root/textproc/htdig
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-08-26 11:19:21 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-08-26 11:19:21 +0000
commit3819dc82f2f8a0aaf149ce67d47713a43721c68b (patch)
tree7692e09deed35264b69e8829c80fea3512ec692b /textproc/htdig
parente57258d54e60ba489a0962f7496600a3d8a52aea (diff)
downloadports-3819dc82f2f8a0aaf149ce67d47713a43721c68b.tar.gz
ports-3819dc82f2f8a0aaf149ce67d47713a43721c68b.zip
textproc/htdig: Fix build with Clang 6
In file included from Configuration.cc:24: In file included from ./Configuration.h:107: In file included from ./Dictionary.h:22: ./htString.h:28:10: fatal error: 'iostream.h' file not found #include <iostream.h> ^~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/htdig-3.2.0.b6_6.log - Fix WWW; htdig.org seems to be gone
Notes
Notes: svn path=/head/; revision=478121
Diffstat (limited to 'textproc/htdig')
-rw-r--r--textproc/htdig/Makefile1
-rw-r--r--textproc/htdig/pkg-descr2
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile
index af51508bc2ba..d2d2d8166908 100644
--- a/textproc/htdig/Makefile
+++ b/textproc/htdig/Makefile
@@ -25,6 +25,7 @@ CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \
--with-image-url-prefix=/icons/htdig \
--with-ssl
USES= alias libtool ssl
+USE_CXXSTD= c++98
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
LDFLAGS+= -L${OPENSSLLIB}
diff --git a/textproc/htdig/pkg-descr b/textproc/htdig/pkg-descr
index 4a770b960bda..6eca9dc891e4 100644
--- a/textproc/htdig/pkg-descr
+++ b/textproc/htdig/pkg-descr
@@ -8,4 +8,4 @@ single company, campus, or even a sub section of a web site.
ht://Dig can span many web servers as long as they all understand
the HTTP 1.0 protocol.
-WWW: http://www.htdig.org/
+WWW: https://sourceforge.net/projects/htdig/