summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc9-18/+19
2004-01-13Remove info files from PLIST files.seb3-96/+3
2004-01-12Remove unnecessary blank lines.cjep1-2/+1
2004-01-03Add correct version syntax to BUILD_DEPENDS lineheinz1-4/+4
2003-12-30Whitespace fixcjep1-2/+1
2003-12-26Deal with info files.seb1-1/+3
2003-12-12Fix typo (CONFIUGRE_ENV).reed1-2/+2
2003-11-05Properly handle info files and thus fix installation.seb2-3/+6
2003-11-05Fix build on NetBSD 1.6.2_RC1: avoid building info files, they are notseb3-2/+17
installed anyway. XXX it does not build on -current.
2003-10-21Add bounds checking for prologue buffer. This avoids avr-gdb crasheswennmach3-2/+20
when debugging programs without prologue. Patch provided by Karl Janmar < karl -AT- utopiafoundation -DOT- org > in PR pkg/23154
2003-09-30DTRT for USE_BUILDLINK2=no (or rather [nN][oO]).kristerw1-2/+2
2003-09-21Fix relative path to mk dir.wiz1-3/+3
2003-09-19Also do not install localizations -- fixes PR 22778.wiz5-17/+41
2003-09-19Don't install info pages, to avoid conflict with binutils package.wiz6-28/+46
Bump PKGREVISION.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-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-05Indent a bit and comment the '.if.*'.seb1-21/+21
2003-09-05Bring back gcc's all target usage but add USE_MAKEINFO if USE_CROSS_GCCseb1-2/+3
is defined (one of the dependency already has USE_MAKEINFO anyway).
2003-09-04Avoid a build problem on -current.kent1-2/+2
PR: pkg/22670
2003-08-25Conflicts with pth to make sure that libgcc does notkent1-1/+2
refer /usr/pkg/include/pthread.h
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb2-4/+2
2003-08-07Use GNU_CONFIGURE and fix its arguments accordingly.seb2-6/+7
Handle info files properly.
2003-08-07Use GNU_CONFIGURE and fix its arguments accordingly.seb2-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-04Set NO_EXPORT_CPP so these build again (otherwise a mangled _G_config.hjmc2-2/+10
gets generated when it uses /usr/bin/cpp
2003-07-24regen distinfo after removal of patches/patch-aawennmach1-2/+1
2003-07-22Harmonize COMMENTs for avr packages.wennmach4-8/+8
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant11-26/+26
2003-07-17Update avr-gdb to 5.3, making patch-aa obsolete.wennmach3-30/+7
While there, buildlink2-ify. Changes suggested by Joachim Koenig-Baltes <joachim@cms.tecmath.com> in private e-mail.
2003-07-17Correct MAINTAINER's e-mail.wennmach1-2/+2
2003-07-17Add and enable avrdude.wennmach1-1/+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.
2003-07-17Add and enable avr-libc.wennmach1-1/+2
2003-07-17avr-libc -- a C and math library for the Atmel AVR controller family.wennmach5-0/+325
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with several changes by myself. Original package from FreeBSD.
2003-07-16Add and enable avr-gdb.wennmach1-1/+2
2003-07-16GNU Debugger GDB, configured for Atmel AVR microcontroller targets.wennmach5-0/+58
Submitted by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with only minor changes by myself. Original package from FreeBSD.
2003-07-16Add and enable avr-gcc.wennmach1-1/+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.
2003-07-15add and enable avr-binutilswennmach1-1/+2
2003-07-15First of a series of packages to support cross-development forwennmach8-0/+240
Atmel AVR series microcontrollers. Provided by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with several changes by myself. Original package from FreeBSD.
2003-06-25Bump revisiontsarna1-1/+2
2003-06-25Add some fixes to serial I/Otsarna2-1/+37
2003-06-07Truncate to 24 linescjep1-27/+5
2003-06-07delintcjep1-4/+2
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma9-18/+18
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-28Add and enable icdprogtsarna1-1/+2
2003-05-28ICDPROG is a simple command line programmer for Microchip PIC controllers,tsarna5-0/+75
using the Microchip or Olimex ICD (in circuit debugger) as a programmer.
2003-05-22Add commented out COMMON entry.wiz1-1/+2
2003-04-27Update to 1.4.0kent4-42/+36
- update binutils: 3.13 -> 030425 snapshot - use native pthread.h instead of unproven-pthread