The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : gcc295

GNU Compiler Collection

 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 .

- David O'Brien  

http://gcc.gnu.org/



gcc295 history


v. 1.111
date: 2007/11/03 12:31:38;  author: gerald;  state: Exp;  lines: +2 -1
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)

v. 1.110 date: 2007/01/30 10:25:28; author: pav; state: Exp; lines: +2 -7 - Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr
v. 1.109 date: 2006/10/31 00:18:03; author: shaun; state: Exp; lines: +2 -2 Take maintainership.
v. 1.108 date: 2006/01/27 09:36:42; author: linimon; state: Exp; lines: +1 -1 Replace the dangerous .error with IGNORE.
v. 1.107 date: 2005/12/05 00:53:16; author: edwin; state: Exp; lines: +0 -3 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.106 date: 2005/06/11 22:58:00; author: trevor; state: Exp; lines: +1 -1 I don't have any plans for this right now.
v. 1.105 date: 2005/05/21 18:08:23; author: kris; state: Exp; lines: +1 -0 BROKEN on alpha: Does not compile
v. 1.104 date: 2005/01/14 12:42:39; author: trevor; state: Exp; lines: +1 -1 Fix comparison (nod to Freshports sanity-checking daemon).
v. 1.103 date: 2005/01/14 11:24:38; author: trevor; state: Exp; lines: +5 -1 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.
v. 1.102 date: 2005/01/02 01:00:40; author: kris; state: Exp; lines: +1 -1 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)
v. 1.101 date: 2004/12/12 08:01:24; author: obrien; state: Exp; lines: +0 -3 Compiles on Alpha again.
v. 1.100 date: 2004/11/14 19:21:51; author: obrien; state: Exp; lines: +3 -0 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.
v. 1.99 date: 2004/03/15 21:48:02; author: trevor; state: Exp; lines: +6 -5 Use INFO and TOUCH macros. Fix white space. PR: 64193 Submitted by: Yen-Ming Lee
v. 1.98 date: 2004/02/17 00:02:45; author: kris; state: Exp; lines: +4 -0 BROKEN on alpha 5.x: does not compile
v. 1.97 date: 2004/02/04 05:21:35; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.96 date: 2004/01/27 15:54:17; author: trevor; state: Exp; lines: +1 -1 This no longer provides a Java compiler.
v. 1.95 date: 2003/12/26 09:23:17; author: trevor; state: Exp; lines: +1 -1 Make fetchable.
v. 1.94 date: 2003/12/04 06:48:51; author: trevor; state: Exp; lines: +0 -0 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)
v. 1.93 date: 2003/12/04 06:38:33; author: trevor; state: Exp; lines: +6 -0 The __WORD_BIT constant in GCC's stl_bvector.h caused a namespace conflict which kept the mailsync port from compiling. Resolve it.
v. 1.92 date: 2003/09/24 09:36:54; author: osa; state: Exp; lines: +1 -1 Make portlint(1) happy by changing strip to ${STRIP_CMD} Submitted by: Oleg Karachevtsev PR: 56998
v. 1.91 date: 2003/05/09 05:34:06; author: obrien; state: Exp; lines: +1 -0 These older compilers don't support amd64, sparc64, and ia64.
v. 1.90 date: 2003/03/01 14:34:27; author: trevor; state: Exp; lines: +1 -0 Retire comment file.
v. 1.89 date: 2003/01/30 08:23:53; author: kris; state: Exp; lines: +1 -1 Use the full path to /sbin/sysctl Noticed by: 'make index' in crontab
v. 1.88 date: 2002/11/05 06:02:36; author: trevor; state: Exp; lines: +1 -1 I'd like to try to maintain this.
v. 1.87 date: 2002/11/05 03:10:07; author: obrien; state: Exp; lines: +1 -1 The effort to maintain these for FreeBSD just isn't worth it with the lack of reward.
v. 1.86 date: 2002/10/19 18:55:51; author: knu; state: Exp; lines: +2 -3 Use MASTER_SITES_GCC. Approved by: obrien (maintainer)
v. 1.85 date: 2002/09/14 13:32:01; author: sobomax; state: Exp; lines: +4 -0 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.)
v. 1.84 date: 2002/07/31 12:01:36; author: gerald; state: Exp; lines: +1 -1 Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the path was wrong). Approved by: obrien (maintainer+mentor)
v. 1.83 date: 2002/04/10 03:32:10; author: obrien; state: Exp; lines: +10 -15 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.
v. 1.82 date: 2002/01/29 11:24:07; author: knu; state: Exp; lines: +6 -6 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. Use command macros where appropriate.
v. 1.81 date: 2002/01/19 19:15:11; author: knu; state: Exp; lines: +3 -1 Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict with each other's package link name. (Maintainer timeout; I think it's too trivial to bother him with.)
v. 1.80 date: 2001/09/13 23:37:22; author: obrien; state: Exp; lines: +2 -3 ftp.freesoftware.com -- R.I.P.
v. 1.79 date: 2001/03/19 01:13:24; author: obrien; state: Exp; lines: +11 -13 Update to version 2.95.3.
v. 1.78 date: 2001/02/15 23:14:42; author: obrien; state: Exp; lines: +7 -10 Use MASTER_SITE_SOURCEWARE. Submitted by: sf
v. 1.77 date: 2001/02/13 12:21:21; author: obrien; state: Exp; lines: +9 -8 Update to the 3rd 2.95.3 pre-release (test) release.
v. 1.76 date: 2001/01/07 21:59:01; author: obrien; state: Exp; lines: +17 -17 Introduce `TARGLIB' from gcc-devel to clean this thing up. Also change the ELF vs. aout logic so other formats can be targeted.
v. 1.75 date: 2001/01/07 21:45:37; author: obrien; state: Exp; lines: +13 -11 Update to GCC 2.95.3 release candidate "test1"
v. 1.74 date: 2000/12/13 17:23:34; author: obrien; state: Exp; lines: +2 -2 Make LIBSTDCPP_REV match the new reality. Submitted by: Max Khon
v. 1.73 date: 2000/12/05 20:31:21; author: obrien; state: Exp; lines: +11 -12 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.
v. 1.72 date: 2000/10/10 23:36:13; author: asami; state: Exp; lines: +11 -6 Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (It 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.)
v. 1.71 date: 2000/10/08 10:21:49; author: asami; state: Exp; lines: +2 -2 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.70 date: 2000/04/12 06:18:08; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.69 date: 2000/03/22 00:26:49; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.68 date: 2000/03/20 02:36:19; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.67 date: 1999/11/01 06:28:48; author: obrien; state: Exp; lines: +6 -7 Update to version 2.95.2.
v. 1.66 date: 1999/09/04 20:14:11; author: obrien; state: Exp; lines: +3 -3 portlint
v. 1.65 date: 1999/08/30 22:38:06; author: obrien; state: Exp; lines: +2 -3 trim distfiles
v. 1.64 date: 1999/08/25 06:34:22; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.63 date: 1999/08/19 01:10:54; author: obrien; state: Exp; lines: +2 -2 Upgrade to version 2.95.1.
v. 1.62 date: 1999/08/18 23:58:55; author: obrien; state: Exp; lines: +2 -2 Use a better sed(1) pattern in case I break __FreeBSD__ again.
v. 1.61 date: 1999/08/18 19:03:09; author: obrien; state: Exp; lines: +24 -24 Key off the DISTNAME more, so that upgrading requires less editing.
v. 1.60 date: 1999/08/16 00:21:03; author: obrien; state: Exp; lines: +13 -13 More EGCS->GCC transition. * binaries/manpages are now gcc295 / g++295 / g77 * use {MASTER_SITE_GNU}
v. 1.59 date: 1999/08/09 15:50:58; author: obrien; state: Exp; lines: +2 -2 Tweak a German master site. Submitted by: Dirk Froemberg
v. 1.58 date: 1999/08/05 16:07:53; author: obrien; state: Exp; lines: +2 -2 Add "java" to categories list. GCC-2.95 now has parts of a Java compiler bunded in.
v. 1.57 date: 1999/08/05 16:05:55; author: obrien; state: Exp; lines: +50 -38 Update to GCC-2.95 (what would have been EGCS-1.2).
v. 1.56 date: 1999/06/05 22:30:32; author: mharo; state: Exp; lines: +1 -4 Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install.
v. 1.55 date: 1999/04/22 00:17:00; author: scrappy; state: Exp; lines: +1 -3 this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
v. 1.54 date: 1999/04/08 21:12:34; author: billf; state: Exp; lines: +2 -2 Real URLs that reference directories end in '/'
v. 1.53 date: 1999/03/30 02:58:02; author: obrien; state: Exp; lines: +1 -4 Don't fetch alpha suppliment -- the bits are now part of the port.
v. 1.52 date: 1999/03/23 18:37:47; author: obrien; state: Exp; lines: +1 -2 Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.
v. 1.51 date: 1999/03/22 01:35:36; author: obrien; state: Exp; lines: +7 -8 * Add support for ``-pthead'' * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's work
v. 1.50 date: 1999/03/17 00:40:25; author: obrien; state: Exp; lines: +30 -26 Upgrade to 1.1.2 release.
v. 1.49 date: 1999/03/11 21:47:12; author: scrappy; state: Exp; lines: +3 -1 Commit all Y2K/WWW_SITE changes from today...
v. 1.48 date: 1999/03/08 07:28:27; author: asami; state: Exp; lines: +2 -1 Fix to make ports work with bsd.port.mk rev. 1.306. ${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. :)
v. 1.47 date: 1999/02/28 12:18:36; author: obrien; state: Exp; lines: +8 -1 Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined. Submitted by: dfr
v. 1.46 date: 1999/02/28 10:50:50; author: obrien; state: Exp; lines: +15 -11 Upgrade to egcs-1.1.2 pre-release-2 (if you are an EGCS user, please test this port. I would like to get any feedback before the 1.1.2 release)
v. 1.45 date: 1999/02/09 22:17:21; author: obrien; state: Exp; lines: +4 -9 * clean up verbosity of Makefile * now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd
v. 1.44 date: 1999/02/09 18:24:50; author: obrien; state: Exp; lines: +20 -7 GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and "i386-unknown-freebsdaout" for an a.out machine.
v. 1.43 date: 1999/02/03 11:11:52; author: asami; state: Exp; lines: +2 -6 Adjust port Makefiles to new EXTRACT_* variable defaults. See log of 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.
v. 1.42 date: 1998/12/26 20:10:02; author: obrien; state: Exp; lines: +5 -1 Wasn't in the main dir when I commited this the first time. Noticed by: jdp
v. 1.41 date: 1998/12/05 04:00:40; author: obrien; state: Exp; lines: +10 -4 Use the bzip2 version of the distfile. It saves almost 3meg.
v. 1.40 date: 1998/12/05 03:40:17; author: obrien; state: Exp; lines: +12 -10 EGCS 1.1.1 *Release* is out.
v. 1.39 date: 1998/12/04 11:05:05; author: obrien; state: Exp; lines: +3 -3 Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formed GNU description string.
v. 1.38 date: 1998/12/02 09:41:27; author: obrien; state: Exp; lines: +9 -8 "upgrade" to EGCS egcs-1.1.1-prerelease-3. 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.
v. 1.37 date: 1998/11/13 07:34:57; author: obrien; state: Exp; lines: +7 -4 switch to new pre/post bsd.port.mk
v. 1.36 date: 1998/11/13 07:32:21; author: obrien; state: Exp; lines: +4 -4 i386 => ${ARCH} Requested by: imp
v. 1.35 date: 1998/10/01 21:40:03; author: obrien; state: Exp; lines: +6 -8 Allow building and packaging for ELF.
v. 1.34 date: 1998/09/28 09:47:01; author: asami; state: Exp; lines: +3 -1 Doesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mk inclusion order.
v. 1.33 date: 1998/09/27 01:56:14; author: obrien; state: Exp; lines: +6 -1 Build properly on ELF systems.
v. 1.32 date: 1998/09/27 00:44:18; author: obrien; state: Exp; lines: +4 -4 make fetchable
v. 1.31 date: 1998/09/26 18:17:13; author: obrien; state: Exp; lines: +8 -7 back to the snaps w/egcs-19980914 Submitted by: jdp
v. 1.30 date: 1998/09/10 04:05:26; author: obrien; state: Exp; lines: +6 -6 Upgrade to 1.1b. 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.
v. 1.29 date: 1998/09/04 18:56:55; author: obrien; state: Exp; lines: +4 -4 my goof. fetch only egcs-1.1a.tar.gz, not the entire release/egcs-1.1a directory. Submitted by: Werner Griessl
v. 1.28 date: 1998/09/03 08:49:10; author: obrien; state: Exp; lines: +7 -6 egcs 1.1 HAS BEEN RELEASED!! (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.
v. 1.27 date: 1998/08/26 09:51:15; author: obrien; state: Exp; lines: +7 -6 * upgrade to 19980816 snapshot * reduce maintance costs, advantage PLIST_SUB
v. 1.26 date: 1998/08/12 04:39:10; author: jdp; state: Exp; lines: +2 -2 Fix Version-required comment.
v. 1.25 date: 1998/08/11 08:22:45; author: obrien; state: Exp; lines: +8 -10 Upgrade to the 19980803 snapshot.
v. 1.24 date: 1998/08/07 22:49:30; author: asami; state: Exp; lines: +3 -1 Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all 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.
v. 1.23 date: 1998/07/26 23:43:34; author: obrien; state: Exp; lines: +6 -6 Upgrade to the 19980721 snap.
v. 1.22 date: 1998/07/16 06:23:40; author: obrien; state: Exp; lines: +11 -9 upgrade to the July 15th (19980715) snapshot
v. 1.21 date: 1998/07/06 10:17:09; author: obrien; state: Exp; lines: +12 -12 Upgrade to the 19980628 snapshot. (note the 19980608 snapshot had major problems -- I'd suggest upgrading if you are using this version)
v. 1.20 date: 1998/06/10 05:29:12; author: obrien; state: Exp; lines: +6 -6 upgrade to 19980608 snapshot
v. 1.19 date: 1998/05/20 08:59:30; author: obrien; state: Exp; lines: +29 -18 + Remove the MANUAL_PACKAGE_BUILD. + 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''
v. 1.18 date: 1998/05/19 22:33:41; author: obrien; state: Exp; lines: +11 -11 Upgrade to 1998-05-08 snapshot version.
v. 1.17 date: 1998/05/05 06:34:46; author: obrien; state: Exp; lines: +14 -13 Upgrade to the May 2nd 1998 snapshot version.
v. 1.16 date: 1998/04/14 10:17:27; author: obrien; state: Exp; lines: +13 -13 Upgrade to 980406 snapshot Reviewed by: my PITA ecs240 project
v. 1.15 date: 1998/04/11 01:32:19; author: obrien; state: Exp; lines: +3 -1 Used to build for me, now doesn't. Bombs in making the stage2 compiler. For now, use ``cvs co -regcs_102 egcs'' if you want a working version before the next upgrade.
v. 1.14 date: 1998/04/07 01:18:07; author: obrien; state: Exp; lines: +10 -10 Upgrade to the 980315 snapshot.
v. 1.13 date: 1998/04/07 01:14:25; author: obrien; state: Exp; lines: +13 -12 Upgrade to version 1.0.2 release.
v. 1.12 date: 1998/03/17 21:10:40; author: jdp; state: Exp; lines: +2 -2 Fix the "Version required" comment.
v. 1.11 date: 1998/03/10 06:23:50; author: obrien; state: Exp; lines: +2 -1 The private copy of float.h seems to have gone away.
v. 1.10 date: 1998/03/08 12:54:00; author: obrien; state: Exp; lines: +12 -12 Fix things so it packages. Take over maintaince from jdp until after the 3.0 crunch is over. Ok'ed by: jdp
v. 1.9 date: 1998/02/23 01:52:52; author: jdp; state: Exp; lines: +2 -2 Master site changed.
v. 1.8 date: 1998/02/17 00:04:51; author: obrien; state: Exp; lines: +1 -2 Forgot to submit PLIST diff. Noticed by: Satoshi
v. 1.7 date: 1998/02/16 09:18:13; author: asami; state: Exp; lines: +2 -1 Mark this port broken, doesn't package.
v. 1.6 date: 1998/02/14 04:18:22; author: obrien; state: Exp; lines: +19 -13 Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1. Including linking with the STL vector class.
v. 1.5 date: 1998/02/03 07:48:35; author: asami; state: Exp; lines: +3 -1 Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" in /usr/local/lib and that will cause the system gcc to be unhappy if something is linked with -L/usr/local/lib.
v. 1.4 date: 1998/01/23 17:49:35; author: jdp; state: Exp; lines: +2 -2 Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) the default for FreeBSD. The standard exception implementation reliably dumps core under FreeBSD. Users can put "-fno-sjlj-exceptions" on the command line if they really want to override the new default. Configure with "--with-gnu-as" and "--with-gnu-ld". Define "__FreeBSD__" as 3.
v. 1.3 date: 1998/01/14 07:24:54; author: obrien; state: Exp; lines: +12 -1 Strip the binaries.
v. 1.2 date: 1998/01/13 05:18:16; author: asami; state: Exp; lines: +2 -2 sed -> ${SED}.
v. 1.1 date: 1998/01/10 21:40:09; author: jdp; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/01/10 21:40:09; author: jdp; state: Exp; lines: +0 -0 This is a new port for egcs, which probably stands for something like "enhanced GNU compiler suite." It contains updated versions of gcc, g++, and g77 with many bugfixes and some new optimizations. The C++ compiler in particular is vastly improved over gcc-2.7.2.1. ============================================================================= v. 1.111 date: 2007/11/03 12:31:38; author: gerald; state: Exp; lines: +2 -1 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)
v. 1.110 date: 2007/01/30 10:25:28; author: pav; state: Exp; lines: +2 -7 - Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr
v. 1.109 date: 2006/10/31 00:18:03; author: shaun; state: Exp; lines: +2 -2 Take maintainership.
v. 1.108 date: 2006/01/27 09:36:42; author: linimon; state: Exp; lines: +1 -1 Replace the dangerous .error with IGNORE.
v. 1.107 date: 2005/12/05 00:53:16; author: edwin; state: Exp; lines: +0 -3 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.106 date: 2005/06/11 22:58:00; author: trevor; state: Exp; lines: +1 -1 I don't have any plans for this right now.
v. 1.105 date: 2005/05/21 18:08:23; author: kris; state: Exp; lines: +1 -0 BROKEN on alpha: Does not compile
v. 1.104 date: 2005/01/14 12:42:39; author: trevor; state: Exp; lines: +1 -1 Fix comparison (nod to Freshports sanity-checking daemon).
v. 1.103 date: 2005/01/14 11:24:38; author: trevor; state: Exp; lines: +5 -1 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.
v. 1.102 date: 2005/01/02 01:00:40; author: kris; state: Exp; lines: +1 -1 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)
v. 1.101 date: 2004/12/12 08:01:24; author: obrien; state: Exp; lines: +0 -3 Compiles on Alpha again.
v. 1.100 date: 2004/11/14 19:21:51; author: obrien; state: Exp; lines: +3 -0 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.
v. 1.99 date: 2004/03/15 21:48:02; author: trevor; state: Exp; lines: +6 -5 Use INFO and TOUCH macros. Fix white space. PR: 64193 Submitted by: Yen-Ming Lee
v. 1.98 date: 2004/02/17 00:02:45; author: kris; state: Exp; lines: +4 -0 BROKEN on alpha 5.x: does not compile
v. 1.97 date: 2004/02/04 05:21:35; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.96 date: 2004/01/27 15:54:17; author: trevor; state: Exp; lines: +1 -1 This no longer provides a Java compiler.
v. 1.95 date: 2003/12/26 09:23:17; author: trevor; state: Exp; lines: +1 -1 Make fetchable.
v. 1.94 date: 2003/12/04 06:48:51; author: trevor; state: Exp; lines: +0 -0 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)
v. 1.93 date: 2003/12/04 06:38:33; author: trevor; state: Exp; lines: +6 -0 The __WORD_BIT constant in GCC's stl_bvector.h caused a namespace conflict which kept the mailsync port from compiling. Resolve it.
v. 1.92 date: 2003/09/24 09:36:54; author: osa; state: Exp; lines: +1 -1 Make portlint(1) happy by changing strip to ${STRIP_CMD} Submitted by: Oleg Karachevtsev PR: 56998
v. 1.91 date: 2003/05/09 05:34:06; author: obrien; state: Exp; lines: +1 -0 These older compilers don't support amd64, sparc64, and ia64.
v. 1.90 date: 2003/03/01 14:34:27; author: trevor; state: Exp; lines: +1 -0 Retire comment file.
v. 1.89 date: 2003/01/30 08:23:53; author: kris; state: Exp; lines: +1 -1 Use the full path to /sbin/sysctl Noticed by: 'make index' in crontab
v. 1.88 date: 2002/11/05 06:02:36; author: trevor; state: Exp; lines: +1 -1 I'd like to try to maintain this.
v. 1.87 date: 2002/11/05 03:10:07; author: obrien; state: Exp; lines: +1 -1 The effort to maintain these for FreeBSD just isn't worth it with the lack of reward.
v. 1.86 date: 2002/10/19 18:55:51; author: knu; state: Exp; lines: +2 -3 Use MASTER_SITES_GCC. Approved by: obrien (maintainer)
v. 1.85 date: 2002/09/14 13:32:01; author: sobomax; state: Exp; lines: +4 -0 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.)
v. 1.84 date: 2002/07/31 12:01:36; author: gerald; state: Exp; lines: +1 -1 Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the path was wrong). Approved by: obrien (maintainer+mentor)
v. 1.83 date: 2002/04/10 03:32:10; author: obrien; state: Exp; lines: +10 -15 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.
v. 1.82 date: 2002/01/29 11:24:07; author: knu; state: Exp; lines: +6 -6 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. Use command macros where appropriate.
v. 1.81 date: 2002/01/19 19:15:11; author: knu; state: Exp; lines: +3 -1 Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict with each other's package link name. (Maintainer timeout; I think it's too trivial to bother him with.)
v. 1.80 date: 2001/09/13 23:37:22; author: obrien; state: Exp; lines: +2 -3 ftp.freesoftware.com -- R.I.P.
v. 1.79 date: 2001/03/19 01:13:24; author: obrien; state: Exp; lines: +11 -13 Update to version 2.95.3.
v. 1.78 date: 2001/02/15 23:14:42; author: obrien; state: Exp; lines: +7 -10 Use MASTER_SITE_SOURCEWARE. Submitted by: sf
v. 1.77 date: 2001/02/13 12:21:21; author: obrien; state: Exp; lines: +9 -8 Update to the 3rd 2.95.3 pre-release (test) release.
v. 1.76 date: 2001/01/07 21:59:01; author: obrien; state: Exp; lines: +17 -17 Introduce `TARGLIB' from gcc-devel to clean this thing up. Also change the ELF vs. aout logic so other formats can be targeted.
v. 1.75 date: 2001/01/07 21:45:37; author: obrien; state: Exp; lines: +13 -11 Update to GCC 2.95.3 release candidate "test1"
v. 1.74 date: 2000/12/13 17:23:34; author: obrien; state: Exp; lines: +2 -2 Make LIBSTDCPP_REV match the new reality. Submitted by: Max Khon
v. 1.73 date: 2000/12/05 20:31:21; author: obrien; state: Exp; lines: +11 -12 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.
v. 1.72 date: 2000/10/10 23:36:13; author: asami; state: Exp; lines: +11 -6 Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (It 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.)
v. 1.71 date: 2000/10/08 10:21:49; author: asami; state: Exp; lines: +2 -2 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.70 date: 2000/04/12 06:18:08; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.69 date: 2000/03/22 00:26:49; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.68 date: 2000/03/20 02:36:19; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.67 date: 1999/11/01 06:28:48; author: obrien; state: Exp; lines: +6 -7 Update to version 2.95.2.
v. 1.66 date: 1999/09/04 20:14:11; author: obrien; state: Exp; lines: +3 -3 portlint
v. 1.65 date: 1999/08/30 22:38:06; author: obrien; state: Exp; lines: +2 -3 trim distfiles
v. 1.64 date: 1999/08/25 06:34:22; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.63 date: 1999/08/19 01:10:54; author: obrien; state: Exp; lines: +2 -2 Upgrade to version 2.95.1.
v. 1.62 date: 1999/08/18 23:58:55; author: obrien; state: Exp; lines: +2 -2 Use a better sed(1) pattern in case I break __FreeBSD__ again.
v. 1.61 date: 1999/08/18 19:03:09; author: obrien; state: Exp; lines: +24 -24 Key off the DISTNAME more, so that upgrading requires less editing.
v. 1.60 date: 1999/08/16 00:21:03; author: obrien; state: Exp; lines: +13 -13 More EGCS->GCC transition. * binaries/manpages are now gcc295 / g++295 / g77 * use {MASTER_SITE_GNU}
v. 1.59 date: 1999/08/09 15:50:58; author: obrien; state: Exp; lines: +2 -2 Tweak a German master site. Submitted by: Dirk Froemberg
v. 1.58 date: 1999/08/05 16:07:53; author: obrien; state: Exp; lines: +2 -2 Add "java" to categories list. GCC-2.95 now has parts of a Java compiler bunded in.
v. 1.57 date: 1999/08/05 16:05:55; author: obrien; state: Exp; lines: +50 -38 Update to GCC-2.95 (what would have been EGCS-1.2).
v. 1.56 date: 1999/06/05 22:30:32; author: mharo; state: Exp; lines: +1 -4 Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install.
v. 1.55 date: 1999/04/22 00:17:00; author: scrappy; state: Exp; lines: +1 -3 this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
v. 1.54 date: 1999/04/08 21:12:34; author: billf; state: Exp; lines: +2 -2 Real URLs that reference directories end in '/'
v. 1.53 date: 1999/03/30 02:58:02; author: obrien; state: Exp; lines: +1 -4 Don't fetch alpha suppliment -- the bits are now part of the port.
v. 1.52 date: 1999/03/23 18:37:47; author: obrien; state: Exp; lines: +1 -2 Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.
v. 1.51 date: 1999/03/22 01:35:36; author: obrien; state: Exp; lines: +7 -8 * Add support for ``-pthead'' * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's work
v. 1.50 date: 1999/03/17 00:40:25; author: obrien; state: Exp; lines: +30 -26 Upgrade to 1.1.2 release.
v. 1.49 date: 1999/03/11 21:47:12; author: scrappy; state: Exp; lines: +3 -1 Commit all Y2K/WWW_SITE changes from today...
v. 1.48 date: 1999/03/08 07:28:27; author: asami; state: Exp; lines: +2 -1 Fix to make ports work with bsd.port.mk rev. 1.306. ${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. :)
v. 1.47 date: 1999/02/28 12:18:36; author: obrien; state: Exp; lines: +8 -1 Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined. Submitted by: dfr
v. 1.46 date: 1999/02/28 10:50:50; author: obrien; state: Exp; lines: +15 -11 Upgrade to egcs-1.1.2 pre-release-2 (if you are an EGCS user, please test this port. I would like to get any feedback before the 1.1.2 release)
v. 1.45 date: 1999/02/09 22:17:21; author: obrien; state: Exp; lines: +4 -9 * clean up verbosity of Makefile * now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd
v. 1.44 date: 1999/02/09 18:24:50; author: obrien; state: Exp; lines: +20 -7 GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and "i386-unknown-freebsdaout" for an a.out machine.
v. 1.43 date: 1999/02/03 11:11:52; author: asami; state: Exp; lines: +2 -6 Adjust port Makefiles to new EXTRACT_* variable defaults. See log of 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.
v. 1.42 date: 1998/12/26 20:10:02; author: obrien; state: Exp; lines: +5 -1 Wasn't in the main dir when I commited this the first time. Noticed by: jdp
v. 1.41 date: 1998/12/05 04:00:40; author: obrien; state: Exp; lines: +10 -4 Use the bzip2 version of the distfile. It saves almost 3meg.
v. 1.40 date: 1998/12/05 03:40:17; author: obrien; state: Exp; lines: +12 -10 EGCS 1.1.1 *Release* is out.
v. 1.39 date: 1998/12/04 11:05:05; author: obrien; state: Exp; lines: +3 -3 Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formed GNU description string.
v. 1.38 date: 1998/12/02 09:41:27; author: obrien; state: Exp; lines: +9 -8 "upgrade" to EGCS egcs-1.1.1-prerelease-3. 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.
v. 1.37 date: 1998/11/13 07:34:57; author: obrien; state: Exp; lines: +7 -4 switch to new pre/post bsd.port.mk
v. 1.36 date: 1998/11/13 07:32:21; author: obrien; state: Exp; lines: +4 -4 i386 => ${ARCH} Requested by: imp
v. 1.35 date: 1998/10/01 21:40:03; author: obrien; state: Exp; lines: +6 -8 Allow building and packaging for ELF.
v. 1.34 date: 1998/09/28 09:47:01; author: asami; state: Exp; lines: +3 -1 Doesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mk inclusion order.
v. 1.33 date: 1998/09/27 01:56:14; author: obrien; state: Exp; lines: +6 -1 Build properly on ELF systems.
v. 1.32 date: 1998/09/27 00:44:18; author: obrien; state: Exp; lines: +4 -4 make fetchable
v. 1.31 date: 1998/09/26 18:17:13; author: obrien; state: Exp; lines: +8 -7 back to the snaps w/egcs-19980914 Submitted by: jdp
v. 1.30 date: 1998/09/10 04:05:26; author: obrien; state: Exp; lines: +6 -6 Upgrade to 1.1b. 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.
v. 1.29 date: 1998/09/04 18:56:55; author: obrien; state: Exp; lines: +4 -4 my goof. fetch only egcs-1.1a.tar.gz, not the entire release/egcs-1.1a directory. Submitted by: Werner Griessl
v. 1.28 date: 1998/09/03 08:49:10; author: obrien; state: Exp; lines: +7 -6 egcs 1.1 HAS BEEN RELEASED!! (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.
v. 1.27 date: 1998/08/26 09:51:15; author: obrien; state: Exp; lines: +7 -6 * upgrade to 19980816 snapshot * reduce maintance costs, advantage PLIST_SUB
v. 1.26 date: 1998/08/12 04:39:10; author: jdp; state: Exp; lines: +2 -2 Fix Version-required comment.
v. 1.25 date: 1998/08/11 08:22:45; author: obrien; state: Exp; lines: +8 -10 Upgrade to the 19980803 snapshot.
v. 1.24 date: 1998/08/07 22:49:30; author: asami; state: Exp; lines: +3 -1 Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all 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.
v. 1.23 date: 1998/07/26 23:43:34; author: obrien; state: Exp; lines: +6 -6 Upgrade to the 19980721 snap.
v. 1.22 date: 1998/07/16 06:23:40; author: obrien; state: Exp; lines: +11 -9 upgrade to the July 15th (19980715) snapshot
v. 1.21 date: 1998/07/06 10:17:09; author: obrien; state: Exp; lines: +12 -12 Upgrade to the 19980628 snapshot. (note the 19980608 snapshot had major problems -- I'd suggest upgrading if you are using this version)
v. 1.20 date: 1998/06/10 05:29:12; author: obrien; state: Exp; lines: +6 -6 upgrade to 19980608 snapshot
v. 1.19 date: 1998/05/20 08:59:30; author: obrien; state: Exp; lines: +29 -18 + Remove the MANUAL_PACKAGE_BUILD. + 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''
v. 1.18 date: 1998/05/19 22:33:41; author: obrien; state: Exp; lines: +11 -11 Upgrade to 1998-05-08 snapshot version.
v. 1.17 date: 1998/05/05 06:34:46; author: obrien; state: Exp; lines: +14 -13 Upgrade to the May 2nd 1998 snapshot version.
v. 1.16 date: 1998/04/14 10:17:27; author: obrien; state: Exp; lines: +13 -13 Upgrade to 980406 snapshot Reviewed by: my PITA ecs240 project
v. 1.15 date: 1998/04/11 01:32:19; author: obrien; state: Exp; lines: +3 -1 Used to build for me, now doesn't. Bombs in making the stage2 compiler. For now, use ``cvs co -regcs_102 egcs'' if you want a working version before the next upgrade.
v. 1.14 date: 1998/04/07 01:18:07; author: obrien; state: Exp; lines: +10 -10 Upgrade to the 980315 snapshot.
v. 1.13 date: 1998/04/07 01:14:25; author: obrien; state: Exp; lines: +13 -12 Upgrade to version 1.0.2 release.
v. 1.12 date: 1998/03/17 21:10:40; author: jdp; state: Exp; lines: +2 -2 Fix the "Version required" comment.
v. 1.11 date: 1998/03/10 06:23:50; author: obrien; state: Exp; lines: +2 -1 The private copy of float.h seems to have gone away.
v. 1.10 date: 1998/03/08 12:54:00; author: obrien; state: Exp; lines: +12 -12 Fix things so it packages. Take over maintaince from jdp until after the 3.0 crunch is over. Ok'ed by: jdp
v. 1.9 date: 1998/02/23 01:52:52; author: jdp; state: Exp; lines: +2 -2 Master site changed.
v. 1.8 date: 1998/02/17 00:04:51; author: obrien; state: Exp; lines: +1 -2 Forgot to submit PLIST diff. Noticed by: Satoshi
v. 1.7 date: 1998/02/16 09:18:13; author: asami; state: Exp; lines: +2 -1 Mark this port broken, doesn't package.
v. 1.6 date: 1998/02/14 04:18:22; author: obrien; state: Exp; lines: +19 -13 Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1. Including linking with the STL vector class.
v. 1.5 date: 1998/02/03 07:48:35; author: asami; state: Exp; lines: +3 -1 Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" in /usr/local/lib and that will cause the system gcc to be unhappy if something is linked with -L/usr/local/lib.
v. 1.4 date: 1998/01/23 17:49:35; author: jdp; state: Exp; lines: +2 -2 Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) the default for FreeBSD. The standard exception implementation reliably dumps core under FreeBSD. Users can put "-fno-sjlj-exceptions" on the command line if they really want to override the new default. Configure with "--with-gnu-as" and "--with-gnu-ld". Define "__FreeBSD__" as 3.
v. 1.3 date: 1998/01/14 07:24:54; author: obrien; state: Exp; lines: +12 -1 Strip the binaries.
v. 1.2 date: 1998/01/13 05:18:16; author: asami; state: Exp; lines: +2 -2 sed -> ${SED}.
v. 1.1 date: 1998/01/10 21:40:09; author: jdp; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/01/10 21:40:09; author: jdp; state: Exp; lines: +0 -0 This is a new port for egcs, which probably stands for something like "enhanced GNU compiler suite." It contains updated versions of gcc, g++, and g77 with many bugfixes and some new optimizations. The C++ compiler in particular is vastly improved over gcc-2.7.2.1. ============================================================================= v. 1.111 date: 2007/11/03 12:31:38; author: gerald; state: Exp; lines: +2 -1 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)
v. 1.110 date: 2007/01/30 10:25:28; author: pav; state: Exp; lines: +2 -7 - Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr
v. 1.109 date: 2006/10/31 00:18:03; author: shaun; state: Exp; lines: +2 -2 Take maintainership.
v. 1.108 date: 2006/01/27 09:36:42; author: linimon; state: Exp; lines: +1 -1 Replace the dangerous .error with IGNORE.
v. 1.107 date: 2005/12/05 00:53:16; author: edwin; state: Exp; lines: +0 -3 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.106 date: 2005/06/11 22:58:00; author: trevor; state: Exp; lines: +1 -1 I don't have any plans for this right now.
v. 1.105 date: 2005/05/21 18:08:23; author: kris; state: Exp; lines: +1 -0 BROKEN on alpha: Does not compile
v. 1.104 date: 2005/01/14 12:42:39; author: trevor; state: Exp; lines: +1 -1 Fix comparison (nod to Freshports sanity-checking daemon).
v. 1.103 date: 2005/01/14 11:24:38; author: trevor; state: Exp; lines: +5 -1 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.
v. 1.102 date: 2005/01/02 01:00:40; author: kris; state: Exp; lines: +1 -1 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)
v. 1.101 date: 2004/12/12 08:01:24; author: obrien; state: Exp; lines: +0 -3 Compiles on Alpha again.
v. 1.100 date: 2004/11/14 19:21:51; author: obrien; state: Exp; lines: +3 -0 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.
v. 1.99 date: 2004/03/15 21:48:02; author: trevor; state: Exp; lines: +6 -5 Use INFO and TOUCH macros. Fix white space. PR: 64193 Submitted by: Yen-Ming Lee
v. 1.98 date: 2004/02/17 00:02:45; author: kris; state: Exp; lines: +4 -0 BROKEN on alpha 5.x: does not compile
v. 1.97 date: 2004/02/04 05:21:35; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.96 date: 2004/01/27 15:54:17; author: trevor; state: Exp; lines: +1 -1 This no longer provides a Java compiler.
v. 1.95 date: 2003/12/26 09:23:17; author: trevor; state: Exp; lines: +1 -1 Make fetchable.
v. 1.94 date: 2003/12/04 06:48:51; author: trevor; state: Exp; lines: +0 -0 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)
v. 1.93 date: 2003/12/04 06:38:33; author: trevor; state: Exp; lines: +6 -0 The __WORD_BIT constant in GCC's stl_bvector.h caused a namespace conflict which kept the mailsync port from compiling. Resolve it.
v. 1.92 date: 2003/09/24 09:36:54; author: osa; state: Exp; lines: +1 -1 Make portlint(1) happy by changing strip to ${STRIP_CMD} Submitted by: Oleg Karachevtsev PR: 56998
v. 1.91 date: 2003/05/09 05:34:06; author: obrien; state: Exp; lines: +1 -0 These older compilers don't support amd64, sparc64, and ia64.
v. 1.90 date: 2003/03/01 14:34:27; author: trevor; state: Exp; lines: +1 -0 Retire comment file.
v. 1.89 date: 2003/01/30 08:23:53; author: kris; state: Exp; lines: +1 -1 Use the full path to /sbin/sysctl Noticed by: 'make index' in crontab
v. 1.88 date: 2002/11/05 06:02:36; author: trevor; state: Exp; lines: +1 -1 I'd like to try to maintain this.
v. 1.87 date: 2002/11/05 03:10:07; author: obrien; state: Exp; lines: +1 -1 The effort to maintain these for FreeBSD just isn't worth it with the lack of reward.
v. 1.86 date: 2002/10/19 18:55:51; author: knu; state: Exp; lines: +2 -3 Use MASTER_SITES_GCC. Approved by: obrien (maintainer)
v. 1.85 date: 2002/09/14 13:32:01; author: sobomax; state: Exp; lines: +4 -0 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.)
v. 1.84 date: 2002/07/31 12:01:36; author: gerald; state: Exp; lines: +1 -1 Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the path was wrong). Approved by: obrien (maintainer+mentor)
v. 1.83 date: 2002/04/10 03:32:10; author: obrien; state: Exp; lines: +10 -15 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.
v. 1.82 date: 2002/01/29 11:24:07; author: knu; state: Exp; lines: +6 -6 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. Use command macros where appropriate.
v. 1.81 date: 2002/01/19 19:15:11; author: knu; state: Exp; lines: +3 -1 Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict with each other's package link name. (Maintainer timeout; I think it's too trivial to bother him with.)
v. 1.80 date: 2001/09/13 23:37:22; author: obrien; state: Exp; lines: +2 -3 ftp.freesoftware.com -- R.I.P.
v. 1.79 date: 2001/03/19 01:13:24; author: obrien; state: Exp; lines: +11 -13 Update to version 2.95.3.
v. 1.78 date: 2001/02/15 23:14:42; author: obrien; state: Exp; lines: +7 -10 Use MASTER_SITE_SOURCEWARE. Submitted by: sf
v. 1.77 date: 2001/02/13 12:21:21; author: obrien; state: Exp; lines: +9 -8 Update to the 3rd 2.95.3 pre-release (test) release.
v. 1.76 date: 2001/01/07 21:59:01; author: obrien; state: Exp; lines: +17 -17 Introduce `TARGLIB' from gcc-devel to clean this thing up. Also change the ELF vs. aout logic so other formats can be targeted.
v. 1.75 date: 2001/01/07 21:45:37; author: obrien; state: Exp; lines: +13 -11 Update to GCC 2.95.3 release candidate "test1"
v. 1.74 date: 2000/12/13 17:23:34; author: obrien; state: Exp; lines: +2 -2 Make LIBSTDCPP_REV match the new reality. Submitted by: Max Khon
v. 1.73 date: 2000/12/05 20:31:21; author: obrien; state: Exp; lines: +11 -12 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.
v. 1.72 date: 2000/10/10 23:36:13; author: asami; state: Exp; lines: +11 -6 Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (It 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.)
v. 1.71 date: 2000/10/08 10:21:49; author: asami; state: Exp; lines: +2 -2 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.70 date: 2000/04/12 06:18:08; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.69 date: 2000/03/22 00:26:49; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.68 date: 2000/03/20 02:36:19; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.67 date: 1999/11/01 06:28:48; author: obrien; state: Exp; lines: +6 -7 Update to version 2.95.2.
v. 1.66 date: 1999/09/04 20:14:11; author: obrien; state: Exp; lines: +3 -3 portlint
v. 1.65 date: 1999/08/30 22:38:06; author: obrien; state: Exp; lines: +2 -3 trim distfiles
v. 1.64 date: 1999/08/25 06:34:22; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.63 date: 1999/08/19 01:10:54; author: obrien; state: Exp; lines: +2 -2 Upgrade to version 2.95.1.
v. 1.62 date: 1999/08/18 23:58:55; author: obrien; state: Exp; lines: +2 -2 Use a better sed(1) pattern in case I break __FreeBSD__ again.
v. 1.61 date: 1999/08/18 19:03:09; author: obrien; state: Exp; lines: +24 -24 Key off the DISTNAME more, so that upgrading requires less editing.
v. 1.60 date: 1999/08/16 00:21:03; author: obrien; state: Exp; lines: +13 -13 More EGCS->GCC transition. * binaries/manpages are now gcc295 / g++295 / g77 * use {MASTER_SITE_GNU}
v. 1.59 date: 1999/08/09 15:50:58; author: obrien; state: Exp; lines: +2 -2 Tweak a German master site. Submitted by: Dirk Froemberg
v. 1.58 date: 1999/08/05 16:07:53; author: obrien; state: Exp; lines: +2 -2 Add "java" to categories list. GCC-2.95 now has parts of a Java compiler bunded in.
v. 1.57 date: 1999/08/05 16:05:55; author: obrien; state: Exp; lines: +50 -38 Update to GCC-2.95 (what would have been EGCS-1.2).
v. 1.56 date: 1999/06/05 22:30:32; author: mharo; state: Exp; lines: +1 -4 Remove the test to create ${PREFIX}/share



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm