diff options
author | drochner <drochner@pkgsrc.org> | 2001-08-07 11:16:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-08-07 11:16:55 +0000 |
commit | 3daf6f7011baf7a6d37c7de678b11700e993fc62 (patch) | |
tree | 1ba2eae1f7b30c3c2fa6c21a44c11bb9c543b1a0 /textproc/expat | |
parent | 2fdbc194d5590f2aaf9c0208f2e0a80f546d78e1 (diff) | |
download | pkgsrc-3daf6f7011baf7a6d37c7de678b11700e993fc62.tar.gz |
update to 1.95.2
changes:
- Added compile-time constants that can be used to determine the
Expat version
- Removed a lot of GNU-specific dependencies to aide portability
among the various Unix flavors.
- Fix the UTF-8 BOM bug.
- Cleaned up warning messages for several compilers.
- Added the -Wall, -Wstrict-prototypes options for GCC.
Diffstat (limited to 'textproc/expat')
-rw-r--r-- | textproc/expat/Makefile | 6 | ||||
-rw-r--r-- | textproc/expat/distinfo | 6 | ||||
-rw-r--r-- | textproc/expat/pkg/PLIST | 7 |
3 files changed, 10 insertions, 9 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 92ea2b2d3f5..301270b1b8e 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/05/15 10:07:17 dillo Exp $ +# $NetBSD: Makefile,v 1.3 2001/08/07 11:16:55 drochner Exp $ # -DISTNAME= expat-1.95.1 -PKGNAME= expat-1.95.1nb1 +DISTNAME= expat-1.95.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/} @@ -13,6 +12,7 @@ COMMENT= XML parser library written in C GNU_CONFIGURE= YES USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/conftools/ltconfig +USE_GMAKE= yes DOCDIR= ${PREFIX}/share/doc/html/expat diff --git a/textproc/expat/distinfo b/textproc/expat/distinfo index cc43afde887..b257425fda7 100644 --- a/textproc/expat/distinfo +++ b/textproc/expat/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 15:04:56 skrll Exp $ +$NetBSD: distinfo,v 1.3 2001/08/07 11:16:55 drochner Exp $ -SHA1 (expat-1.95.1.tar.gz) = 7c3eedeaee249c3e2ff883c5a84ced753c645184 -Size (expat-1.95.1.tar.gz) = 193539 bytes +SHA1 (expat-1.95.2.tar.gz) = 5705828c7b02d45628a5ec95a75a07fe38a834f1 +Size (expat-1.95.2.tar.gz) = 190316 bytes diff --git a/textproc/expat/pkg/PLIST b/textproc/expat/pkg/PLIST index 6efbfaed14a..2cab25db60d 100644 --- a/textproc/expat/pkg/PLIST +++ b/textproc/expat/pkg/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2001/05/15 10:07:18 dillo Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/08/07 11:16:56 drochner Exp $ +bin/xmlwf include/expat.h lib/libexpat.a lib/libexpat.la lib/libexpat.so -lib/libexpat.so.0 -lib/libexpat.so.0.1 +lib/libexpat.so.1 +lib/libexpat.so.1.0 share/doc/html/expat/reference.html share/doc/html/expat/style.css @dirrm share/doc/html/expat |