Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -3/+2 | |
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. | |||||
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -3/+2 | |
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package. | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-05-16 | Note that tar is required by this package. | jlam | 1 | -1/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -2/+1 | |
useful. | |||||
2005-03-20 | Turn avr-binutils into a full dependency, not just a build one. It's needed | jmmv | 1 | -2/+3 | |
at run time and also to handle the removal of the ${PREFIX}/avr directory. Bump PKGREVISION to 1. | |||||
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+3 | |
2005-01-01 | USE_PERL5_BUILD=yes -> USE_PERL5=build | minskim | 1 | -2/+2 | |
2004-06-11 | replace the deprecated USE_BISON and this also needs flex(1). | grant | 1 | -3/+2 | |
2004-05-08 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-03 | Add correct version syntax to BUILD_DEPENDS line | heinz | 1 | -4/+4 | |
2003-07-22 | Harmonize COMMENTs for avr packages. | wennmach | 1 | -2/+2 | |
2003-07-17 | Correct MAINTAINER's e-mail. | wennmach | 1 | -2/+2 | |
2003-07-16 | gcc-3.0 configured as cross-compiler for Atmel AVR 8-bit RISC | wennmach | 7 | -0/+563 | |
microcontrollers. Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139; modified by myself. Original package from FreeBSD. |