Commit graph

202 commits

Author SHA1 Message Date
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
dmcmahill
9146feb515 work around a compiler bug (shocked i know) when building the
m68k cross assembler on alpha.  Without optimization gas gives
the same results as on a real m68k box (NetBSD/mac68k).  With
optimization, gas crashes.
2001-05-27 15:17:36 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
simonb
8d4299ab39 Add the "-msoft-float defines _SOFT_FLOAT" change from NetBSD-current. 2001-05-16 18:43:16 +00:00
wiz
eb2bc15fd7 Fix paths in MESSAGE, according to pkg/12930 by Katsuomi Hamajima. 2001-05-14 09:08:23 +00:00
skrll
e80c28e4bf Move to sha1 digests, and add distfile sizes. 2001-04-21 09:36:23 +00:00
agc
268ad0352c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:33:37 +00:00
wiz
14eaa771de Standardize patch file names. 2001-04-05 15:35:43 +00:00
wiz
3057d0e514 Standardize patch file names, at least a bit. 2001-04-05 15:27:24 +00:00
toshii
882553447c Sync with BUILD_DEPENDS semantics change. 2001-03-28 06:28:16 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-27 03:19:43 +00:00
wiz
1e3fe5aeb3 Use mktemp instead of tempnam to create the temporary file; addresses
pkg/10191 by Richard Earnshaw.
Patch provided by Dieter Baron.
Bump version to 1.1.
2001-03-23 13:36:17 +00:00
sakamoto
69af9f98b4 Version 1.15.1:
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-23 13:02:39 +00:00
wiz
4fbf587cde add some ldscripts, and sort. 2001-03-15 18:28:43 +00:00
agc
f8c0b800dd Previous check (for "." being present in PATH) was incorrect in instances
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-13 12:01:43 +00:00
agc
ecc1cfcf5c Add a check for cwd in the $PATH (if "." is present, configuration step
will fail).

Addresses PR 10988
2001-03-13 11:30:28 +00:00
wiz
d43a634d60 Purely automatic replacement: SYS_INCLUDE -> CROSS_SYS_INCLUDE.
Fixes pkg/7006.
2001-03-10 21:15:26 +00:00
wiz
fc019bd129 $() -> ${}; remove an empty line. 2001-03-08 10:17:11 +00:00
minoura
50b3c9dd47 Add RCS Id. 2001-03-02 09:38:06 +00:00
minoura
9c94158fe7 Sync w/ PEACE repository. 2001-03-01 05:59:46 +00:00
wiz
b9858de684 whitespace fix 2001-02-28 10:47:47 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
e8350d1dfb Try to fix PLIST problem (create lib{c,m}.so.5, remove lib{c,m}.so.5.?
from PLIST since whole name is lib{c,m}.5.?.*).
2001-02-23 12:29:06 +00:00
wiz
62b3ef90db Search and replace fix. 2001-02-23 12:14:16 +00:00
hubertf
85bd347a03 Trivia: Do YOU know which of our MIPS ports is big endian, and which
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-22 03:22:10 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
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-16 15:51:46 +00:00
wiz
6c0ff6d279 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:04:52 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
wiz
7ca950f2f6 Update depends on cross-binutils to >=2.9.1.1.
XXX: Why not use the common cross.mk?
2001-02-01 14:25:00 +00:00
wiz
d4855c1df2 Update depends on cross-binutils to >=2.9.1.1. 2001-02-01 14:24:25 +00:00
minoura
277936bb97 Omission in the previous commit. 2001-01-30 03:11:28 +00:00
minoura
203e39306f Updated to gcc-2.95.2, from PEACE repository.
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/
2001-01-30 03:08:56 +00:00
wiz
d7906c3ebd Some more MESSAGE cleanup. 2001-01-29 11:38:10 +00:00
abs
5ce93eed9a Add a 'cross-env' script which helps set up the environment for cross
compiling or similar. Based on various postings and notes from the site.
2001-01-29 10:25:07 +00:00
wiz
aaae0ee61f add and enable m68k-netbsdelf 2001-01-24 12:14:07 +00:00
wiz
e989dd6a57 add RCS Id 2001-01-24 12:13:27 +00:00
tsutsui
0b59e67548 Oops, forgot to add this:
> Add m68k-netbsdelf target.
2001-01-24 12:13:26 +00:00
wiz
a7ca15c284 add RCS Id 2001-01-24 12:12:40 +00:00
tsutsui
350febe3ac Cross-compile environment for ELF NetBSD/m68k. 2001-01-24 12:03:04 +00:00
tsutsui
df2b9068d0 Add m68k-netbsdlef target. 2001-01-24 11:24:12 +00:00
tsutsui
eb1a4a49b6 Bring ELF BSS alignment fix from main trunk:
gnusrc/gnu/dist/bfd/elf.c 1.2->1.3
2001-01-24 11:18:18 +00:00
tsutsui
11fcf3e6d4 Update PLIST for mipseb LDEMULATION fix. 2001-01-24 11:09:59 +00:00
msaitoh
89d10cd1c9 sync with gnu/dist/gas/config/tc-sh.c rev. 1.2 2001-01-22 21:35:32 +00:00
msaitoh
2a887ba076 patches for sh3. Sync with:
gnu/dist/gcc/config/sh/sh.c  rev. 1.7
                       sh.h  rev. 1.5
                       sh.md rev. 1.7
2001-01-22 21:04:12 +00:00
itojun
ffbc17d9b9 sync PLIST with reality. 2001-01-09 14:44:43 +00:00
itojun
be0eca79a3 on egcs installation, use install-multilib if we are using multilib target.
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-09 13:24:46 +00:00
tsutsui
a3aba2707a regen. (patch-mips fix) 2001-01-06 06:44:30 +00:00
tsutsui
2f68108952 emulparams for mips should be elf32bmip, not elf32ebmip. 2001-01-06 06:38:20 +00:00