Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-02-19 | Add mipse[bl]-netbsd to targets. | tsutsui | 2 | -2/+34 | |
1999-12-18 | Bump binutils package to 2.9.1.1. Now install bfd.h and ansidefs.h, and | wrstuden | 2 | -4/+10 | |
libiberty.a. Lets other packages link against this libbfd. Discussed with Todd, and an interum fix until he can bash on this package some more. | |||||
1999-12-15 | files -> ${FILESDIR}, and make EXTRACT_USING_PAX= work again. | fredb | 2 | -3/+2 | |
1999-12-06 | Add arm-netbsd to bfd target. | sakamoto | 2 | -2/+750 | |
1999-10-27 | Remove ldscripts/elf64_sparc.x* from PLIST, | fredb | 1 | -7/+1 | |
as these are not installed for some reason. | |||||
1999-09-28 | Fix EXTRACT_USING_PAX case. Closes PR 7785. | fredb | 1 | -3/+3 | |
1999-09-28 | Fix last commit. "tar" works as intended. Comment | fredb | 2 | -6/+7 | |
out the EXTRACT_USING_PAX case; it's still broken. | |||||
1999-09-27 | Handle "exclude" files in a consistent fashion. The idea | fredb | 2 | -8/+6 | |
is to save time and disk space by not extracting unneeded files. Closes PR pkg/8498. | |||||
1999-05-21 | disable sparc64 support for now; it kills sparc-netbsdelf which is actually ↵ | mrg | 1 | -6/+9 | |
very useful right now. | |||||
1999-04-14 | Remove unnecessary slash from master site list. | tron | 1 | -2/+2 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -2/+7 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-02-18 | Let's try this again; we need *both* slashes. | tv | 1 | -2/+2 | |
1999-02-18 | Re-add the slash in the binutils directory modifier. Noticed in PR | tv | 1 | -2/+2 | |
pkg/7005 in certain configurations. | |||||
1999-02-03 | The pathname doesn't need a slash for the master site subdirectory. | tv | 1 | -2/+2 | |
1999-02-03 | Fix MASTER_SITES for the binutils package. | tv | 1 | -2/+2 | |
1999-01-07 | Forget gprof until I figure out why it's not properly configuring. | tv | 2 | -6/+4 | |
1999-01-06 | Add a hack --target argument so this builds on not yet supported NetBSD | tv | 1 | -2/+4 | |
hosts (don't use --host as default --target). | |||||
1999-01-06 | Fix these patches: they work now on very -current. | tv | 1 | -7/+9 | |
1999-01-06 | Fix handling of sys_{errlist,nerr} in strerror.c. | tv | 1 | -0/+39 | |
1999-01-06 | Add the first NetBSD-targeted cross compiler, cross-netbsd-powerpc. | tv | 1 | -0/+13 | |
Installs only the compiler, no headers or runtime link libraries. | |||||
1999-01-04 | Major `cross' category overhaul. Clean up the shared Makefiles; move all | tv | 18 | -0/+782 | |
binutils stuff (except gas) to a shared, multiple-target binutils build; reduce extract and compile times by being more specific with files and targets; update to egcs 1.1.1 with a diffball from NetBSD's src/gnu/dist tree; add 4.4BSD a.out archive support to binutils. |