Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add static libs. | David E. O'Brien | 2001-03-11 | 1 | -0/+3 |
| | | | | Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp> | ||||
* | Put back my editor hints that were removed w/o permission. | David E. O'Brien | 2001-02-07 | 1 | -0/+1 |
| | | | | Note these are *FULLY* Satoshi approved for the past 4 years. | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | Maxim Sobolev | 2001-01-16 | 1 | -3/+2 |
| | |||||
* | Remove Y2k. Satoshi said it wasn't needed any more. | David E. O'Brien | 2000-12-21 | 1 | -2/+0 |
| | |||||
* | Add $FreeBSD$, which help me in problem reports. | David E. O'Brien | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | Convert to the PORTNAME - PORTVERSION syntax. | David E. O'Brien | 2000-04-12 | 1 | -3/+3 |
| | |||||
* | Restore useless version required comments. | David E. O'Brien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | David E. O'Brien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | portlint | David E. O'Brien | 1999-09-04 | 1 | -4/+4 |
| | |||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Don't waste CDROM real estate on a soon to be OBE version. | David E. O'Brien | 1999-07-15 | 1 | -1/+3 |
| | |||||
* | Switch over fully to "CONFIGURE_TARGET" and specify a unique one so I can | David E. O'Brien | 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... | Marc G. Fournier | 1999-03-11 | 1 | -1/+3 |
| | |||||
* | Fix to make ports work with bsd.port.mk rev. 1.306. | Satoshi 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 | David E. O'Brien | 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. | Bill Fenner | 1999-01-27 | 1 | -1/+2 |
| | |||||
* | Use bsd.port.{pre,post}.mk. Either use them to avoid having to define | Satoshi 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 | David E. O'Brien | 1998-11-10 | 3 | -9/+14 |
| | | | | Submitted by: Alec Wolman <wolman@cs.washington.edu> | ||||
* | Mark BROKEN for ELF: depends on BROKEN_ELF gcc28 | Justin M. Seger | 1998-10-12 | 1 | -1/+3 |
| | |||||
* | remove subdirs on pakage deinstall. | David E. O'Brien | 1998-08-17 | 1 | -0/+2 |
| | |||||
* | Re-add bits to allow ``make reinstall'' or a boched ``make install'' to | David E. O'Brien | 1998-08-17 | 1 | -1/+6 |
| | | | | be retried. | ||||
* | Properly adapt for the latest bsd.port.mk. :-) | Tim Vanderhoek | 1998-08-17 | 2 | -12/+4 |
| | |||||
* | Allow a ``make install'' that boched to be re-attempted. | David E. O'Brien | 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. | David E. O'Brien | 1998-08-16 | 1 | -2/+2 |
| | | | | (OK, where the Ports Team's pointy hat?) | ||||
* | fix typo. | David E. O'Brien | 1998-08-15 | 2 | -3/+3 |
| | | | | Submitted by: "Michael V. Harding" <mvh@netcom.com> | ||||
* | Add ``osfnc.h'' from glibc++ 2.7.2 (of FBSD 2.2.7 fame) so | David E. O'Brien | 1998-08-13 | 3 | -2/+24 |
| | | | | /usr/src/gnu/usr.bin/groff will compile. | ||||
* | Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all | Satoshi 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. | ||||
* | Delete two spurious lines. | Satoshi Asami | 1998-04-28 | 1 | -2/+0 |
| | |||||
* | upgrade to 2.8.1.1 | David E. O'Brien | 1998-04-20 | 3 | -152/+155 |
| | |||||
* | Upgrade to 2.8.1 | David E. O'Brien | 1998-03-11 | 3 | -147/+147 |
| | |||||
* | Standard C++ library to match G++ 2.8.x. | David E. O'Brien | 1998-03-05 | 5 | -0/+192 |