svn commit: r434196 - in head/www/htmlcxx: . files
Kevin Lo
kevlo at FreeBSD.org
Thu Feb 16 02:31:18 UTC 2017
Author: kevlo
Date: Thu Feb 16 02:31:16 2017
New Revision: 434196
URL: https://svnweb.freebsd.org/changeset/ports/434196
Log:
Update to 0.86
Deleted:
head/www/htmlcxx/files/patch-ci_string.h
Modified:
head/www/htmlcxx/Makefile
head/www/htmlcxx/distinfo
head/www/htmlcxx/pkg-plist
Modified: head/www/htmlcxx/Makefile
==============================================================================
--- head/www/htmlcxx/Makefile Wed Feb 15 21:33:11 2017 (r434195)
+++ head/www/htmlcxx/Makefile Thu Feb 16 02:31:16 2017 (r434196)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= htmlcxx
-PORTVERSION= 0.85
-PORTREVISION= 2
+PORTVERSION= 0.86
CATEGORIES= www textproc
MASTER_SITES= SF
@@ -12,24 +11,14 @@ COMMENT= HTML and CSS APIs for C++
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/LGPL_V2
-USES= bison iconv libtool
+USES= bison iconv libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
-MAKE_JOBS_UNSAFE=yes
-
-MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
-
-.include <bsd.port.pre.mk>
-
-.if !empty(ICONV_LIB)
-CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv_open=yes
-.endif
-
post-patch:
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/htmlcxx/distinfo
==============================================================================
--- head/www/htmlcxx/distinfo Wed Feb 15 21:33:11 2017 (r434195)
+++ head/www/htmlcxx/distinfo Thu Feb 16 02:31:16 2017 (r434196)
@@ -1,2 +1,3 @@
-SHA256 (htmlcxx-0.85.tar.gz) = ab02a0c4addc82f82d564f7d163fe0cc726179d9045381c288f5b8295996bae5
-SIZE (htmlcxx-0.85.tar.gz) = 414624
+TIMESTAMP = 1487211277
+SHA256 (htmlcxx-0.86.tar.gz) = 07542b5ea2442143b125ba213b6823ff4a23fff352ecdd84bbebe1d154f4f5c1
+SIZE (htmlcxx-0.86.tar.gz) = 469416
Modified: head/www/htmlcxx/pkg-plist
==============================================================================
--- head/www/htmlcxx/pkg-plist Wed Feb 15 21:33:11 2017 (r434195)
+++ head/www/htmlcxx/pkg-plist Thu Feb 16 02:31:16 2017 (r434196)
@@ -12,7 +12,6 @@ include/htmlcxx/html/ci_string.h
include/htmlcxx/html/tld.h
include/htmlcxx/html/tree.h
include/htmlcxx/html/utils.h
-libdata/pkgconfig/htmlcxx.pc
lib/libcss_parser.so
lib/libcss_parser.so.0
lib/libcss_parser.so.0.0.0
@@ -22,4 +21,5 @@ lib/libcss_parser_pp.so.0.0.0
lib/libhtmlcxx.so
lib/libhtmlcxx.so.3
lib/libhtmlcxx.so.3.1.0
-share/htmlcxx/css/default.css
+libdata/pkgconfig/htmlcxx.pc
+%%DATADIR%%/css/default.css
More information about the svn-ports-all
mailing list