Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+3 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-05-09 | The Makefile says that the distfile will change for different minor version | agc | 2 | -4/+5 | |
numbers of this package. To make sure we get the right distfile, use ${MASTER_SITE_BACKUP}. Move to sha1 digest, and add distfile size. | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -3/+3 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Move the COMMENT from being in its own file to a definition in the | agc | 2 | -2/+2 | |
package Makefile. | |||||
2000-07-22 | properly pass -Wl,--export-dynamic to the c compiler. Fixed recently noted | dmcmahill | 2 | -4/+4 | |
compile problems. Note: we need to be sure and use --export-dynamic instead of -export-dynamic (2 dashes) for compatibility with a.out systems. | |||||
2000-06-19 | put distfile into own DIST_SUBDIR because the filename doesn't change | drochner | 5 | -40/+38 | |
between minor versions, upgrade to 5.14.40 | |||||
2000-02-05 | Updated to the last dist-file at the original site, but marked as | wiz | 4 | -33/+26 | |
broken, since it doesn't compile (the previous version didn't compile, either). | |||||
1999-11-23 | I'll play MAINTAINER here | drochner | 1 | -2/+2 | |
1999-11-18 | Package this up a bit better for Solaris. | agc | 4 | -12/+27 | |
Delete unwanted patch-file checksums from patchsum file. Re-generate distfile checksum, which seemed to be bad. Add a missing quotation mark to the end of an echo command in the setup script | |||||
1999-11-17 | import pkg for cint, a C/C++ interpreter | drochner | 9 | -0/+331 | |