aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc295/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/gcc295 which is not used by any other port and had beenGerald Pfeifer2009-11-211-145/+0
| | | | | | | | | unused/unusable for most of last year. Recommend lang/gcc44 instead. Approved by: maintainer Notes: svn path=/head/; revision=244616
* Over to new maintainer. Note: this release is way obsolete.Mark Linimon2009-11-131-1/+1
| | | | Notes: svn path=/head/; revision=244216
* Reset shaun@FreeBSD.org due to maintainer-timeouts and no responseMark Linimon2009-11-121-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=244148
* Fix build (broken due to recent autoconf changes).Shaun Amott2009-07-221-1/+24
| | | | | | | | PR: ports/135883 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> Notes: svn path=/head/; revision=238189
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-2/+0
| | | | Notes: svn path=/head/; revision=225297
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Add symmetric CONFLICTS with lang/gcc41, lang/gcc42, and lang/gcc43 whichGerald Pfeifer2007-11-031-1/+2
| | | | | | | | | | | | already conflict with this port. On the way, adjust the IGNORE statement to comply with our standards. PR: 117430 (partly) Approved by: portmgr (erwin) Notes: svn path=/head/; revision=202491
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-301-7/+2
| | | | | | | | | ports With hat: portmgr Notes: svn path=/head/; revision=183698
* Take maintainership.Shaun Amott2006-10-311-2/+2
| | | | Notes: svn path=/head/; revision=175565
* 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