Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive style enforcement - use ^I instead of spaces for variables identation. | sobomax | 2001-01-16 | 1 | -3/+2 |
| | |||||
* | Remove Y2k. Satoshi said it wasn't needed any more. | obrien | 2000-12-21 | 1 | -2/+0 |
| | |||||
* | Convert to the PORTNAME - PORTVERSION syntax. | obrien | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | portlint | obrien | 1999-09-04 | 1 | -4/+4 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Don't waste CDROM real estate on a soon to be OBE version. | obrien | 1999-07-15 | 1 | -1/+3 |
| | |||||
* | Switch over fully to "CONFIGURE_TARGET" and specify a unique one so I can | obrien | 1999-03-31 | 1 | -7/+5 |
| | | | | | tell if people built Gcc28 from the ports collection in a normal manner when I get bug reports. | ||||
* | Commit all Y2K/WWW_SITE changes from today... | scrappy | 1999-03-11 | 1 | -1/+3 |
| | |||||
* | Fix to make ports work with bsd.port.mk rev. 1.306. | asami | 1999-03-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) | ||||
* | GNUHOST is now "i386-unknown-freebsd4.0" for the ELF case, and | obrien | 1999-02-09 | 1 | -3/+3 |
| | | | | "i386-unknown-freebsdaout3.0" for the a.out case. | ||||
* | ${MASTER_SITE_GNU} got rearranged in December; let's catch up. | fenner | 1999-01-27 | 1 | -1/+2 |
| | |||||
* | Use bsd.port.{pre,post}.mk. Either use them to avoid having to define | asami | 1998-11-11 | 1 | -4/+5 |
| | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) | ||||
* | fix for 3.0 ELF | obrien | 1998-11-10 | 1 | -6/+11 |
| | | | | Submitted by: Alec Wolman <wolman@cs.washington.edu> | ||||
* | Mark BROKEN for ELF: depends on BROKEN_ELF gcc28 | jseger | 1998-10-12 | 1 | -1/+3 |
| | |||||
* | Re-add bits to allow ``make reinstall'' or a boched ``make install'' to | obrien | 1998-08-17 | 1 | -1/+6 |
| | | | | be retried. | ||||
* | Properly adapt for the latest bsd.port.mk. :-) | hoek | 1998-08-17 | 1 | -10/+2 |
| | |||||
* | Allow a ``make install'' that boched to be re-attempted. | obrien | 1998-08-17 | 1 | -2/+5 |
| | | | | | The current version of bsd.port.mk has a bug such that it doens't generate TMPPLIST at the proper point, and thus all 1st install attempts bomb. | ||||
* | Another typo -- my brain is on vacation. | obrien | 1998-08-16 | 1 | -2/+2 |
| | | | | (OK, where the Ports Team's pointy hat?) | ||||
* | fix typo. | obrien | 1998-08-15 | 1 | -2/+2 |
| | | | | Submitted by: "Michael V. Harding" <mvh@netcom.com> | ||||
* | Add ``osfnc.h'' from glibc++ 2.7.2 (of FBSD 2.2.7 fame) so | obrien | 1998-08-13 | 1 | -2/+4 |
| | | | | /usr/src/gnu/usr.bin/groff will compile. | ||||
* | Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all | asami | 1998-08-07 | 1 | -4/+3 |
| | | | | | | | | | | under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and 1.227.2.43. Note gcc28 is hopelessly broken, it uses an undefined variable ${GNUOSREL} and thus has an empty string wherever ${OSREL} should be. However, it's consistent with its own PLIST at the current state so I haven't "fixed" it yet. | ||||
* | upgrade to 2.8.1.1 | obrien | 1998-04-20 | 1 | -10/+13 |
| | |||||
* | Upgrade to 2.8.1 | obrien | 1998-03-11 | 1 | -7/+7 |
| | |||||
* | Standard C++ library to match G++ 2.8.x. | obrien | 1998-03-05 | 1 | -0/+41 |