summaryrefslogtreecommitdiff
path: root/cross/avr-gcc
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-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-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-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-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-16Note that tar is required by this package.jlam1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-20Turn avr-binutils into a full dependency, not just a build one. It's neededjmmv1-2/+3
at run time and also to handle the removal of the ${PREFIX}/avr directory. Bump PKGREVISION to 1.
2005-02-24Add RMD160 digestsagc1-1/+3
2005-01-01USE_PERL5_BUILD=yes -> USE_PERL5=buildminskim1-2/+2
2004-06-11replace the deprecated USE_BISON and this also needs flex(1).grant1-3/+2
2004-05-08Convert to buildlink3.snj1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Add correct version syntax to BUILD_DEPENDS lineheinz1-4/+4
2003-07-22Harmonize COMMENTs for avr packages.wennmach1-2/+2
2003-07-17Correct MAINTAINER's e-mail.wennmach1-2/+2
2003-07-16gcc-3.0 configured as cross-compiler for Atmel AVR 8-bit RISCwennmach7-0/+563
microcontrollers. Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139; modified by myself. Original package from FreeBSD.