Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 2 | -2/+4 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-03-11 | Update MinGW to 3.2 with gcc-3.3.3, binutils-2.15.90, and w32api-2.5. | kent | 5 | -281/+443 | |
Fixes PR pkg/19167 | |||||
2004-03-11 | update sum for patches | kent | 1 | -2/+1 | |
2004-03-09 | update based gcc and binutils. | kent | 29 | -2297/+491 | |
- gcc 2.95.2 -> 3.3.3 - binutils 030425 -> 2.15.90 (20040222) | |||||
2004-03-02 | USE_MAKEINFO=yes | kristerw | 1 | -1/+2 | |
2004-03-02 | Do not override config.guess and config.sub. The configure | kristerw | 1 | -1/+3 | |
script is called with a hard-coded target that is not in the pkgsrc/mk/gnu-config/ files. | |||||
2004-02-22 | Make this package build when using gcc 2.95. | kristerw | 2 | -1/+22 | |
2004-02-21 | s/programer/programmer/ | snj | 1 | -2/+2 | |
2004-02-13 | Fix a typo. | minskim | 1 | -1/+1 | |
2004-02-13 | Add and enable atasm-1.04. | minskim | 1 | -1/+2 | |
2004-02-13 | Import atasm-1.04 from pkgsrc-wip. Packaged by mor at linex dot com | minskim | 5 | -0/+62 | |
in PR pkg/22190, and modified by me. This is a 6502 cross-assembler optimized to code for the Atari 8 bit computer line. It is meant to be compatible with the Mac/65 assemlber on the native Atari 8 bit platform. | |||||
2004-01-27 | Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 | heinz | 1 | -2/+2 | |
2004-01-25 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 2 | -4/+4 | |
2004-01-22 | don't assume the base system has bzcat, test for it and depend on | grant | 1 | -2/+8 | |
archivers/bzip2 if we don't have it. | |||||
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 7 | -14/+14 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 9 | -18/+19 | |
2004-01-13 | Remove info files from PLIST files. | seb | 3 | -96/+3 | |
2004-01-12 | Remove unnecessary blank lines. | cjep | 1 | -2/+1 | |
2004-01-03 | Add correct version syntax to BUILD_DEPENDS line | heinz | 1 | -4/+4 | |
2003-12-30 | Whitespace fix | cjep | 1 | -2/+1 | |
2003-12-26 | Deal with info files. | seb | 1 | -1/+3 | |
2003-12-12 | Fix typo (CONFIUGRE_ENV). | reed | 1 | -2/+2 | |
2003-11-05 | Properly handle info files and thus fix installation. | seb | 2 | -3/+6 | |
2003-11-05 | Fix build on NetBSD 1.6.2_RC1: avoid building info files, they are not | seb | 3 | -2/+17 | |
installed anyway. XXX it does not build on -current. | |||||
2003-10-21 | Add bounds checking for prologue buffer. This avoids avr-gdb crashes | wennmach | 3 | -2/+20 | |
when debugging programs without prologue. Patch provided by Karl Janmar < karl -AT- utopiafoundation -DOT- org > in PR pkg/23154 | |||||
2003-09-30 | DTRT for USE_BUILDLINK2=no (or rather [nN][oO]). | kristerw | 1 | -2/+2 | |
2003-09-21 | Fix relative path to mk dir. | wiz | 1 | -3/+3 | |
2003-09-19 | Also do not install localizations -- fixes PR 22778. | wiz | 5 | -17/+41 | |
2003-09-19 | Don't install info pages, to avoid conflict with binutils package. | wiz | 6 | -28/+46 | |
Bump PKGREVISION. | |||||
2003-09-17 | get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or | grant | 1 | -2/+2 | |
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now. | |||||
2003-09-12 | kill all references to gcc.buildlink2.mk and compiler.mk, and define | grant | 1 | -2/+3 | |
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later... | |||||
2003-09-05 | Indent a bit and comment the '.if.*'. | seb | 1 | -21/+21 | |
2003-09-05 | Bring back gcc's all target usage but add USE_MAKEINFO if USE_CROSS_GCC | seb | 1 | -2/+3 | |
is defined (one of the dependency already has USE_MAKEINFO anyway). | |||||
2003-09-04 | Avoid a build problem on -current. | kent | 1 | -2/+2 | |
PR: pkg/22670 | |||||
2003-08-25 | Conflicts with pth to make sure that libgcc does not | kent | 1 | -1/+2 | |
refer /usr/pkg/include/pthread.h | |||||
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 2 | -4/+2 | |
2003-08-07 | Use GNU_CONFIGURE and fix its arguments accordingly. | seb | 2 | -6/+7 | |
Handle info files properly. | |||||
2003-08-07 | Use GNU_CONFIGURE and fix its arguments accordingly. | seb | 2 | -15/+19 | |
Use buildlink2. Handle info files properly. Remove leftovers from FreeBSD port Makefile. Be careful about perl usage i.e. kill it. XXX This package should install itself in a separate directory hierarchy like other "cross" packages or marked as conflicting with some other (like devel/binutils). | |||||
2003-08-04 | Set NO_EXPORT_CPP so these build again (otherwise a mangled _G_config.h | jmc | 2 | -2/+10 | |
gets generated when it uses /usr/bin/cpp | |||||
2003-07-24 | regen distinfo after removal of patches/patch-aa | wennmach | 1 | -2/+1 | |
2003-07-22 | Harmonize COMMENTs for avr packages. | wennmach | 4 | -8/+8 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 11 | -26/+26 | |
2003-07-17 | Update avr-gdb to 5.3, making patch-aa obsolete. | wennmach | 3 | -30/+7 | |
While there, buildlink2-ify. Changes suggested by Joachim Koenig-Baltes <joachim@cms.tecmath.com> in private e-mail. | |||||
2003-07-17 | Correct MAINTAINER's e-mail. | wennmach | 1 | -2/+2 | |
2003-07-17 | Add and enable avrdude. | wennmach | 1 | -1/+2 | |
2003-07-17 | avrdude - Program for programming the on-chip memory of Atmel AVR CPUs | wennmach | 10 | -0/+389 | |
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with several changes by myself. Original package from FreeBSD. | |||||
2003-07-17 | Add and enable avr-libc. | wennmach | 1 | -1/+2 | |
2003-07-17 | avr-libc -- a C and math library for the Atmel AVR controller family. | wennmach | 5 | -0/+325 | |
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with several changes by myself. Original package from FreeBSD. | |||||
2003-07-16 | Add and enable avr-gdb. | wennmach | 1 | -1/+2 | |