Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-22 | Handle gcc pre-2.8 - do not use -fexceptions in that case. | abs | 2 | -1/+22 | |
So I found a 1.3 box running pkgsrc and wanted to update apache... | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-01 | Mark as USE_BUILDLINK_ONLY as this package is strongly-buildlinked. | jlam | 1 | -4/+5 | |
2001-09-14 | Add a buildlink.mk for for use by other package Makefiles. Closes | jlam | 1 | -0/+34 | |
pkg/13784 by Martti Kuparinen <martti.kuparinen@iki.fi>. | |||||
2001-08-07 | update to 1.95.2 | drochner | 3 | -9/+10 | |
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. | |||||
2001-05-15 | install the html documentation, bump version to 1.95.1nb1 | dillo | 2 | -2/+13 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-07 | This is James Clark's expat XML parser library in C. It is a stream oriented | drochner | 4 | -0/+29 | |
parser that requires setting handlers to deal with the structure that the parser discovers in the document. |