summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2010-08-05fix PLIST for new doxygen, depend on latest version, bump PKGREVISIONdrochner2-26/+9
2010-07-15Bump revision after math/mpfr update.asau1-2/+2
2010-06-25Add RCS identification.asau2-2/+4
2010-06-24Don't install libiberty library archive to avoid conflict with mingw-gcc ↵asau4-4/+35
package. Bump package revision.
2010-06-20Fix build problem under Mac OS X Snow Leopard by avoiding to link twotron2-1/+19
object files twice (once directly and once via static libraries).
2010-06-20Don't treat compiler warnings as errors. Newer versions of GCC producetron1-2/+2
a lot of "format not a string literal and no format arguments" warnings while building this package.
2010-06-15Reverse to previous version; there is something else wrong in the package. Itreinoud1-684/+698
doesn't install the header files for one...
2010-06-14Fixup PLIST! It missed files and ad extra files.reinoud1-698/+684
2010-04-15Include bsd.prefs.mk before adjusting CFLAGS/CXXFLAGS.jakllsch1-2/+4
Prevents build failure due to exposure of host CFLAGS to target compiler. Increment PKGREVISION just in case.
2010-04-05Bump doxygen requirement for previous.jakllsch1-2/+2
2010-04-05Fix avr-libc build/PLIST breakage due to doxygen update, bump package revision.jakllsch4-15/+32
2010-03-24Recursive revision bump for GMP update.asau1-1/+2
2010-03-23Expand MACHINE_ARCH, it should always be "i386".asau1-94/+94
This fixes package on non-i386 platforms.
2010-03-16Remove old MinGW package.asau6-864/+1
2010-03-15+ mingwasau1-1/+6
+ mingw-binutils + mingw-gcc + mingw-runtime-bin + mingw-w32api-bin
2010-03-15Import MinGW packages into "cross" category. From pkgsrc-wip project.asau25-0/+1301
MinGW, a contraction of "Minimalist GNU for Windows," is a port of the GNU Compiler Collection (GCC), and GNU Binutils, for use in the development of native Microsoft Windows applications.
2010-02-19Use correct permissions on the config files.joerg1-2/+3
2010-02-14Add comment headers on yesterday's patches.dholland3-5/+9
2010-02-14DESTDIR support. Something I did seems to have caused it to startdholland8-6/+583
installing c++filt when it wasn't before; I have no idea what, but it seems like a net win so let's run with it. Ergo, PKGREVISION++ (again), to 5.
2010-02-14DESTDIR supportjoerg1-2/+4
2010-02-14Patch out the illegal C found in old gcc versions. Fixes broken build.dholland4-3/+123
2010-02-08DESTDIR support.dholland18-6/+790
2010-02-08Update to avrdude-5.10.jakllsch6-40/+48
pkgsrc changes: Rework AVRISP mkII stall workaround. summary of upstream changes since 5.8: - Fix problem with loading intel hex rom files that exceed 0x10000 bytes. - Fix FreeBSD default serial port name. - jtagmkII.c: If entering JTAG mode fails with a bad JTAG ID message, retry with external reset applied (in case the target is in sleep mode or has asserted the JTD bit). - Fix build for GNU/kFreeBSD.
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