summaryrefslogtreecommitdiff
path: root/lang/glibstdc++28 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add static libs.David E. O'Brien2001-03-111-0/+3
| | | | | | | Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp> Notes: svn path=/head/; revision=39529
* Put back my editor hints that were removed w/o permission.David E. O'Brien2001-02-071-0/+1
| | | | | | | Note these are *FULLY* Satoshi approved for the past 4 years. Notes: svn path=/head/; revision=38061
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+2
| | | | Notes: svn path=/head/; revision=37252
* Remove Y2k. Satoshi said it wasn't needed any more.David E. O'Brien2000-12-211-2/+0
| | | | Notes: svn path=/head/; revision=36208
* Add $FreeBSD$, which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35324
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* portlintDavid E. O'Brien1999-09-041-4/+4
| | | | Notes: svn path=/head/; revision=21260
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Don't waste CDROM real estate on a soon to be OBE version.David E. O'Brien1999-07-151-1/+3
| | | | Notes: svn path=/head/; revision=20213
* Switch over fully to "CONFIGURE_TARGET" and specify a unique one so I canDavid E. O'Brien1999-03-311-7/+5
| | | | | | | | tell if people built Gcc28 from the ports collection in a normal manner when I get bug reports. Notes: svn path=/head/; revision=17487
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-111-1/+3
| | | | Notes: svn path=/head/; revision=17142
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi 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. :) Notes: svn path=/head/; revision=17053
* GNUHOST is now "i386-unknown-freebsd4.0" for the ELF case, andDavid E. O'Brien1999-02-091-3/+3
| | | | | | | "i386-unknown-freebsdaout3.0" for the a.out case. Notes: svn path=/head/; revision=16575
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-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.) Notes: svn path=/head/; revision=14465
* fix for 3.0 ELFDavid E. O'Brien1998-11-103-9/+14
| | | | | | | Submitted by: Alec Wolman <wolman@cs.washington.edu> Notes: svn path=/head/; revision=14453
* Mark BROKEN for ELF: depends on BROKEN_ELF gcc28Justin M. Seger1998-10-121-1/+3
| | | | Notes: svn path=/head/; revision=13900
* remove subdirs on pakage deinstall.David E. O'Brien1998-08-171-0/+2
| | | | Notes: svn path=/head/; revision=12598
* Re-add bits to allow ``make reinstall'' or a boched ``make install'' toDavid E. O'Brien1998-08-171-1/+6
| | | | | | | be retried. Notes: svn path=/head/; revision=12584
* Properly adapt for the latest bsd.port.mk. :-)Tim Vanderhoek1998-08-172-12/+4
| | | | Notes: svn path=/head/; revision=12568
* Allow a ``make install'' that boched to be re-attempted.David E. O'Brien1998-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. Notes: svn path=/head/; revision=12563
* Another typo -- my brain is on vacation.David E. O'Brien1998-08-161-2/+2
| | | | | | | (OK, where the Ports Team's pointy hat?) Notes: svn path=/head/; revision=12538
* fix typo.David E. O'Brien1998-08-152-3/+3
| | | | | | | Submitted by: "Michael V. Harding" <mvh@netcom.com> Notes: svn path=/head/; revision=12533
* Add ``osfnc.h'' from glibc++ 2.7.2 (of FBSD 2.2.7 fame) soDavid E. O'Brien1998-08-133-2/+24
| | | | | | | /usr/src/gnu/usr.bin/groff will compile. Notes: svn path=/head/; revision=12501
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allSatoshi Asami1998-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. Notes: svn path=/head/; revision=12329
* Delete two spurious lines.Satoshi Asami1998-04-281-2/+0
| | | | Notes: svn path=/head/; revision=10728
* upgrade to 2.8.1.1David E. O'Brien1998-04-203-152/+155
| | | | Notes: svn path=/head/; revision=10609
* Upgrade to 2.8.1David E. O'Brien1998-03-113-147/+147
| | | | Notes: svn path=/head/; revision=10114
* Standard C++ library to match G++ 2.8.x.David E. O'Brien1998-03-055-0/+192
Notes: svn path=/head/; revision=10046