aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc295/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace the dangerous .error with IGNORE.Mark Linimon2006-01-271-1/+1
| | | | Notes: svn path=/head/; revision=154573
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-3/+0
| | | | Notes: svn path=/head/; revision=150431
* I don't have any plans for this right now.Trevor Johnson2005-06-111-1/+1
| | | | Notes: svn path=/head/; revision=137287
* BROKEN on alpha: Does not compileKris Kennaway2005-05-211-0/+1
| | | | Notes: svn path=/head/; revision=135804
* Fix comparison (nod to Freshports sanity-checking daemon).Trevor Johnson2005-01-141-1/+1
| | | | Notes: svn path=/head/; revision=126421
* This does compile on the Alpha--well, sometimes it does. I agree with kris'Trevor Johnson2005-01-141-1/+5
| | | | | | | | speculation that the default CFLAGS may be causing the problem seen on the package-building cluster. Try to work around the problem. Notes: svn path=/head/; revision=126419
* Does not compile on alpha. Since it's unlikely anyone is going to fixKris Kennaway2005-01-021-1/+1
| | | | | | | | | | | these old compilers, drop alpha from the supported arch list. Flip over from NOT_FOR_ARCHS to ONLY_FOR_ARCHS where used, since these ports will not support any future architectures FreeBSD runs on. Approved by: portmgr (self) Notes: svn path=/head/; revision=125651
* Compiles on Alpha again.David E. O'Brien2004-12-121-3/+0
| | | | Notes: svn path=/head/; revision=123803
* If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPEDavid E. O'Brien2004-11-141-0/+3
| | | | | | | set to something GCC 2.95 won't understand. Notes: svn path=/head/; revision=121599
* Use INFO and TOUCH macros. Fix white space.Trevor Johnson2004-03-151-5/+6
| | | | | | | | PR: 64193 Submitted by: Yen-Ming Lee Notes: svn path=/head/; revision=104117
* BROKEN on alpha 5.x: does not compileKris Kennaway2004-02-171-0/+4
| | | | Notes: svn path=/head/; revision=101105
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* This no longer provides a Java compiler.Trevor Johnson2004-01-271-1/+1
| | | | Notes: svn path=/head/; revision=99273
* Make fetchable.Trevor Johnson2003-12-261-1/+1
| | | | Notes: svn path=/head/; revision=96615
* The __WORD_BIT constant in GCC's stl_bvector.h caused a namespaceTrevor Johnson2003-12-041-0/+6
| | | | | | | conflict which kept the mailsync port from compiling. Resolve it. Notes: svn path=/head/; revision=94877
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* These older compilers don't support amd64, sparc64, and ia64.David E. O'Brien2003-05-091-0/+1
| | | | Notes: svn path=/head/; revision=80508
* Retire comment file.Trevor Johnson2003-03-011-0/+1
| | | | Notes: svn path=/head/; revision=76700
* Use the full path to /sbin/sysctlKris Kennaway2003-01-301-1/+1
| | | | | | | Noticed by: 'make index' in crontab Notes: svn path=/head/; revision=74251
* I'd like to try to maintain this.Trevor Johnson2002-11-051-1/+1
| | | | Notes: svn path=/head/; revision=69511
* The effort to maintain these for FreeBSD just isn't worth it with the lackDavid E. O'Brien2002-11-051-1/+1
| | | | | | | of reward. Notes: svn path=/head/; revision=69508
* Use MASTER_SITES_GCC.Akinori MUSHA2002-10-191-3/+2
| | | | | | | Approved by: obrien (maintainer) Notes: svn path=/head/; revision=68364
* Due to popular demant into each port which might be inserted into dependencyMaxim Sobolev2002-09-141-0/+4
| | | | | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) Notes: svn path=/head/; revision=66299
* Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also theGerald Pfeifer2002-07-311-1/+1
| | | | | | | | | path was wrong). Approved by: obrien (maintainer+mentor) Notes: svn path=/head/; revision=63802
* Since I cannot think of any reason one would use this port for FORTRAN orDavid E. O'Brien2002-04-101-15/+10
| | | | | | | | Java compilers (the newer versions are much better); trim this port down to just the parts we will need when GCC 3.1 becomes the -CURRENT compiler. Notes: svn path=/head/; revision=57515
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-6/+6
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53957
* Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflictAkinori MUSHA2002-01-191-0/+2
| | | | | | | | | with each other's package link name. (Maintainer timeout; I think it's too trivial to bother him with.) Notes: svn path=/head/; revision=53351
* ftp.freesoftware.com -- R.I.P.David E. O'Brien2001-09-131-2/+1
| | | | Notes: svn path=/head/; revision=47810
* Update to version 2.95.3.David E. O'Brien2001-03-191-12/+10
| | | | Notes: svn path=/head/; revision=40032
* Use MASTER_SITE_SOURCEWARE.David E. O'Brien2001-02-151-9/+6
| | | | | | | Submitted by: sf Notes: svn path=/head/; revision=38391
* Update to the 3rd 2.95.3 pre-release (test) release.David E. O'Brien2001-02-131-7/+8
| | | | Notes: svn path=/head/; revision=38302
* Introduce `TARGLIB' from gcc-devel to clean this thing up.David E. O'Brien2001-01-071-16/+16
| | | | | | | Also change the ELF vs. aout logic so other formats can be targeted. Notes: svn path=/head/; revision=36907
* Update to GCC 2.95.3 release candidate "test1"David E. O'Brien2001-01-071-10/+12
| | | | Notes: svn path=/head/; revision=36905
* Make LIBSTDCPP_REV match the new reality.David E. O'Brien2000-12-131-1/+1
| | | | | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru> Notes: svn path=/head/; revision=35956
* Do dynamic PLIST creation like the `gcc-devel' port. This is the easiestDavid E. O'Brien2000-12-051-11/+10
| | | | | | | | way to deal with the differing results fix-includes gives depending on the FreeBSD version this port is built on. Notes: svn path=/head/; revision=35699
* Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (ItSatoshi Asami2000-10-101-5/+10
| | | | | | | | | | is not built on 3-stable systems.) Change the ELF-only stuff to use PLIST_SUB too. (This part is purely cosmetic -- no functional changes.) Notes: svn path=/head/; revision=33690
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | 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
* Update to version 2.95.2.David E. O'Brien1999-11-011-6/+5
| | | | Notes: svn path=/head/; revision=22839
* portlintDavid E. O'Brien1999-09-041-2/+2
| | | | Notes: svn path=/head/; revision=21256
* trim distfilesDavid E. O'Brien1999-08-301-2/+1
| | | | Notes: svn path=/head/; revision=21141
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Upgrade to version 2.95.1.David E. O'Brien1999-08-191-2/+2
| | | | Notes: svn path=/head/; revision=20803
* Use a better sed(1) pattern in case I break __FreeBSD__ again.David E. O'Brien1999-08-181-2/+2
| | | | Notes: svn path=/head/; revision=20800
* Key off the DISTNAME more, so that upgrading requires less editing.David E. O'Brien1999-08-181-24/+24
| | | | Notes: svn path=/head/; revision=20787
* More EGCS->GCC transition.David E. O'Brien1999-08-161-13/+13
| | | | | | | | * binaries/manpages are now gcc295 / g++295 / g77 * use {MASTER_SITE_GNU} Notes: svn path=/head/; revision=20741
* Tweak a German master site.David E. O'Brien1999-08-091-2/+2
| | | | | | | Submitted by: Dirk Froemberg <dirk@FreeBSD.org> Notes: svn path=/head/; revision=20630
* Add "java" to categories list. GCC-2.95 now has parts of a Java compilerDavid E. O'Brien1999-08-051-2/+2
| | | | | | | bunded in. Notes: svn path=/head/; revision=20541