Index: head/textproc/htdig/Makefile =================================================================== --- head/textproc/htdig/Makefile (revision 478120) +++ head/textproc/htdig/Makefile (revision 478121) @@ -1,53 +1,54 @@ # Created by: Bill Fumerola # $FreeBSD$ PORTNAME= htdig PORTVERSION= 3.2.0.b6 PORTREVISION= 6 CATEGORIES= textproc www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.2.0b6 DISTNAME= htdig-3.2.0b6 MAINTAINER= ports@FreeBSD.org COMMENT= WWW indexing and searching system LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \ --with-default-config-file=${PREFIX}/etc/htdig/htdig.conf \ --with-common-dir=${PREFIX}/share/htdig/common \ --with-database-dir=${PREFIX}/share/htdig/database \ --with-cgi-bin-dir=${PREFIX}/www/cgi-bin \ --with-search-dir=${PREFIX}/www/data \ --with-image-dir=${PREFIX}/www/icons/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} CFLAGS+= -I${OPENSSLINC} OPTIONS_DEFINE= APACHE DOCS OPTIONS_DEFAULT= APACHE APACHE_USE= APACHE=22+ APACHE_CONFIGURE_ON= --with-apache=${LOCALBASE}/sbin PORTDOCS= * post-install: @${MV} ${STAGEDIR}${PREFIX}/etc/htdig/htdig.conf ${STAGEDIR}${PREFIX}/etc/htdig/htdig.conf.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html .for f in ChangeLog ChangeLog.0 README STATUS ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .for f in *.html *.gif ${INSTALL_DATA} ${WRKSRC}/htdoc/${f} ${STAGEDIR}${DOCSDIR}/html .endfor .include Index: head/textproc/htdig/pkg-descr =================================================================== --- head/textproc/htdig/pkg-descr (revision 478120) +++ head/textproc/htdig/pkg-descr (revision 478121) @@ -1,11 +1,11 @@ The ht://Dig system is a complete world wide web indexing and searching system for a domain or intranet. This system is not meant to replace the need for powerful internet-wide search systems like Yahoo! or Google. Instead it is meant to cover the needs for a single company, campus, or even a sub section of a web site. As opposed to some WAIS-based or web-server based search engines, 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/