notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
gcc295 GNU Compiler Collection
2.95.3_2 lang Deleted on this many watch lists=22 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.95.3_2Version of this port present on the latest quarterly branch.
Ignore IGNORE: is only for alpha i386, while you are running amd64
Maintainer: uqs@spoerlein.net search for ports maintained by this maintainer
Port Added: 2000-12-05 17:31:21
Last Update: 2009-11-21 22:00:18
SVN Revision: UNKNOWN
People watching this port, also watch:: unzip, freetype2, expat, python, gmake
License: not specified in port
WWW:
http://gcc.gnu.org/
Description:
GCC (the GNU Compiler Collection) version 2.95 contains many improvements and features not found in the gcc-2.7.2 and gcc-2.8.1 compilers. C++ support is vastly improved, in particular template support is worlds above that of gcc-2.7.2. For more details, see <http://gcc.gnu.org/>. WWW: http://gcc.gnu.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • gcc>0:lang/gcc295
No installation instructions:
This port has been deleted.
PKGNAME: gcc
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: alpha i386
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (17 items)
Collapse this list.
  1. ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/gcc/releases/gcc-2.95.3/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  3. ftp://ftp.dti.ad.jp/pub/lang/gcc/releases/gcc-2.95.3/
  4. ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-2.95.3/
  5. ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-2.95.3/
  6. ftp://ftp.iij.ad.jp/pub/gcc/releases/gcc-2.95.3/
  7. ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-2.95.3/
  8. ftp://ftp.lip6.fr/pub/gcc/releases/gcc-2.95.3/
  9. ftp://ftp.mirrorservice.org/sites/sources.redhat.com/pub/gcc/releases/gcc-2.95.3/
  10. ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/releases/gcc-2.95.3/
  11. ftp://ftp.nctu.edu.tw/computer-languages/C/gcc/releases/gcc-2.95.3/
  12. ftp://ftp.nluug.nl/mirror/languages/gcc/releases/gcc-2.95.3/
  13. ftp://ftp.ntua.gr/pub/gnu/gcc/releases/gcc-2.95.3/
  14. ftp://ftp.uvsq.fr/pub/gcc/releases/gcc-2.95.3/
  15. ftp://gcc.gnu.org/pub/gcc/releases/gcc-2.95.3/
  16. ftp://mirror.aarnet.edu.au/pub/gcc/releases/gcc-2.95.3/
  17. ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/releases/gcc-2.95.3/
Collapse this list.

Number of commits found: 61

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.95.3_2
21 Nov 2009 22:00:18
Original commit files touched by this commit
gerald search for other commits by this committer
Remove lang/gcc295 which is not used by any other port and had been
unused/unusable for most of last year.  Recommend lang/gcc44 instead.

Approved by:    maintainer
2.95.3_2
13 Nov 2009 20:57:59
Original commit files touched by this commit
linimon search for other commits by this committer
Over to new maintainer.  Note: this release is way obsolete.
2.95.3_2
12 Nov 2009 04:36:41
Original commit files touched by this commit
linimon search for other commits by this committer
Reset shaun@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:            portmgr
2.95.3_2
22 Jul 2009 02:59:26
Original commit files touched by this commit
shaun search for other commits by this committer
Fix build (broken due to recent autoconf changes).

PR:             ports/135883
Submitted by:   Ulrich Spoerlein <uqs@spoerlein.net>
2.95.3_2
05 Jan 2009 20:36:33
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
2.95.3_2
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.95.3_2
03 Nov 2007 12:31:38
Original commit files touched by this commit
gerald search for other commits by this committer
Add symmetric CONFLICTS with lang/gcc41, lang/gcc42, and lang/gcc43 which
already conflict with this port.

On the way, adjust the IGNORE statement to comply with our standards.

PR:             117430 (partly)
Approved by:    portmgr (erwin)
2.95.3_2
30 Jan 2007 10:25:34
Original commit files touched by this commit
pav search for other commits by this committer
- Remove support for a.out format and PORTOBJFORMAT variable from individual
  ports

With hat:       portmgr
2.95.3_2
31 Oct 2006 00:18:03
Original commit files touched by this commit
shaun search for other commits by this committer
Take maintainership.
2.95.3_2
27 Jan 2006 09:36:42
Original commit files touched by this commit
linimon search for other commits by this committer
Replace the dangerous .error with IGNORE.
2.95.3_2
05 Dec 2005 00:53:19
Original commit files touched by this commit
edwin search for other commits by this committer
Remove install-info from Makefile, it's automatically done when INFO is defined
2.95.3_2
25 Nov 2005 00:33:45
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
2.95.3_2
11 Jun 2005 22:58:00
Original commit files touched by this commit
trevor search for other commits by this committer
I don't have any plans for this right now.
2.95.3_2
21 May 2005 18:08:23
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on alpha: Does not compile
2.95.3_2
30 Apr 2005 10:51:26
Original commit files touched by this commit
netchild search for other commits by this committer
Unbreak on -current where _types.h got a new prerequisite (sys/cdefs.h)
by me.

Unfortunately we don't have a __FreeBSD_Version for this, so the change
isn't limited to -current, it's for >= 500039.

Famous last words: it shouldn't hurt.

Requested by:   portmgr (kris)
2.95.3_2
14 Jan 2005 12:42:39
Original commit files touched by this commit
trevor search for other commits by this committer
Fix comparison (nod to Freshports sanity-checking daemon).
2.95.3_2
14 Jan 2005 11:24:38
Original commit files touched by this commit
trevor search for other commits by this committer
This does compile on the Alpha--well, sometimes it does.  I agree with kris'
speculation that the default CFLAGS may be causing the problem seen on the
package-building cluster.  Try to work around the problem.
2.95.3_2
02 Jan 2005 01:00:40
Original commit files touched by this commit
kris search for other commits by this committer
Does not compile on alpha.  Since it's unlikely anyone is going to fix
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)
2.95.3_2
12 Dec 2004 08:01:24
Original commit files touched by this commit
obrien search for other commits by this committer
Compiles on Alpha again.
2.95.3_2
14 Nov 2004 19:21:51
Original commit files touched by this commit
obrien search for other commits by this committer
If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPE
set to something GCC 2.95 won't understand.
2.95.3_2
01 Sep 2004 00:12:15
Original commit files touched by this commit
trevor search for other commits by this committer
List gcov command.

PR:             71150
Submitted by:   leeym
2.95.3_2
15 Mar 2004 21:48:02
Original commit files touched by this commit
trevor search for other commits by this committer
Use INFO and TOUCH macros.  Fix white space.

PR:             64193
Submitted by:   Yen-Ming Lee
2.95.3_2
17 Feb 2004 00:02:45
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on alpha 5.x: does not compile
2.95.3_2
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
2.95.3_1
27 Jan 2004 15:56:48
Original commit files touched by this commit
trevor search for other commits by this committer
Remove hashes of unused Fortran, Objective-C and Java distfiles.
Add size data and ID.
2.95.3_1
27 Jan 2004 15:54:17
Original commit files touched by this commit
trevor search for other commits by this committer
This no longer provides a Java compiler.
2.95.3_1
26 Dec 2003 09:23:18
Original commit files touched by this commit
trevor search for other commits by this committer
Make fetchable.
2.95.3_1
04 Dec 2003 06:48:51
Original commit files touched by this commit
trevor search for other commits by this committer
forced commit to note that the previous change addresses PR 51807,
submitted by Kevin Oberman, maintainer of the irrtoolset port (which
I left marked broken because it has at least one other problem)
2.95.3_1
04 Dec 2003 06:38:33
Original commit files touched by this commit
trevor search for other commits by this committer
The __WORD_BIT constant in GCC's stl_bvector.h caused a namespace
conflict which kept the mailsync port from compiling.  Resolve it.
2.95.3
24 Sep 2003 09:37:11
Original commit files touched by this commit
osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
2.95.3
09 May 2003 05:34:06
Original commit files touched by this commit
obrien search for other commits by this committer
These older compilers don't support amd64, sparc64, and ia64.
2.95.3
01 Mar 2003 14:34:34
Original commit files touched by this commit
trevor search for other commits by this committer
Retire comment file.
2.95.3
30 Jan 2003 08:23:53
Original commit files touched by this commit
kris search for other commits by this committer
Use the full path to /sbin/sysctl

Noticed by:     'make index' in crontab
2.95.3
01 Jan 2003 00:46:11
Original commit files touched by this commit
obrien search for other commits by this committer
Actually all that needed to be done in this file to fix for 5-CURRENT
is to remove the explicit "-m elf_i386" and use the default emulation.
2.95.3
31 Dec 2002 23:00:02
Original commit files touched by this commit
arved search for other commits by this committer
Attempt to Fix build on -CURRENT
Good bye 2002! Happy new year 2003! (CET)

PR:             46483
Submitted by:   Stefan Farfeleder <stefan@fafoe.dyndns.org>
2.95.3
05 Nov 2002 06:02:36
Original commit files touched by this commit
trevor search for other commits by this committer
I'd like to try to maintain this.
2.95.3
05 Nov 2002 03:10:08
Original commit files touched by this commit
obrien search for other commits by this committer
The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward.
2.95.3
19 Oct 2002 18:55:52
Original commit files touched by this commit
knu search for other commits by this committer
Use MASTER_SITES_GCC.

Approved by:    obrien (maintainer)
2.95.3
14 Sep 2002 13:32:07
Original commit files touched by this commit
sobomax search for other commits by this committer
Due to popular demant into each port which might be inserted into dependency
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.)
2.95.3
31 Jul 2002 12:01:36
Original commit files touched by this commit
gerald search for other commits by this committer
Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the
path was wrong).

Approved by:    obrien (maintainer+mentor)
2.95.3
06 May 2002 23:38:29
Original commit files touched by this commit
obrien search for other commits by this committer
Allow to build in -CURRENT.
2.95.3
06 May 2002 23:38:18
Original commit files touched by this commit
obrien search for other commits by this committer
Catch up with Makefile rev 1.83.
2.95.3
06 May 2002 22:57:18
Original commit files touched by this commit
obrien search for other commits by this committer
Remove the split up .info bits files.  I switched to "makeinfo --no-split".
2.95.3
12 Apr 2002 18:25:08
Original commit files touched by this commit
gerald search for other commits by this committer
Update pkg-comment to reflect GCC's new meaning (since 2.95) and refer
to http://gcc.gnu.org instead of http://egcs.cygnus.com. Also, 2.95 is
not GNU's latest offering any longer. ;-)

Approved by:    obrien (maintainer+mentor)
2.95.3
12 Apr 2002 08:36:01
Original commit files touched by this commit
gerald search for other commits by this committer
GCC 2.95 and later aren't called egcs (any longer), so remove three patches
that add references to egcs to the documentation.

Approved by:    obrien (maintainer+mentor)
2.95.3
10 Apr 2002 03:32:10
Original commit files touched by this commit
obrien search for other commits by this committer
Since I cannot think of any reason one would use this port for FORTRAN or
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.
2.95.3
24 Mar 2002 17:03:20
Original commit files touched by this commit
obrien search for other commits by this committer
Document.
2.95.3
24 Mar 2002 11:44:07
Original commit files touched by this commit
obrien search for other commits by this committer
Let machine/ansi.h know not to play glibc for us.
29 Jan 2002 11:24:09
commit hash: fp1.24103@dev.null.freshports.orgcommit hash: fp1.24103@dev.null.freshports.orgcommit hash: fp1.24103@dev.null.freshports.orgcommit hash: fp1.24103@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   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.  
 
19 Jan 2002 19:15:11
commit hash: fp1.23553@dev.null.freshports.orgcommit hash: fp1.23553@dev.null.freshports.orgcommit hash: fp1.23553@dev.null.freshports.orgcommit hash: fp1.23553@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict   with each
other's package link name.    
14 Sep 2001 00:37:23
commit hash: fp1.18782@dev.null.freshports.orgcommit hash: fp1.18782@dev.null.freshports.orgcommit hash: fp1.18782@dev.null.freshports.orgcommit hash: fp1.18782@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
ftp.freesoftware.com -- R.I.P.    
24 Jun 2001 21:29:39
commit hash: fp1.15455@dev.null.freshports.orgcommit hash: fp1.15455@dev.null.freshports.orgcommit hash: fp1.15455@dev.null.freshports.orgcommit hash: fp1.15455@dev.null.freshports.org files touched by this commit
dd search for other commits by this committer
Remove duplicate words where appropriate.    
17 Apr 2001 10:26:27
commit hash: fp1.12695@dev.null.freshports.orgcommit hash: fp1.12695@dev.null.freshports.orgcommit hash: fp1.12695@dev.null.freshports.orgcommit hash: fp1.12695@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
DEFAULT_VTABLE_THUNKS got set back to `1' from `2' in 2.95.3.   Just forget
about VTABLE THUNKS and use the C++ ABI the base 2.95 G++ uses   since there is
no advantage the other way.    
19 Mar 2001 01:13:24
commit hash: fp1.11258@dev.null.freshports.orgcommit hash: fp1.11258@dev.null.freshports.orgcommit hash: fp1.11258@dev.null.freshports.orgcommit hash: fp1.11258@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Update to version 2.95.3.    
15 Feb 2001 23:14:42
commit hash: fp1.9644@dev.null.freshports.orgcommit hash: fp1.9644@dev.null.freshports.orgcommit hash: fp1.9644@dev.null.freshports.orgcommit hash: fp1.9644@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Use MASTER_SITE_SOURCEWARE.    
13 Feb 2001 12:21:22
commit hash: fp1.9555@dev.null.freshports.orgcommit hash: fp1.9555@dev.null.freshports.orgcommit hash: fp1.9555@dev.null.freshports.orgcommit hash: fp1.9555@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Update to the 3rd 2.95.3 pre-release (test) release.    
07 Jan 2001 21:59:01
commit hash: fp1.8181@dev.null.freshports.orgcommit hash: fp1.8181@dev.null.freshports.orgcommit hash: fp1.8181@dev.null.freshports.orgcommit hash: fp1.8181@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Introduce `TARGLIB' from gcc-devel to clean this thing up.   Also change the ELF
vs. aout logic so other formats can be targeted.    
07 Jan 2001 21:45:37
commit hash: fp1.8183@dev.null.freshports.orgcommit hash: fp1.8183@dev.null.freshports.orgcommit hash: fp1.8183@dev.null.freshports.orgcommit hash: fp1.8183@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Update to GCC 2.95.3 release candidate "test1"    
13 Dec 2000 17:23:35
commit hash: fp1.7243@dev.null.freshports.orgcommit hash: fp1.7243@dev.null.freshports.orgcommit hash: fp1.7243@dev.null.freshports.orgcommit hash: fp1.7243@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Make LIBSTDCPP_REV match the new reality.    
05 Dec 2000 20:34:33
commit hash: fp1.6987@dev.null.freshports.orgcommit hash: fp1.6987@dev.null.freshports.orgcommit hash: fp1.6987@dev.null.freshports.orgcommit hash: fp1.6987@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Change the libstdc++.so version number to be more like the stock one.   This
change is needed as the one I was using is too much in the range of   shared
version numbers the stock libstdc++.so will have.    
05 Dec 2000 20:31:21
commit hash: fp1.6986@dev.null.freshports.orgcommit hash: fp1.6986@dev.null.freshports.orgcommit hash: fp1.6986@dev.null.freshports.orgcommit hash: fp1.6986@dev.null.freshports.org files touched by this commit
obrien search for other commits by this committer
Do dynamic PLIST creation like the `gcc-devel' port.  This is the easiest   way
to deal with the differing results fix-includes gives depending on the   FreeBSD
version this port is built on.    

Number of commits found: 61