Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-01-02 | replaced some commands by their ${COMMAND} counterparts | wiz | 1 | -2/+2 | |
1999-12-20 | Don't try to copy files/CVS. | soren | 2 | -6/+8 | |
1999-12-20 | Add bfd-crunchide and bfd-mdsetimage | sakamoto | 1 | -1/+3 | |
1999-12-20 | Initial import of bfd-mdsetimage-1.0 | sakamoto | 7 | -0/+371 | |
mdsetimage using libbfd. Used for cross-building distributions. | |||||
1999-12-20 | Initial import of bfd-crunchide-1.0 | sakamoto | 7 | -0/+590 | |
crunchide using libbfd. Used for cross-building distributions. | |||||
1999-12-18 | Bump binutils package to 2.9.1.1. Now install bfd.h and ansidefs.h, and | wrstuden | 3 | -6/+12 | |
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-09 | add limitations, suggested by Bill Studenmund. | sakamoto | 6 | -4/+16 | |
THIS PACKAGE WILL ONLY SUPPORT STATIC BINARIES. | |||||
1999-12-06 | Add arm-netbsd, i386-netbsd, i386-netbsdelf | sakamoto | 1 | -2/+5 | |
1999-12-06 | Add arm-netbsd to bfd target. | sakamoto | 2 | -2/+750 | |
1999-12-06 | Initial import of cross-arm-netbsd-1.3.0.0 | sakamoto | 7 | -0/+1274 | |
Cross-compile environment for NetBSD/arm32 | |||||
1999-12-06 | Initial import of cross-i386-netbsd-1.3.0.0 | sakamoto | 6 | -0/+40 | |
Cross-compile environment for a.out NetBSD/i386 | |||||
1999-11-10 | Regen files/md5, generate files/patch-sum. Closes PR 8538. | fredb | 2 | -2/+6 | |
1999-10-27 | Provide --with-gxx-include-dir explicitly, to match expectations | fredb | 1 | -2/+4 | |
in PLIST-egcs-cxx-runtime. Fixing the PLIST, instead, would cause the installed files to collide with the other cross compilers. | |||||
1999-10-27 | Remove ldscripts/elf64_sparc.x* from PLIST, | fredb | 1 | -7/+1 | |
as these are not installed for some reason. | |||||
1999-10-26 | Update checksums. | fredb | 2 | -2/+6 | |
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-08-30 | upgrade zoularis to 19990830 | christos | 2 | -4/+4 | |
1999-07-16 | Added BUILD_DEPENDS+= autoheader:../../devel/autoconf as egcs build depends | wrstuden | 1 | -1/+2 | |
on autoheader. Granted these packages aren't doing well, but this closes PR 7784 by Kazuki Sakamoto <sakamoto@netbsd.org> | |||||
1999-06-30 | Update this package to latest sources. Just bug fixes: | agc | 2 | -4/+4 | |
- no byte_swap.h file on sparc machines. - should work properly with both GNU as and Sun as. | |||||
1999-06-30 | Update the Zoularis package to the sources from June 30th, 1999. | agc | 2 | -4/+4 | |
Differences include many bug fixes, and better support for both Solaris 7 and i386. | |||||
1999-05-21 | disable sparc64 support for now; it kills sparc-netbsdelf which is actually ↵ | mrg | 3 | -9/+16 | |
very useful right now. | |||||
1999-04-26 | Disable all cross pkgs except zoularis (which IMHO belongs in emulators, | tv | 1 | -8/+8 | |
not cross) so that they will not be built as binaries for the 1.4 release. These need major work to fix outstanding problems with LP64 vs ILP32, the update of egcs, and other things. | |||||
1999-04-19 | egcs-1.1.1-NetBSD-19980104.diff.gz is used in various places, and all but this | abs | 1 | -2/+2 | |
agree on a different md5 (which matches the file). Sync with others. | |||||
1999-04-14 | Remove unnecessary slash from master site list. | tron | 1 | -2/+2 | |
1999-04-14 | Upgrade to 19990414 version of Zoularis. | agc | 2 | -4/+4 | |
This is a bug fix version, and allows use on Solaris 7/x86 (Thanks, Christos) | |||||
1999-04-13 | Bug-fix release: | agc | 2 | -4/+4 | |
+ Fix the password routines to use thread-safe functions (getpwnam_r, getpwent_r, getpwuid_r) + Use the ${INSTALL} definition from Makefile.inc rather than install + Install make as bmake This fixes a segmentation violation on Sparc. i386 still has problems. | |||||
1999-04-12 | Update to latest version of Zoularis. | agc | 3 | -8/+12 | |
This version is much more automated, and includes some more bug fixes: + don't try to link with libbsdcompat if you're creating libbsdcompat + use -DOLD_GETCWD when building libbsdcompat, so that -current NetBSD sources can be used (from David Brownlee). + install <sys/byteorder.h> with the rest of the include files. + fix the whole environment so that it compiles on Solaris 7, and on x86 (thanks, Bill). However, there are still some known problems. + add an ftp Makefile, and a pkg_install Makefile.inc showing what needs to be changed to build those 2 utilities + compile and link shared libraries -fPIC rather than -fpic. + automatically work out whether we're on a Sparc or i386. + all the user needs to do is to set BSDSRCDIR and DESTDIR appropriately, check /usr/ccs/bin is in the path, and then use Solaris make (/usr/ccs/bin/make) to make the cross-environment. | |||||
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-03-28 | add autoconf (-> autoheader) as BUILD_DEPEND | hubertf | 1 | -2/+3 | |
1999-03-28 | Update to newest copy. | christos | 2 | -4/+5 | |
1999-03-16 | Update to newer version: | christos | 2 | -4/+4 | |
- compile with -Wall - add domainname cruft - fix include files - update to the latest .mk macros - remove unneeded files - run the correct version of make | |||||
1999-03-15 | Fix the checksum. | christos | 1 | -2/+2 | |
1999-03-15 | - Update to the latest copy. | christos | 1 | -2/+2 | |
- Hopefully I merged all Alistair's changes XXX: Need to put the source on cvs somewhere to keep track of changes. | |||||
1999-03-09 | Add and enable zoularis. | agc | 1 | -1/+2 | |
1999-03-09 | Initial import of zoularis, the NetBSD-on-Solaris environment, by Christos | agc | 5 | -0/+37 | |
Zoulas. This package provides Solaris with the necessary headers, libraries and support files to compile NetBSD utilities on Solaris. | |||||
1999-02-18 | Let's try this again; we need *both* slashes. | tv | 2 | -4/+4 | |
1999-02-18 | Re-add the slash in the binutils directory modifier. Noticed in PR | tv | 2 | -4/+4 | |
pkg/7005 in certain configurations. | |||||
1999-02-14 | patches to egcs for i386-netbsdelf. | mrg | 3 | -0/+657 | |
1999-02-14 | a netbsd/i386 ELF compiler. | mrg | 8 | -0/+80 | |
1999-02-05 | pull in a patch to make the sparc-netbsdelf compiler work for userland | mrg | 1 | -0/+21 | |
1999-02-04 | patch configure.in also. | mrg | 1 | -0/+21 | |
1999-02-03 | a 32bit sparc ELF cross compiler. stolen from the sparc64 one. | mrg | 3 | -2/+23 | |
1999-02-03 | The pathname doesn't need a slash for the master site subdirectory. | tv | 2 | -4/+4 | |
1999-02-03 | Add sparc-netbsdelf. | tv | 1 | -1/+2 | |
1999-02-03 | Add sparc-netbsdelf by request of mrg. | tv | 7 | -0/+61 | |
1999-02-03 | Fix MASTER_SITES for the binutils package. | tv | 2 | -4/+4 | |
1999-01-31 | Uh, re-add mistakenly deleted patch for gas/configure. | tv | 1 | -0/+21 | |