summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2001-04-21Move to sha1 digests, and add distfile sizes.skrll19-82/+145
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc41-111/+79
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-05Standardize patch file names.wiz2-3/+3
2001-04-05Standardize patch file names, at least a bit.wiz3-20/+20
2001-03-28Sync with BUILD_DEPENDS semantics change.toshii1-2/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf4-9/+9
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-23Use mktemp instead of tempnam to create the temporary file; addresseswiz2-6/+7
pkg/10191 by Richard Earnshaw. Patch provided by Dieter Baron. Bump version to 1.1.
2001-03-23Version 1.15.1:sakamoto2-19/+30
Sync with the src version, and Change the version convention to <version_in_src>.<mods_in_pkgsrc>. Patch from cgd@sibyte.com (Chris G. Demetriou).
2001-03-15add some ldscripts, and sort.wiz1-6/+16
2001-03-13Previous check (for "." being present in PATH) was incorrect in instancesagc1-3/+9
where "." occurred after the directory containing ld. Rework the check to see which ld executable is actually found. Pointed out by Thomas Klausner.
2001-03-13Add a check for cwd in the $PATH (if "." is present, configuration stepagc1-1/+7
will fail). Addresses PR 10988
2001-03-10Purely automatic replacement: SYS_INCLUDE -> CROSS_SYS_INCLUDE.wiz7-38/+40
Fixes pkg/7006.
2001-03-08$() -> ${}; remove an empty line.wiz1-3/+2
2001-03-02Add RCS Id.minoura1-0/+2
2001-03-01Sync w/ PEACE repository.minoura6-36/+50
2001-02-28whitespace fixwiz1-2/+2
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf2-4/+4
XXX need to teach pkglint to be more picky about this
2001-02-23Try to fix PLIST problem (create lib{c,m}.so.5, remove lib{c,m}.so.5.?wiz2-5/+5
from PLIST since whole name is lib{c,m}.5.?.*).
2001-02-23Search and replace fix.wiz1-2/+2
2001-02-22Trivia: Do YOU know which of our MIPS ports is big endian, and whichhubertf2-2/+4
is little endian? Price is downloading 3.5MB of useless binary pkgs via a 56k modem. ;-) [Document which of our mips platforms uses which endiannes]
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-22/+24
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz42-42/+42
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-1/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron5-13/+13
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-01Update depends on cross-binutils to >=2.9.1.1.wiz1-1/+1
XXX: Why not use the common cross.mk?
2001-02-01Update depends on cross-binutils to >=2.9.1.1.wiz2-4/+4
2001-01-30Omission in the previous commit.minoura1-0/+2
2001-01-30Updated to gcc-2.95.2, from PEACE repository.minoura20-98/+1600
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/
2001-01-29Some more MESSAGE cleanup.wiz1-1/+2
2001-01-29Add a 'cross-env' script which helps set up the environment for crossabs4-5/+77
compiling or similar. Based on various postings and notes from the site.
2001-01-24add and enable m68k-netbsdelfwiz1-1/+2
2001-01-24add RCS Idwiz1-0/+1
2001-01-24Oops, forgot to add this:tsutsui1-2/+2
> Add m68k-netbsdelf target.
2001-01-24add RCS Idwiz1-0/+1
2001-01-24Cross-compile environment for ELF NetBSD/m68k.tsutsui11-0/+683
2001-01-24Add m68k-netbsdlef target.tsutsui3-2/+81
2001-01-24Bring ELF BSS alignment fix from main trunk:tsutsui2-1/+15
gnusrc/gnu/dist/bfd/elf.c 1.2->1.3
2001-01-24Update PLIST for mipseb LDEMULATION fix.tsutsui1-7/+7
2001-01-22sync with gnu/dist/gas/config/tc-sh.c rev. 1.2msaitoh1-0/+11
2001-01-22patches for sh3. Sync with:msaitoh1-0/+746
gnu/dist/gcc/config/sh/sh.c rev. 1.7 sh.h rev. 1.5 sh.md rev. 1.7
2001-01-09sync PLIST with reality.itojun2-2/+30
2001-01-09on egcs installation, use install-multilib if we are using multilib target.itojun3-4/+12
fixes libgcc.a build problem mentioned on port-sh3. we should not hardcode targets into egcs-install, we should modify egcs/gcc/Makefile.in and obey whatever configure decided...
2001-01-06regen. (patch-mips fix)tsutsui1-2/+2
2001-01-06emulparams for mips should be elf32bmip, not elf32ebmip.tsutsui2-4/+4
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04note "{big,little}-endian" in readable placesitojun4-4/+4
2001-01-04dd sh{,el}-netbsdcoffitojun1-1/+3
2001-01-04cross/shel-netbsdcoff, little endian sh3 cross compileritojun6-0/+40
2001-01-04cross/sh-netbsdcoff, big endian sh3 cross compileritojun6-0/+40