Index: head/www/htmlcxx/files/patch-css_syntax.y
===================================================================
--- head/www/htmlcxx/files/patch-css_syntax.y (revision 526980)
+++ head/www/htmlcxx/files/patch-css_syntax.y (nonexistent)
@@ -1,30 +0,0 @@
---- css/css_syntax.y.orig 2011-02-13 22:24:53 UTC
-+++ css/css_syntax.y
-@@ -1,16 +1,17 @@
- %{
- #include
-+#include
- #include
- #include "css_lex.h"
- #include "parser.h"
-
--#define YYPARSE_PARAM yyparam
- #define YYERROR_VERBOSE 1
- //#define YYDEBUG 1
-
- %}
-
- %pure_parser
-+%parse-param { struct selector_list_t **yyparam }
-
- %union {
- char *lexeme;
-@@ -571,7 +572,7 @@ hexcolor
-
- %%
-
--int yyerror(char *s) {
-+int yyerror(struct selector_list_t **yyparam, char *s) {
- #if YYDEBUG
- fprintf(stderr, "Error: %s\n", s);
- #endif
Property changes on: head/www/htmlcxx/files/patch-css_syntax.y
___________________________________________________________________
Deleted: fbsd:nokeywords
## -1 +0,0 ##
-yes
\ No newline at end of property
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: head/www/htmlcxx/Makefile
===================================================================
--- head/www/htmlcxx/Makefile (revision 526980)
+++ head/www/htmlcxx/Makefile (revision 526981)
@@ -1,22 +1,24 @@
# $FreeBSD$
PORTNAME= htmlcxx
-PORTVERSION= 0.86
+PORTVERSION= 0.87
CATEGORIES= www textproc
-MASTER_SITES= SF
+MASTER_SITES= SF/htmlcxx/v${PORTVERSION} \
+ https://github.com/bonitao/htmlcxx/releases/download/v${PORTVERSION}/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTML and CSS APIs for C++
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/LGPL_V2
USES= bison:alias iconv libtool localbase:ldflags pathfix
-USE_LDCONFIG= yes
+
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+USE_LDCONFIG= yes
post-patch:
- @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' ${WRKSRC}/configure
.include
Index: head/www/htmlcxx/distinfo
===================================================================
--- head/www/htmlcxx/distinfo (revision 526980)
+++ head/www/htmlcxx/distinfo (revision 526981)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487211277
-SHA256 (htmlcxx-0.86.tar.gz) = 07542b5ea2442143b125ba213b6823ff4a23fff352ecdd84bbebe1d154f4f5c1
-SIZE (htmlcxx-0.86.tar.gz) = 469416
+TIMESTAMP = 1582449760
+SHA256 (htmlcxx-0.87.tar.gz) = 5d38f938cf4df9a298a5346af27195fffabfef9f460fc2a02233cbcfa8fc75c8
+SIZE (htmlcxx-0.87.tar.gz) = 477083
Index: head/www/htmlcxx/pkg-descr
===================================================================
--- head/www/htmlcxx/pkg-descr (revision 526980)
+++ head/www/htmlcxx/pkg-descr (revision 526981)
@@ -1,3 +1,4 @@
htmlcxx is a simple non-validating css1 and html parser for C++.
WWW: http://htmlcxx.sourceforge.net/
+WWW: https://github.com/bonitao/htmlcxx