diff options
author | drochner <drochner> | 2001-08-07 11:16:55 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-08-07 11:16:55 +0000 |
commit | 08f5bd0ef4db9fd033c88fc7e1a753d7dd39b383 (patch) | |
tree | 1ba2eae1f7b30c3c2fa6c21a44c11bb9c543b1a0 /textproc/expat/pkg | |
parent | 2facc09baeddadc03249d5763091d108d6847d38 (diff) | |
download | pkgsrc-08f5bd0ef4db9fd033c88fc7e1a753d7dd39b383.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/pkg')
-rw-r--r-- | textproc/expat/pkg/PLIST | 7 |
1 files changed, 4 insertions, 3 deletions
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 |