summaryrefslogtreecommitdiffstats
path: root/lang/glibstdc++28/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-3/+2
|
* Remove Y2k. Satoshi said it wasn't needed any more.obrien2000-12-211-2/+0
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* portlintobrien1999-09-041-4/+4
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Don't waste CDROM real estate on a soon to be OBE version.obrien1999-07-151-1/+3
|
* Switch over fully to "CONFIGURE_TARGET" and specify a unique one so I canobrien1999-03-311-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...scrappy1999-03-111-1/+3
|
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-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, andobrien1999-02-091-3/+3
| | | | "i386-unknown-freebsdaout3.0" for the a.out case.
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-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 ELFobrien1998-11-101-6/+11
| | | | Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Mark BROKEN for ELF: depends on BROKEN_ELF gcc28jseger1998-10-121-1/+3
|
* Re-add bits to allow ``make reinstall'' or a boched ``make install'' toobrien1998-08-171-1/+6
| | | | be retried.
* Properly adapt for the latest bsd.port.mk. :-)hoek1998-08-171-10/+2
|
* Allow a ``make install'' that boched to be re-attempted.obrien1998-08-171-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.obrien1998-08-161-2/+2
| | | | (OK, where the Ports Team's pointy hat?)
* fix typo.obrien1998-08-151-2/+2
| | | | Submitted by: "Michael V. Harding" <mvh@netcom.com>
* Add ``osfnc.h'' from glibc++ 2.7.2 (of FBSD 2.2.7 fame) soobrien1998-08-131-2/+4
| | | | /usr/src/gnu/usr.bin/groff will compile.
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allasami1998-08-071-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.1obrien1998-04-201-10/+13
|
* Upgrade to 2.8.1obrien1998-03-111-7/+7
|
* Standard C++ library to match G++ 2.8.x.obrien1998-03-051-0/+41
OpenPOWER on IntegriCloud