summaryrefslogtreecommitdiff
path: root/cross
AgeCommit message (Collapse)AuthorFilesLines
2002-06-01use lang/gcc on sparc on older systems. fixes build problems on 1.5 systemsdmcmahill1-1/+6
2002-05-31use lang/gcc on sparc on older systems. fixes build problems on 1.5 systemsdmcmahill1-1/+6
2002-05-18fix typojdolecek1-1/+1
2002-05-15pkg/16475: Update to the compiler of PlayStation Linux 1.0kent6-42/+84
- gcc: Add -fsingle-precision-constant option - gcc: Apply franken-gcc patch of Mozilla.org - ld: Add -fgc-dynstr As for pkgsrc, C++ compiler is removed because it is not used for kernel compilation.
2002-05-12prdownloads.sourceforge.net is no longer any use.abs1-2/+2
Switch to MASTER_SITE_SOURCEFORGE.
2002-04-05Make `dllwrap' (pkg/16156)kent2-4/+7
Bump PKGREVISION to 3.
2002-03-20Pass "--disable-nls" to configure to compile with NetBSD 1.5.x.kent1-3/+3
2002-03-18Sync with PEACE repositry.kent8-25/+74
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/ Change in 1.3.0 - Update binutils to 2.11.92-20011113 to support forwarder RVA
2002-03-13quote $@abs1-2/+2
2002-03-05Fix typo.skrll1-2/+2
2002-02-15mkdir -> ${MKDIR}skrll2-6/+6
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-01-24Use INSTALL_DATA for a DLL instead of INSTALL_PROGRAM.kent1-2/+2
2002-01-24Disable NLS.kent1-4/+4
2002-01-24Correct instllation of libstdc++.a.2.10.0.kent2-6/+9
Define PKGREVISION.
2002-01-22Correct BUILD_DEPENDS for perl: perl-* -> perl-[0-9]*kent1-2/+2
2002-01-22Add perl to BUILD_DEPENDS. It is used for compiling binutils.kent1-2/+3
Version number comes from mingw-runtime istead of gcc.
2002-01-22Add i386-mingw32.kent1-1/+2
2002-01-22New package: cross-i386-mingw32, which enables to produce Win32kent5-0/+691
EXE/DLL files on NetBSD.
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc2-3/+3
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
2001-12-03Miscellaneous man page fixes.wiz2-11/+11
2001-10-31Move pkg/ files into package's toplevel directoryzuntum70-38/+38
2001-10-21Sync with PEACE repositry.kent8-65/+135
- Apply stack-protection patch. - Upgrade binutils: 2.9.1 -> 2.11.2. This package does not use cross-binutils-2.9.1
2001-10-01Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY.cgd2-20/+14
The purpose of that modification is to make the license on these files "GPL-compatible," so that mdsetimage may be combined with BFD. (The resulting license is word-for-word identicial to one of the licenses described as being GPL compatible on http://www.gnu.org/licenses/license-list.html.)
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam4-9/+9
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc2-4/+4
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-27Use wildcard dependence on "autoconf" package.tron3-7/+7
2001-08-16Add autoconf to BUILD_DEPENDS.kent1-1/+2
2001-08-05Add mipsEEel-netbsd.kent1-1/+2
2001-08-05New package, cross-compiler for NetBSD/PlayStation2kent11-0/+610
2001-07-04update for zoularis-20010704christos3-13/+13
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam2-4/+4
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-27work around a compiler bug (shocked i know) when building thedmcmahill6-18/+62
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-19Use ${XARGS} instead of invoking xargs directly.jlam1-3/+3
2001-05-16Add the "-msoft-float defines _SOFT_FLOAT" change from NetBSD-current.simonb2-1/+12
2001-05-14Fix paths in MESSAGE, according to pkg/12930 by Katsuomi Hamajima.wiz2-6/+6
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