summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
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
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant1-3/+3
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv7-16/+14
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz2-4/+2
2003-03-22remove zoularisgrant1-2/+1
2003-03-22zoularis has been superceded by the pkgsrc bootstrap kit, ingrant4-48/+0
othersrc/bootstrap-pkgsrc.
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam2-4/+10
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-10-16Fix build error when devel/autoheader is not installed.kent2-5/+14
2002-10-03Remove some obsolete cross-compilation packages.wiz74-3572/+1
The recommended way nowadays is to use build.sh for generating cross-toolchains; for details, see e.g. http://www.netbsd.org/Documentation/cross/
2002-10-03Use autoconf.mk.wiz1-2/+4
2002-10-03Use autoconf.mk.wiz1-6/+3
2002-10-03Remove autoconf build dependency (already pulled in via COMMON/cross.mk.wiz1-2/+1
2002-10-03Fix path on mastersite (moved to old/, since newer version out).wiz1-2/+2
2002-10-03Use autoconf.mk.wiz2-4/+5
2002-09-30Add a buildlink2.mk file for other packages to use.jlam1-0/+30
2002-09-30Use buildlink2 and use gcc/buildlink2.mk instead of Makefile.gcc.jlam2-4/+6
2002-09-30Adapt for buildlink2 usage, and fix up CFLAGS/CXXFLAGS so that they don'tjlam1-1/+11
carry optimizations for the native compiler.
2002-09-30buildlink1 -> buildlink2jlam1-1/+2
2002-09-30buildlink1 -> buildlink2 and use gcc/buildlink2.mk instead of Makefile.gccjlam1-12/+9
2002-09-30We refer to ${LOCALBASE}/bin as ${PREFIX}/bin within a package.jlam1-2/+2
2002-09-30buildlink1 -> buildlink2, and add missing .info files to PLISTjlam2-10/+31
2002-09-12Standardize.wiz14-42/+42
2002-08-21Sync with PEACE repositrykent13-195/+90
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/ - Update binutils to 2.13 - Remove f77/objcc stuff
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.