diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-22 16:46:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-22 16:46:02 +0000 |
commit | 90999d74d28fdeed1fb188e31472d77dd9257ebd (patch) | |
tree | 8d39d8a7190f58edbb1ea70a668facc5c0695a10 /textproc | |
parent | c746fe9467b2f0712001c9746ff3a97e25a8aba3 (diff) | |
download | pkgsrc-90999d74d28fdeed1fb188e31472d77dd9257ebd.tar.gz |
Update to 2.0.0:
Release 2.0.0 Wed Jan 11 2006
- We no longer use the "check" library for C unit testing; we
always use the (partial) internal implementation of the API.
- Report XML_NS setting via XML_GetFeatureList().
- Fixed headers for use from C++.
- XML_GetCurrentLineNumber() and XML_GetCurrentColumnNumber()
now return unsigned integers.
- Added XML_LARGE_SIZE switch to enable 64-bit integers for
byte indexes and line/column numbers.
- Updated to use libtool 1.5.22 (the most recent).
- Added support for AmigaOS.
- Some mostly minor bug fixes. SF issues include: 1006708,
1021776, 1023646, 1114960, 1156398, 1221160, 1271642.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat/Makefile | 5 | ||||
-rw-r--r-- | textproc/expat/distinfo | 9 | ||||
-rw-r--r-- | textproc/expat/patches/patch-aa | 13 |
3 files changed, 6 insertions, 21 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 598a0c09982..8c9a77a0738 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2005/05/22 20:08:34 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/01/22 16:46:02 wiz Exp $ # -DISTNAME= expat-1.95.8 -PKGREVISION= 2 +DISTNAME= expat-2.0.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/} diff --git a/textproc/expat/distinfo b/textproc/expat/distinfo index 0563d14e9fd..ddc77a27817 100644 --- a/textproc/expat/distinfo +++ b/textproc/expat/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.14 2005/02/24 14:48:41 agc Exp $ +$NetBSD: distinfo,v 1.15 2006/01/22 16:46:02 wiz Exp $ -SHA1 (expat-1.95.8.tar.gz) = 73cb8fc326d04c44ae0e3b3f797f0e6ba9c4121f -RMD160 (expat-1.95.8.tar.gz) = 1b3e5a50a28e2c8efb79188d4c3071318fe1d0dd -Size (expat-1.95.8.tar.gz) = 318349 bytes -SHA1 (patch-aa) = d7b41c263c8a0406733821db4e4ebcb4d474ed6f +SHA1 (expat-2.0.0.tar.gz) = 9ff011a75a1f5b60145c4afdec520442cb398d93 +RMD160 (expat-2.0.0.tar.gz) = f52ccab26950d0148c3e8b644d7c9021734de318 +Size (expat-2.0.0.tar.gz) = 450860 bytes diff --git a/textproc/expat/patches/patch-aa b/textproc/expat/patches/patch-aa deleted file mode 100644 index 5d3664b091d..00000000000 --- a/textproc/expat/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2004/09/15 17:09:37 jlam Exp $ - ---- lib/expat.h.orig Thu Jul 15 20:54:57 2004 -+++ lib/expat.h -@@ -43,7 +43,7 @@ enum XML_Status { - #define XML_STATUS_ERROR XML_STATUS_ERROR - XML_STATUS_OK = 1, - #define XML_STATUS_OK XML_STATUS_OK -- XML_STATUS_SUSPENDED = 2, -+ XML_STATUS_SUSPENDED = 2 - #define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED - }; - |