summaryrefslogtreecommitdiff
path: root/lang/cint
AgeCommit message (Collapse)AuthorFilesLines
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-5/+5
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-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-09The Makefile says that the distfile will change for different minor versionagc2-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 distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-07-22properly pass -Wl,--export-dynamic to the c compiler. Fixed recently noteddmcmahill2-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-19put distfile into own DIST_SUBDIR because the filename doesn't changedrochner5-40/+38
between minor versions, upgrade to 5.14.40
2000-02-05Updated to the last dist-file at the original site, but marked aswiz4-33/+26
broken, since it doesn't compile (the previous version didn't compile, either).
1999-11-23I'll play MAINTAINER heredrochner1-2/+2
1999-11-18Package this up a bit better for Solaris.agc4-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-17import pkg for cint, a C/C++ interpreterdrochner9-0/+331