summaryrefslogtreecommitdiff
path: root/lang/gcc31/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark this FORBIDDEN while DavidO works on an upgrade after a repo copy.Satoshi Asami1999-04-131-1/+3
| | | | Notes: svn path=/head/; revision=17824
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* Don't fetch alpha suppliment -- the bits are now part of the port.David E. O'Brien1999-03-301-4/+1
| | | | Notes: svn path=/head/; revision=17448
* Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.David E. O'Brien1999-03-231-2/+1
| | | | Notes: svn path=/head/; revision=17363
* * Add support for ``-pthead''David E. O'Brien1999-03-221-8/+7
| | | | | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work Notes: svn path=/head/; revision=17335
* Upgrade to 1.1.2 release.David E. O'Brien1999-03-171-26/+30
| | | | Notes: svn path=/head/; revision=17256
* 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
* Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.David E. O'Brien1999-02-281-1/+8
| | | | | | | Submitted by: dfr Notes: svn path=/head/; revision=16938
* Upgrade to egcs-1.1.2 pre-release-2David E. O'Brien1999-02-281-11/+15
| | | | | | | | (if you are an EGCS user, please test this port. I would like to get any feedback before the 1.1.2 release) Notes: svn path=/head/; revision=16933
* * clean up verbosity of MakefileDavid E. O'Brien1999-02-091-9/+4
| | | | | | | * now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd Notes: svn path=/head/; revision=16577
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andDavid E. O'Brien1999-02-091-7/+20
| | | | | | | "i386-unknown-freebsdaout" for an a.out machine. Notes: svn path=/head/; revision=16573
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-6/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Wasn't in the main dir when I commited this the first time.David E. O'Brien1998-12-261-1/+5
| | | | | | | Noticed by: jdp Notes: svn path=/head/; revision=15639
* Use the bzip2 version of the distfile. It saves almost 3meg.David E. O'Brien1998-12-051-4/+10
| | | | Notes: svn path=/head/; revision=15116
* EGCS 1.1.1 *Release* is out.David E. O'Brien1998-12-051-10/+12
| | | | Notes: svn path=/head/; revision=15115
* Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formedDavid E. O'Brien1998-12-041-3/+3
| | | | | | | GNU description string. Notes: svn path=/head/; revision=15103
* "upgrade" to EGCS egcs-1.1.1-prerelease-3.David E. O'Brien1998-12-021-8/+9
| | | | | | | | | Note that the 1.1 versions are an older code base (egcs rev 2.91.x) vs. the snapshot this is replacing (egcs rev 2.92.x). However people have reported less problems with 1.1.1-prerel than the current snapshots. Notes: svn path=/head/; revision=15064
* switch to new pre/post bsd.port.mkDavid E. O'Brien1998-11-131-4/+7
| | | | Notes: svn path=/head/; revision=14493
* i386 => ${ARCH}David E. O'Brien1998-11-131-4/+4
| | | | | | | Requested by: imp Notes: svn path=/head/; revision=14492
* Allow building and packaging for ELF.David E. O'Brien1998-10-011-8/+6
| | | | Notes: svn path=/head/; revision=13586
* Doesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mkSatoshi Asami1998-09-281-1/+3
| | | | | | | inclusion order. Notes: svn path=/head/; revision=13514
* Build properly on ELF systems.David E. O'Brien1998-09-271-1/+6
| | | | Notes: svn path=/head/; revision=13434
* make fetchableDavid E. O'Brien1998-09-271-4/+4
| | | | Notes: svn path=/head/; revision=13426
* back to the snaps w/egcs-19980914David E. O'Brien1998-09-261-7/+8
| | | | | | | Submitted by: jdp Notes: svn path=/head/; revision=13401
* Upgrade to 1.1b.David E. O'Brien1998-09-101-6/+6
| | | | | | | | Since there has been announced a to-be ver 1.1.1, change my versioning to a 4th "." to avoid "a"/"b" to avoid being mistaken for an alpha/beta vers. Notes: svn path=/head/; revision=13078
* my goof. fetch only egcs-1.1a.tar.gz, not the entire release/egcs-1.1aDavid E. O'Brien1998-09-041-4/+4
| | | | | | | | directory. Submitted by: Werner Griessl <werner@btp1da.phy.uni-bayreuth.de> Notes: svn path=/head/; revision=13007
* egcs 1.1 HAS BEEN RELEASED!!David E. O'Brien1998-09-031-6/+7
| | | | | | | | | | | | (I will probably not be tracking the snapshots as closely now. I'd like to see if 1.1 isn't stable enough to stay with for a while) Cygnus calls this 1.1a (not Alpha, but a second rolling because a few G77 files were left out). I'm naming this version 1.1.1 so people won't think it is an alpha version. Notes: svn path=/head/; revision=12993
* * upgrade to 19980816 snapshotDavid E. O'Brien1998-08-261-6/+7
| | | | | | | * reduce maintance costs, advantage PLIST_SUB Notes: svn path=/head/; revision=12863
* Fix Version-required comment.John Polstra1998-08-121-2/+2
| | | | Notes: svn path=/head/; revision=12468
* Upgrade to the 19980803 snapshot.David E. O'Brien1998-08-111-10/+8
| | | | Notes: svn path=/head/; revision=12441
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allSatoshi Asami1998-08-071-1/+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
* Upgrade to the 19980721 snap.David E. O'Brien1998-07-261-6/+6
| | | | Notes: svn path=/head/; revision=12138
* upgrade to the July 15th (19980715) snapshotDavid E. O'Brien1998-07-161-9/+11
| | | | Notes: svn path=/head/; revision=11930
* Upgrade to the 19980628 snapshot.David E. O'Brien1998-07-061-12/+12
| | | | | | | | (note the 19980608 snapshot had major problems -- I'd suggest upgrading if you are using this version) Notes: svn path=/head/; revision=11759
* upgrade to 19980608 snapshotDavid E. O'Brien1998-06-101-6/+6
| | | | Notes: svn path=/head/; revision=11371
* + Remove the MANUAL_PACKAGE_BUILD.David E. O'Brien1998-05-201-18/+29
| | | | | | | | | | | + The C++ includes and gcc specific libs now live under gcc-lib/..... + don't install ``c++'' + make links egcc and eg++ + c++filt --> g++filt to non conflict with stock version + clean up package dirs on ``pkg_delete'' Notes: svn path=/head/; revision=11080
* Upgrade to 1998-05-08 snapshot version.David E. O'Brien1998-05-191-11/+11
| | | | Notes: svn path=/head/; revision=11068
* Upgrade to the May 2nd 1998 snapshot version.David E. O'Brien1998-05-051-13/+14
| | | | Notes: svn path=/head/; revision=10856
* Upgrade to 980406 snapshotDavid E. O'Brien1998-04-141-13/+13
| | | | | | | Reviewed by: my PITA ecs240 project Notes: svn path=/head/; revision=10516
* Used to build for me, now doesn't. Bombs in making the stage2 compiler.David E. O'Brien1998-04-111-1/+3
| | | | | | | | For now, use ``cvs co -regcs_102 egcs'' if you want a working version before the next upgrade. Notes: svn path=/head/; revision=10462
* Upgrade to the 980315 snapshot.David E. O'Brien1998-04-071-10/+10
| | | | Notes: svn path=/head/; revision=10432
* Upgrade to version 1.0.2 release.David E. O'Brien1998-04-071-12/+13
| | | | Notes: svn path=/head/; revision=10431
* Fix the "Version required" comment.John Polstra1998-03-171-2/+2
| | | | Notes: svn path=/head/; revision=10217
* The private copy of float.h seems to have gone away.David E. O'Brien1998-03-101-1/+2
| | | | Notes: svn path=/head/; revision=10091
* Fix things so it packages.David E. O'Brien1998-03-081-12/+12
| | | | | | | | Take over maintaince from jdp until after the 3.0 crunch is over. Ok'ed by: jdp Notes: svn path=/head/; revision=10074
* Master site changed.John Polstra1998-02-231-2/+2
| | | | Notes: svn path=/head/; revision=9890
* Forgot to submit PLIST diff.David E. O'Brien1998-02-171-2/+1
| | | | | | | Noticed by: Satoshi Notes: svn path=/head/; revision=9767
* Mark this port broken, doesn't package.Satoshi Asami1998-02-161-1/+2
| | | | Notes: svn path=/head/; revision=9744
* Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.David E. O'Brien1998-02-141-13/+19
| | | | | | | Including linking with the STL vector class. Notes: svn path=/head/; revision=9712