Skip site navigation (1)Skip section navigation (2)

CVS log for ports/lang/gcc295/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / lang / gcc295

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.117
Sat Nov 21 22:00:17 2009 UTC (2 years, 2 months ago) by gerald
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.116: +1 -1 lines
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

Revision 1.116: download - view: text, markup, annotated - select for diffs
Fri Nov 13 20:57:59 2009 UTC (2 years, 2 months ago) by linimon
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +1 -1 lines
Over to new maintainer.  Note: this release is way obsolete.

Revision 1.115: download - view: text, markup, annotated - select for diffs
Thu Nov 12 04:36:41 2009 UTC (2 years, 2 months ago) by linimon
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +1 -1 lines
Reset shaun@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr

Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Jul 22 02:59:26 2009 UTC (2 years, 6 months ago) by shaun
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +24 -1 lines
Fix build (broken due to recent autoconf changes).

PR:		ports/135883
Submitted by:	Ulrich Spoerlein <uqs@spoerlein.net>

Revision 1.113: download - view: text, markup, annotated - select for diffs
Mon Jan 5 20:36:29 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +0 -2 lines
- Remove conditional checks for FreeBSD 5.x and older

Revision 1.112: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:29 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +0 -1 lines
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
 - 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)

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat Nov 3 12:31:38 2007 UTC (4 years, 3 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -1 lines
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)

Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Jan 30 10:25:28 2007 UTC (5 years ago) by pav
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -7 lines
- Remove support for a.out format and PORTOBJFORMAT variable from individual
  ports

With hat:	portmgr

Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue Oct 31 00:18:03 2006 UTC (5 years, 3 months ago) by shaun
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -2 lines
Take maintainership.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri Jan 27 09:36:42 2006 UTC (6 years ago) by linimon
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +1 -1 lines
Replace the dangerous .error with IGNORE.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Dec 5 00:53:16 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +0 -3 lines
Remove install-info from Makefile, it's automatically done when INFO is defined

Revision 1.106: download - view: text, markup, annotated - select for diffs
Sat Jun 11 22:58:00 2005 UTC (6 years, 8 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +1 -1 lines
I don't have any plans for this right now.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sat May 21 18:08:23 2005 UTC (6 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -0 lines
BROKEN on alpha: Does not compile

Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Jan 14 12:42:39 2005 UTC (7 years ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -1 lines
Fix comparison (nod to Freshports sanity-checking daemon).

Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri Jan 14 11:24:38 2005 UTC (7 years ago) by trevor
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +5 -1 lines
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.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Sun Jan 2 01:00:40 2005 UTC (7 years, 1 month ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -1 lines
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)

Revision 1.101: download - view: text, markup, annotated - select for diffs
Sun Dec 12 08:01:24 2004 UTC (7 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +0 -3 lines
Compiles on Alpha again.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Sun Nov 14 19:21:51 2004 UTC (7 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +3 -0 lines
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.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Mar 15 21:48:02 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +6 -5 lines
Use INFO and TOUCH macros.  Fix white space.

PR:		64193
Submitted by:	Yen-Ming Lee

Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue Feb 17 00:02:45 2004 UTC (7 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +4 -0 lines
BROKEN on alpha 5.x: does not compile

Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:21:35 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Jan 27 15:54:17 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
This no longer provides a Java compiler.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Dec 26 09:23:17 2003 UTC (8 years, 1 month ago) by trevor
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
Make fetchable.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Dec 4 06:48:51 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +0 -0 lines
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)

Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Dec 4 06:38:33 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +6 -0 lines
The __WORD_BIT constant in GCC's stl_bvector.h caused a namespace
conflict which kept the mailsync port from compiling.  Resolve it.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Wed Sep 24 09:36:54 2003 UTC (8 years, 4 months ago) by osa
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998

Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri May 9 05:34:06 2003 UTC (8 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -0 lines
These older compilers don't support amd64, sparc64, and ia64.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Sat Mar 1 14:34:27 2003 UTC (8 years, 11 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -0 lines
Retire comment file.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Jan 30 08:23:53 2003 UTC (9 years ago) by kris
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
Use the full path to /sbin/sysctl

Noticed by:	'make index' in crontab

Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Nov 5 06:02:36 2002 UTC (9 years, 3 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
I'd like to try to maintain this.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Tue Nov 5 03:10:07 2002 UTC (9 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -1 lines
The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Oct 19 18:55:51 2002 UTC (9 years, 3 months ago) by knu
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -3 lines
Use MASTER_SITES_GCC.

Approved by:	obrien (maintainer)

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat Sep 14 13:32:01 2002 UTC (9 years, 4 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +4 -0 lines
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.)

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Jul 31 12:01:36 2002 UTC (9 years, 6 months ago) by gerald
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -1 lines
Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the
path was wrong).

Approved by:	obrien (maintainer+mentor)

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Apr 10 03:32:10 2002 UTC (9 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +10 -15 lines
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.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Jan 29 11:24:07 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: gcc_2_95_3, RELEASE_5_0_DP1
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +6 -6 lines
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.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Jan 19 19:15:11 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -1 lines
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.)

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Sep 13 23:37:22 2001 UTC (10 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -3 lines
ftp.freesoftware.com -- R.I.P.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Mar 19 01:13:24 2001 UTC (10 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +11 -13 lines
Update to version 2.95.3.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Feb 15 23:14:42 2001 UTC (10 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +7 -10 lines
Use MASTER_SITE_SOURCEWARE.

Submitted by:	sf

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Feb 13 12:21:21 2001 UTC (10 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +9 -8 lines
Update to the 3rd 2.95.3 pre-release (test) release.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Jan 7 21:59:01 2001 UTC (11 years, 1 month ago) by obrien
Branches: MAIN
CVS tags: gcc_2_95_3_test1
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +17 -17 lines
Introduce `TARGLIB' from gcc-devel to clean this thing up.
Also change the ELF vs. aout logic so other formats can be targeted.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Jan 7 21:45:37 2001 UTC (11 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +13 -11 lines
Update to GCC 2.95.3 release candidate "test1"

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Dec 13 17:23:34 2000 UTC (11 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: gcc_2_95_2
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
Make LIBSTDCPP_REV match the new reality.

Submitted by:	Max Khon <fjoe@iclub.nsu.ru>

Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Dec 5 20:31:21 2000 UTC (11 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +11 -12 lines
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.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Oct 10 23:36:13 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +11 -6 lines
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.)

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Oct 8 10:21:49 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
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.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Apr 12 06:18:08 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +3 -3 lines
Convert to the PORTNAME - PORTVERSION syntax.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:26:49 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -1 lines
Restore useless version required comments.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Mar 20 02:36:19 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -2 lines
Remove the "version required" line.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Nov 1 06:28:48 1999 UTC (12 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: gcc_2_95_2_inital, RELEASE_4_0_0, RELEASE_3_4_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +6 -7 lines
Update to version 2.95.2.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Sep 4 20:14:11 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: gcc_2_95_1, RELEASE_3_3_0
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -3 lines
portlint

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Aug 30 22:38:06 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -3 lines
trim distfiles

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:34:22 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Change Id->FreeBSD.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Aug 19 01:10:54 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
Upgrade to version 2.95.1.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Aug 18 23:58:55 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: gcc_2_95
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Use a better sed(1) pattern in case I break __FreeBSD__ again.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Aug 18 19:03:09 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +24 -24 lines
Key off the DISTNAME more, so that upgrading requires less editing.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Aug 16 00:21:03 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +13 -13 lines
More EGCS->GCC transition.
* binaries/manpages are now gcc295 / g++295 / g77
* use {MASTER_SITE_GNU}

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Aug 9 15:50:58 1999 UTC (12 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
Tweak a German master site.

Submitted by:	Dirk Froemberg <dirk@FreeBSD.org>

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Aug 5 16:07:53 1999 UTC (12 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
Add "java" to categories list.  GCC-2.95 now has parts of a Java compiler
bunded in.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Aug 5 16:05:55 1999 UTC (12 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +50 -38 lines
Update to GCC-2.95 (what would have been EGCS-1.2).

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:30:32 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
CVS tags: egcs_1_1_2
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -4 lines
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.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Apr 22 00:17:00 1999 UTC (12 years, 9 months ago) by scrappy
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -3 lines
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Apr 8 21:12:34 1999 UTC (12 years, 10 months ago) by billf
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Real URLs that reference directories end in '/'

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Mar 30 02:58:02 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -4 lines
Don't fetch alpha suppliment -- the bits are now part of the port.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Mar 23 18:37:47 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -2 lines
Don't create empty ``PREFIX/info/dir''.  It is already taken care of for us.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Mar 22 01:35:36 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +7 -8 lines
* Add support for ``-pthead''
* Add Alpha support

Obtained from:	Alpha bits taken from Hidetoshi Shimokawa's
                <simokawa@FreeBSD.ORG> work

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Mar 17 00:40:25 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +30 -26 lines
Upgrade to 1.1.2 release.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Mar 11 21:47:12 1999 UTC (12 years, 11 months ago) by scrappy
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -1 lines
Commit all Y2K/WWW_SITE changes from today...

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Mar 8 07:28:27 1999 UTC (12 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -1 lines
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. :)

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Feb 28 12:18:36 1999 UTC (12 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +8 -1 lines
Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.

Submitted by:	dfr

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Feb 28 10:50:50 1999 UTC (12 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +15 -11 lines
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)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Feb 9 22:17:21 1999 UTC (13 years ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -9 lines
* clean up verbosity of Makefile
* now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Feb 9 18:24:50 1999 UTC (13 years ago) by obrien
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +20 -7 lines
GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and
"i386-unknown-freebsdaout" for an a.out machine.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Feb 3 11:11:52 1999 UTC (13 years ago) by asami
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -6 lines
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.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Dec 26 20:10:02 1998 UTC (13 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -1 lines
Wasn't in the main dir when I commited this the first time.

Noticed by:	jdp

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Dec 5 04:00:40 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +10 -4 lines
Use the bzip2 version of the distfile.  It saves almost 3meg.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Dec 5 03:40:17 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: egcs_1_1_1
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +12 -10 lines
EGCS 1.1.1 *Release* is out.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Dec 4 11:05:05 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formed
GNU description string.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Dec 2 09:41:27 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +9 -8 lines
"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.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Nov 13 07:34:57 1998 UTC (13 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +7 -4 lines
switch to new pre/post bsd.port.mk

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Nov 13 07:32:21 1998 UTC (13 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -4 lines
i386 => ${ARCH}

Requested by:   imp

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Oct 1 21:40:03 1998 UTC (13 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -8 lines
Allow building and packaging for ELF.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Sep 28 09:47:01 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -1 lines
Doesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mk
inclusion order.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Sep 27 01:56:14 1998 UTC (13 years, 4 months ago) by obrien
Branches: MAIN
CVS tags: egcs_980914
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -1 lines
Build properly on ELF systems.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Sep 27 00:44:18 1998 UTC (13 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4 lines
make fetchable

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Sep 26 18:17:13 1998 UTC (13 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +8 -7 lines
back to the snaps w/egcs-19980914
Submitted by:	jdp

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Sep 10 04:05:26 1998 UTC (13 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: egcs_1_1b
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -6 lines
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.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Sep 4 18:56:55 1998 UTC (13 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: egcs_1_1a
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4 lines
my goof.  fetch only egcs-1.1a.tar.gz, not the entire release/egcs-1.1a
directory.
Submitted by:	Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Sep 3 08:49:10 1998 UTC (13 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +7 -6 lines
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.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Aug 26 09:51:15 1998 UTC (13 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +7 -6 lines
* upgrade to 19980816 snapshot
* reduce maintance costs, advantage PLIST_SUB

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Aug 12 04:39:10 1998 UTC (13 years, 6 months ago) by jdp
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Fix Version-required comment.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Aug 11 08:22:45 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: egcs_980803
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -10 lines
Upgrade to the 19980803 snapshot.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 7 22:49:30 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -1 lines
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.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jul 26 23:43:34 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: egcs_980721
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -6 lines
Upgrade to the 19980721 snap.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jul 16 06:23:40 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: egcs_980715, RELEASE_2_2_7
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +11 -9 lines
upgrade to the July 15th (19980715) snapshot

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jul 6 10:17:09 1998 UTC (13 years, 7 months ago) by obrien
Branches: MAIN
CVS tags: egcs_980628
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +12 -12 lines
Upgrade to the 19980628 snapshot.

(note the 19980608 snapshot had major problems -- I'd suggest upgrading
if you are using this version)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jun 10 05:29:12 1998 UTC (13 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: egcs_980608
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -6 lines
upgrade to 19980608 snapshot

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed May 20 08:59:30 1998 UTC (13 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: egcs_980508_civil
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +29 -18 lines
+ 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''

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue May 19 22:33:41 1998 UTC (13 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: egcs_980508
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +11 -11 lines
Upgrade to 1998-05-08 snapshot version.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue May 5 06:34:46 1998 UTC (13 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: egcs_980502
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +14 -13 lines
Upgrade to the May 2nd 1998 snapshot version.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Apr 14 10:17:27 1998 UTC (13 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: egcs_980406
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +13 -13 lines
Upgrade to 980406 snapshot
Reviewed by:	my PITA ecs240 project

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 11 01:32:19 1998 UTC (13 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
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.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 7 01:18:07 1998 UTC (13 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: egcs_980315
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +10 -10 lines
Upgrade to the 980315 snapshot.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Apr 7 01:14:25 1998 UTC (13 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: egcs_102
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +13 -12 lines
Upgrade to version 1.0.2 release.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 17 21:10:40 1998 UTC (13 years, 10 months ago) by jdp
Branches: MAIN
CVS tags: egcs_980221, RELEASE_2_2_6
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Fix the "Version required" comment.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Mar 10 06:23:50 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
The private copy of float.h seems to have gone away.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Mar 8 12:54:00 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +12 -12 lines
Fix things so it packages.
Take over maintaince from jdp until after the 3.0 crunch is over.
Ok'ed by:	jdp

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Feb 23 01:52:52 1998 UTC (13 years, 11 months ago) by jdp
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Master site changed.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Feb 17 00:04:51 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Forgot to submit PLIST diff.

Noticed by:	Satoshi

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 16 09:18:13 1998 UTC (13 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Mark this port broken, doesn't package.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Feb 14 04:18:22 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +19 -13 lines
Upgrade to 1998-02-05 SNAP.  Fixes problems several have had with 1.0.1.
Including linking with the STL vector class.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Feb 3 07:48:35 1998 UTC (14 years ago) by asami
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
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.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 23 17:49:35 1998 UTC (14 years ago) by jdp
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
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.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 14 07:24:54 1998 UTC (14 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +12 -1 lines
Strip the binaries.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 13 05:18:16 1998 UTC (14 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
sed -> ${SED}.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Jan 10 21:40:09 1998 UTC (14 years, 1 month ago) by jdp
Branches: JDP
CVS tags: jdp_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 10 21:40:09 1998 UTC (14 years, 1 month ago) by jdp
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options