View | Details | Raw Unified | Return to bug 231663 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tDOM
4
PORTNAME=	tDOM
5
PORTVERSION=	0.9.0
5
PORTVERSION=	0.9.1
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://tdom.org/downloads/
7
MASTER_SITES=	http://tdom.org/downloads/
8
DISTNAME=	${PORTNAME:tl}-${PORTVERSION}
8
DISTNAME=	${PORTNAME:tl}-${PORTVERSION}
Lines 11-20 Link Here
11
MAINTAINER=	mi@aldan.algebra.com
11
MAINTAINER=	mi@aldan.algebra.com
12
COMMENT=	High performance processing of XML and HTML data with Tcl
12
COMMENT=	High performance processing of XML and HTML data with Tcl
13
13
14
LICENSE=	MPL11
14
LICENSE=	MPL20
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
16
17
USES=		tcl:tea
17
USES=		tcl:tea gmake
18
18
CONFIGURE_ARGS=	--enable-threads --disable-tdomalloc
19
CONFIGURE_ARGS=	--enable-threads --disable-tdomalloc
19
CONFIGURE_ARGS+=--with-expat=/usr
20
CONFIGURE_ARGS+=--with-expat=/usr
20
EXTRACT_AFTER_ARGS=--exclude 'expat*/*.c' --exclude 'expat*/[a-mo-z]*.h' \
21
EXTRACT_AFTER_ARGS=--exclude 'expat*/*.c' --exclude 'expat*/[a-mo-z]*.h' \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1517858044
1
TIMESTAMP = 1537791265
2
SHA256 (tdom-0.9.0-src.tgz) = 201e7f1b0df28b1f1921d9ec18f1ffd5a1b558c0509c54c88206b65a81ba2740
2
SHA256 (tdom-0.9.1-src.tgz) = 3b1f644cf07533fe4afaa8cb709cb00a899d9e9ebfa66f4674aa2dcfb398242c
3
SIZE (tdom-0.9.0-src.tgz) = 1065288
3
SIZE (tdom-0.9.1-src.tgz) = 1100163
(-)files/patch-generic-dom.h (-5 / +5 lines)
Lines 1-9 Link Here
1
--- generic/dom.h.orig	2007-08-18 12:51:46 UTC
1
--- generic/dom.h.orig	2018-09-24 12:17:05.706742000 +0000
2
+++ generic/dom.h
2
+++ generic/dom.h	2018-09-24 12:17:16.003866000 +0000
3
@@ -40,7 +40,6 @@
3
@@ -41,7 +41,6 @@
4
 #include <string.h>
4
 #include <ctype.h>
5
 #include <ctype.h>
5
 #include <expat.h>
6
 #include <bsdxml.h>
6
 #include <utf8conv.h>
7
-#include <domalloc.h>
7
-#include <domalloc.h>
8
 
8
 
9
 /*
9
 /*
(-)pkg-plist (+2 lines)
Lines 9-14 Link Here
9
man/mann/domNode.n.gz
9
man/mann/domNode.n.gz
10
man/mann/expat.n.gz
10
man/mann/expat.n.gz
11
man/mann/expatapi.n.gz
11
man/mann/expatapi.n.gz
12
man/mann/pullparser.n.gz
12
man/mann/tdomcmd.n.gz
13
man/mann/tdomcmd.n.gz
13
man/mann/tnc.n.gz
14
man/mann/tnc.n.gz
14
%%PORTDOCS%%%%DOCSDIR%%/html/category-index.html
15
%%PORTDOCS%%%%DOCSDIR%%/html/category-index.html
Lines 19-24 Link Here
19
%%PORTDOCS%%%%DOCSDIR%%/html/expatapi.html
20
%%PORTDOCS%%%%DOCSDIR%%/html/expatapi.html
20
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
21
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
21
%%PORTDOCS%%%%DOCSDIR%%/html/keyword-index.html
22
%%PORTDOCS%%%%DOCSDIR%%/html/keyword-index.html
23
%%PORTDOCS%%%%DOCSDIR%%/html/pullparser.html
22
%%PORTDOCS%%%%DOCSDIR%%/html/tdomcmd.html
24
%%PORTDOCS%%%%DOCSDIR%%/html/tdomcmd.html
23
%%PORTDOCS%%%%DOCSDIR%%/html/tnc.html
25
%%PORTDOCS%%%%DOCSDIR%%/html/tnc.html
24
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
26
%%PORTDOCS%%%%DOCSDIR%%/CHANGES

Return to bug 231663