summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2005-03-20Turn avr-binutils into a full dependency, not just a build one. It's neededjmmv1-2/+3
at run time and also to handle the removal of the ${PREFIX}/avr directory. Bump PKGREVISION to 1.
2005-03-02Fix html manual generation with texi2html,wiz5-7/+42
and depend on latest version, since it causes PLIST changes. Adapt PLIST. Bump PKGREVISION.
2005-02-24Add RMD160 digestsagc19-19/+71
2005-01-27update MASTER_SITES.kent1-1/+2
PR#28801
2005-01-01USE_PERL5_BUILD=yes -> USE_PERL5=buildminskim1-2/+2
2004-12-30Update avr-libc to 1.0.4 using patches provided by Ola Eriksson inkristerw4-80/+98
PR pkg/28570.
2004-12-14Honor BINOWN, BINGRP, and BINMODE.minskim1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz3-6/+6
Suggested by Roland Illig, ok'd by various.
2004-11-22Update MAINTAINER's email address.minskim1-2/+2
2004-11-20Add and enable dasm.minskim1-1/+2
2004-11-20Import dasm from pkgsrc-wip. Packaged by mor (mor at linex dot com)minskim7-0/+73
in PR pkg/19899 and modified by me. DASM is a highly evolved cross-assembler for 6502, 6803 and 68HC11 processors. It is very popular for hacking/cross-developing on old 6502-based video game systems from Atari, Nintendo, etc. DASM processes output from the Distella Atari ROM disassembler without modification.
2004-11-07Add and enable uisp.wiz1-1/+2
2004-10-25uisp-20040311rumble5-0/+59
AVR microcontroller hardware in-system programmer
2004-10-18Add readline prerequisite.rumble1-1/+5
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-2/+2
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam4-12/+4
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-09Make this build with the version of binutils currently in cross-binutils.wiz2-8/+8
No idea if this works, since I don't know how to use this, but the diff looks sane enough to me.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-2/+2
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-06Update MASTER_SITES.uebayasi2-4/+4
2004-08-05use MASTER_SITE_SOURCEFORGE instead of an arbitrary mirrordrochner1-2/+2
2004-08-02Make this package build after the cross/binutils update.kristerw2-10/+8
Bump PKGREVISION.
2004-08-02Add one more missing file.kristerw2-3/+5
Bump PKGREVISION.
2004-08-02Add a missing include file.kristerw2-2/+5
Bump PKGREVISION.
2004-07-09Adjust after update of cross/binutils, and bump PKGREVISIONkristerw15-603/+35
for the packages depending on it.
2004-07-09Update to binutils-2.15.kristerw21-2082/+1625
Changes since binutils-2.9 are not easy to summarize, since it represent more than 6 years of active development... Solves PR pkg/13442.
2004-07-06Remove references to buildlink2.wiz1-5/+1
2004-07-04USE_PKGSRC_GCC -> GCC_REQD+=2.8.0 (builds just as fine on 1.6.2 as before)wiz1-2/+2
2004-07-02Convert to bl3 (tested on 1.6.2, does not build on 2.0).wiz1-2/+2
2004-06-11replace the deprecated USE_BISON and this also needs flex(1).grant1-3/+2
2004-06-01Remove obsolete package, per discussion on tech-pkg.kristerw7-87/+1
2004-05-11Unused.wiz1-30/+0
2004-05-08Convert to buildlink3.snj5-10/+10
2004-04-24This package complains it needs GNU m4 -- give it what it wants.wiz1-2/+2
Remove superfluous LTCONFIG_OVERRIDE.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-2/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-11Update MinGW to 3.2 with gcc-3.3.3, binutils-2.15.90, and w32api-2.5.kent5-281/+443
Fixes PR pkg/19167
2004-03-11update sum for patcheskent1-2/+1
2004-03-09update based gcc and binutils.kent29-2297/+491
- gcc 2.95.2 -> 3.3.3 - binutils 030425 -> 2.15.90 (20040222)
2004-03-02USE_MAKEINFO=yeskristerw1-1/+2
2004-03-02Do not override config.guess and config.sub. The configurekristerw1-1/+3
script is called with a hard-coded target that is not in the pkgsrc/mk/gnu-config/ files.
2004-02-22Make this package build when using gcc 2.95.kristerw2-1/+22
2004-02-21s/programer/programmer/snj1-2/+2
2004-02-13Fix a typo.minskim1-1/+1
2004-02-13Add and enable atasm-1.04.minskim1-1/+2
2004-02-13Import atasm-1.04 from pkgsrc-wip. Packaged by mor at linex dot comminskim5-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-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-25replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant2-4/+4
2004-01-22don't assume the base system has bzcat, test for it and depend ongrant1-2/+8
archivers/bzip2 if we don't have it.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant7-14/+14
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc9-18/+19