2005-11-05 18:14:52 by Roland Illig | Files touched by this commit (3) |
Log message:
Fixed pkglint warnings:
- Using "+=" with CONFIGURE_ARGS.
- Converted patch-ab to unified format.
- Replaced ${PKGNAME:...} with a simple "avr-gdb".
|
2005-06-16 08:58:08 by Johnny C. Lam | Files touched by this commit (465) |
Log message:
Create directories before installing files into them.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-24 22:13:04 by Thomas Klausner | Files touched by this commit (241) |
Log message:
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
|
2005-02-24 11:16:53 by Alistair G. Crooks | Files touched by this commit (18) |
Log message:
Add RMD160 digests
|
2004-08-06 18:31:09 by Masao Uebayashi | Files touched by this commit (2) |
Log message:
Update MASTER_SITES.
|
2004-05-08 06:50:51 by Soren Jacobsen | Files touched by this commit (5) |
Log message:
Convert to buildlink3.
|
2004-01-22 08:54:07 by grant beattie | Files touched by this commit (7) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|
2003-10-21 16:19:37 by Lex Wennmacher | Files touched by this commit (3) |
Log message:
Add bounds checking for prologue buffer. This avoids avr-gdb crashes
when debugging programs without prologue.
Patch provided by Karl Janmar < karl -AT- utopiafoundation -DOT- org >
in PR pkg/23154
|