summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2010-01-29DESTDIR supportjoerg1-2/+6
2010-01-26Work around AVRISP mkII sync timeout/retry on NetBSD. I'm guessing thisjakllsch9-21/+36
is really a oddity of NetBSD's USB stack, but this seems to work too. Also, hello nb2 and set LICENSE. (This commit bumps most of the patch files only because of pkgdiff timestamp formatting differences. Sigh.)
2010-01-20Enable USB programmers (such as AVRISP mkII) by adding libusb dependency.jakllsch1-1/+3
Thereby hitherto forth yonder the revision is bumped.
2010-01-15Add dfu-programmer to the SUBDIR list.jakllsch1-1/+2
2010-01-15Add dfu-programmer, a Device Firmware Update based USB programmer forjakllsch5-0/+49
Atmel chips with a USB bootloader.
2010-01-04Not MAKE_JOBS_SAFE.joerg1-1/+2
2009-12-12some improvementobache1-11/+7
* Remove BUILD_DEPENDS on bison, it already in USE_TOOLS. * Remove USE_BZIP2, not buildlink with bzip2, no effect. * Remove custom do-* target, *_DIRS is sufficient to do so and use it instead. * Remove MAKE_FLAGS="c c++", it was not used, and it result in missing "gcov" after above modification. * then, add user-destdir support, inspired by PR 42438.
2009-12-07Remove broken package containing toolchain for now-removedwiz18-701/+1
NetBSD/playstation2 port.
2009-12-05USE_TOOLS+= patchpooka1-2/+2
2009-10-11Add explicit master site for gcc.wiz1-1/+2
2009-08-27Update to 5.8. Upstream changelog is obviously too massive to paste ithasso9-77/+85
here. All hard update work done by Simon 'corecode' Schubert and minor modifications by me.
2009-08-27Update to 1.6.7. Upstream changelog is obviously too massive to paste ithasso5-172/+1324
here. All hard update work done by Simon 'corecode' Schubert and minor modifications (DESTDIR etc) by me.
2009-08-27Update to 4.4.1. Upstream changelog is obviously too massive to paste ithasso7-536/+109
here. All hard update work done by Simon 'corecode' Schubert and minor modifications by me.
2009-08-27Update to 2.19.1. Upstream changelog is obviously too massive to paste ithasso13-143/+154
here. All hard update work done by Simon 'corecode' Schubert and minor modifications (DESTDIR etc) by me.
2009-08-25Remove BROKEN_IN variable. It was no maintained, and there was nowiz3-9/+3
defined workflow for setting it, removing it, or removing packages depending on it.
2009-08-01Make it build on recent DragonFly.hasso2-9/+7
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14Remove @dirrm related logic.joerg1-7/+3
2009-06-14Drop @unexec for directory removal.joerg3-6/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg18-209/+18
2009-05-28update master site. remove non-working mirror.zafer1-3/+2
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg2-6/+2
2009-03-23Drop MAINTAINER as per request from old MAINTAINER.darcy1-2/+2
2009-03-21Revert to unnassigned MAINTAINER. Address went to a mailing list whichdarcy1-2/+2
just returns a syntax error for arbitrary email messages.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-25Let avrdude depend on dvipsk because teTeX-bin no longer provides dvips.minskim1-1/+3
2009-02-17Reset maintainer, mail bouncedjoerg2-4/+4
2008-10-08+ cc65.wiz1-1/+2
2008-10-08Initial import of cc65-2.12.0, packaged for pkgsrc-wip by Tim Larson:wiz6-0/+327
cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools.
2008-07-10Uses BSD makefile, so tag it as such.joerg1-1/+3
2008-06-21Fix build with GCC 4.joerg2-1/+36
2008-06-20Add DESTDIR support.joerg2-7/+9
2008-06-16Fix DESTDIR.joerg1-4/+3
2008-06-16Fix DESTDIR installation.joerg1-4/+3
2008-06-12Add DESTDIR support.joerg4-4/+11
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-4/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-02-04PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packagestnn1-2/+2
2007-12-21Depend on yacc, lex and flex as needed. Fixes PR 37586.joerg1-2/+2
2007-12-18I haven't maintained any of these in years...rumble1-2/+1
2007-12-02Some more packages need lex and yacc. Patch by Aleksey Cheusov onrillig1-2/+2
pkgsrc-users.
2007-09-28Repair compilation on sunos and maybe others. Added some missingdmcmahill7-123/+176
autoconf tests, fixed a non portable call to the shell builtin test, and use the pkgsrc DEFAULT_SERIAL_DEVICE variable for setting the serial device.
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-06-15Use tools framework for bzcat.joerg1-9/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz2-6/+6
Patch provided by Sergey Svishchev in private mail.
2007-02-15Fixed pkglint and libtool warnings.rillig1-24/+24
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz3-3/+9
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-29Added missing data type cast in opcode/h8300-dis.c causing build processwulf2-2/+4
to fail
2006-12-29Added missing data type castswulf1-0/+31