summaryrefslogtreecommitdiff
path: root/cross/avrdude
AgeCommit message (Collapse)AuthorFilesLines
2006-03-22* Remove outdates texinfo.tex file from doc directory that was breakingjlam2-6/+11
modern etex by forcing it to output pdf instead of dvi. * List the info files directly in the PLIST.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+3
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-3/+3
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-08convert to use tex.buildlink3.mk.tonio1-2/+4
use BUILD_DEPMETHOD=build
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-02Fix html manual generation with texi2html,wiz5-7/+42
and depend on latest version, since it causes PLIST changes. Adapt PLIST. Bump PKGREVISION.
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-18Add readline prerequisite.rumble1-1/+5
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-13Remove info files from PLIST files.seb1-2/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-07Use GNU_CONFIGURE and fix its arguments accordingly.seb2-6/+7
Handle info files properly.
2003-07-22Harmonize COMMENTs for avr packages.wennmach1-2/+2
2003-07-17avrdude - Program for programming the on-chip memory of Atmel AVR CPUswennmach10-0/+389
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with several changes by myself. Original package from FreeBSD.