Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat | |
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything. | |||
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat | |
2013-03-10 | Let platforms configured to use binutils 2.17 still recurse into the binutils | Miod Vallat | |
2.15 directory, but only to build gdb. ok deraadt@ espie@ | |||
2011-11-21 | when testing COMPILER_VERSION don't assume the default case is gcc2 | Jonathan Gray | |
ok drahn@ | |||
2011-10-30 | Always install addr2line(1), objcopy(1), and readelf(1), even on | Ingo Schwarze | |
architectures with !ELF_TOOLCHAIN && !USING_NEW_BINUTILS (like vax, m68k). There is no need to reach around from usr.bin/Makefile into binutils; we always descend into either binutils or binutils-2.17. All is fine so far with binutils-2.17 since ia64 has USING_NEW_BINUTILS. tested on vax and ok deraadt@ | |||
2011-09-22 | Always install all manuals on all architectures. | Ingo Schwarze | |
No more exceptions even for binutils. No more share/man in src/distrib/sets/lists/*/md.* ok deraadt@ | |||
2011-07-05 | Allow switching between binutils and binutils 2.17. | Dale Rahn | |
NOTE: binutils-2.17 has not been tested on any archs. ok pirofti@ | |||
2010-10-18 | The base no longer uses old groff -- it uses mandoc(1). The ports tree still | Theo de Raadt | |
sometimes needs groff, but there it is pulled in as a build-dependency, and it is the newer groff. We are able to do this now due to the hard work if ingo. | |||
2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | Dale Rahn | |
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco, with fixes from espie@. ok espie@ general mumbling of approval of others. | |||
2007-03-23 | Enable our sendbug(1), prodded by deraadt@. | Ray Lai | |
2006-04-10 | switch to openrcs and eliminate more gnu from the tree. | Joris Vink | |
note that openrcs still lacks some features. okay niallo@, xsa@, ray@, "Do it" deraadt@ | |||
2004-05-17 | Enable binutils for arm now that we have binutils 2.14. | Dale Rahn | |
2004-03-08 | Do not build binutils on arm. ARM needs at least binutils 2.14. | Dale Rahn | |
Allows others to build OpenBSD/cats, use binutils from devel/binutils/stable Requested by deraadt@ | |||
2004-01-23 | USE_GCC3 switch, now that propolice is in. | Marc Espie | |
2003-11-24 | Switch to using libiberty in new location. | Marc Espie | |
Disable building of cxxfilt in gcc, build it from its own directory. | |||
2003-10-15 | reverse the comment on binutils gas/ld as that's what it is now | Michael Shalayeff | |
2003-09-26 | Disable bc (and dc). | Otto Moerbeek | |
ok deraadt@ | |||
2003-08-03 | gnu gzip dir is now bye bye | Theo de Raadt | |
2003-07-30 | shine a bit more | Theo de Raadt | |
2003-07-22 | switch to our own diff/diff3 (sdiff goes bye bye) | Theo de Raadt | |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-06-22 | bye bye grep (gzip remains for a few scripts) | Theo de Raadt | |
2002-06-12 | use ELF_TOOLCHAIN instead of listing all archs. | Artur Grabowski | |
drahn@ ok. | |||
2002-02-28 | Remove feature-poor GPL'd deroff clone, we have a better, BSD-licensed one now. | Todd C. Miller | |
2001-09-05 | sparc64 uses new binutils. | Artur Grabowski | |
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev | |
1999-11-18 | build new sudo | Todd C. Miller | |
1999-05-26 | Link in egcs, kill gcc and libg++ | Marc Espie | |
1998-11-17 | Move perl install to be after binutils since binutils installs some headers ↵ | Todd C. Miller | |
that we may want to convert with h2ph | |||
1998-06-29 | dc is now part of GNU bc | Todd C. Miller | |
1998-05-04 | use binutils for hppa | Michael Shalayeff | |
1998-03-29 | Adapt the newer of our GDB versions to a.out ports. The main part of this | Niklas Hallqvist | |
commit comes from NetBSD. Also, the kernel debugging mode is a bit different but you will notice when you type gdb -k because it documents the difference | |||
1998-03-11 | add lynx. -moj | Mats O Jansson | |
1997-03-11 | Do not build GNU cpio | Thorsten Lockert | |
1997-03-08 | add deroff to SUBDIRS | kstailey | |
1997-01-21 | Install BSD sort(1) not GNU one. Can always change back if necesary. | Todd C. Miller | |
1996-12-23 | Powerpc port uses binutils not old compiler tools. | Dale S. Rahn | |
1996-10-28 | add sudo | Todd C. Miller | |
1996-09-14 | A time to groff... | etheisen | |
1996-09-14 | Temporarily disable groff build until other mods are checked in. | etheisen | |
1996-08-19 | +perl | Jason Downs | |
1996-07-27 | do texinfo last, for info/dir file | Theo de Raadt | |
1996-07-16 | alpha/mips == binutils; others == gas/ld | Theo de Raadt | |
1996-07-16 | Mips uses gnu binutils | Per Fogelstrom | |
1996-07-04 | GNU awk no longer used | Thorsten Lockert | |
1996-06-29 | Use tar(1) emulation as provided by pax(1) | Thorsten Lockert | |
1996-06-27 | We now support bug reports using a modified version of send-pr(1) that | Thorsten Lockert | |
will not interfere with a possible local installation of GNATS | |||
1996-04-23 | Merge of NetBSD 960418 | Niklas Hallqvist | |
1996-03-30 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-01-05 | use gcc 2.7.2 on all architectures. any port that breaks should be fixed | Theo de Raadt | |