summaryrefslogtreecommitdiff
path: root/devel/id-utils/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2003-01-08#include statements in asm files that did not match the form:thorpej1-3/+2
#include "foo.h" ..or.. #include <foo.h> would cause mkid to happily loop forever. Fix this, making the scanner properly detect EOL/EOF and defined name tokens in #include statements, as well. Merge all libidu/scanners.c patches into a single patch file. Bump package revision to nb3.
2002-06-21+ In assert_writeable(), don't depend upon dirname(3) not modifying thelukem1-2/+2
argument; POSIX allows this, even though the replacement lib/dirname.c (from glibc?) returns a strndup-ed strings *except* for the "." case. [mmm, possible memory leaks]. Instead, just implement most of guts of lib/dirname.c directly in assert_writeable(), always copy string, and always free it. This fixes ``mkid -f /some/path/to/id'' + Crank PKGREVISION.
2002-04-03don't limit symbol length to BUFSIZ, and similarly don't limit lidjoda1-1/+3
line length to BUFSIZ; it should now be possible to index the mozilla source
2002-03-01Change some of the short's to ints and extend the hash table size so /usr/src isjmc1-1/+4
indexable again.
2002-02-27get rid of the last few evil calls to alloca;joda1-2/+3
this fixes some stack overflow segfaults
2002-01-31eat more asm and c++ files. *chomp* *chomp*mrg1-2/+2
2001-11-03- Fix build failure - exposed after lastest modification ofseb1-5/+6
../../devel/gettext-lib/buildlink.mk - due to incorrect usage of @INTLIBS@ in Automake's prog_LDADD variable. Thanks Johnny Lam for hints and explanations! - While here get ride off build dependencies on auto* tools and GNU make by using a new set of patches and AUTOMAKE_OVERRIDE. Note: new Makefile.am files and hence their patches were generated with automake-1.1b! - sort PLIST and use same `install-info' arguments as those generated by `make print-PLIST'. - Fix broken dependencies when USE_XEMACS is defined.
2001-09-19remove unnecessary alloca's; quash one buffer overrunjoda1-1/+4
2001-08-04Some fixes provided by Stoned Elipot in pkg/13340:wiz1-1/+5
. Use ${PKGLOCALEDIR} instead of share . No more additional files installed depending on whether {x}emacs is installed or not -- define USE_EMACS or USE_XEMACS if you want to have .elc files installed. . buildlinkify
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo