Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
#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.
|
|
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.
|
|
line length to BUFSIZ; it should now be possible to index the mozilla
source
|
|
indexable again.
|
|
this fixes some stack overflow segfaults
|
|
|
|
../../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.
|
|
|
|
. 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
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|