The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : gcc32

 GCC, the GNU Compiler Collection includes gcc, g++, gcj, and g77.

This port installs the various front ends as gcc32, g++32, gcj32,
and g77-32 into the ${PREFIX}/bin directory. 

http://gcc.gnu.org/



gcc32 history


v. 1.195
date: 2007/01/30 10:25:28;  author: pav;  state: Exp;  lines: +0 -4
- Remove support for a.out format and PORTOBJFORMAT variable from individual
  ports

With hat:	portmgr

v. 1.194 date: 2006/06/24 09:42:34; author: dinoex; state: Exp; lines: +1 -2 - take benefit of USE_LDCONFIG
v. 1.193 date: 2006/06/24 09:41:34; author: dinoex; state: Exp; lines: +2 -5 - take benefit of USE_LDCONFIG
v. 1.192 date: 2006/05/09 20:52:13; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from the categories starting with L
v. 1.191 date: 2006/03/20 14:20:19; author: dinoex; state: Exp; lines: +1 -1 - SUFFIX is not defined here
v. 1.190 date: 2006/03/20 14:16:18; author: dinoex; state: Exp; lines: +7 -0 - add RC_D_SH to keep shared libs working after reboot
v. 1.189 date: 2006/01/23 07:04:10; author: linimon; state: Exp; lines: +1 -1 Revert last commit. It is not possible (yet) to have the dirrmtry usage in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin`
v. 1.188 date: 2006/01/22 05:52:22; author: edwin; state: Exp; lines: +1 -1 eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related)
v. 1.187 date: 2005/12/05 00:53:17; author: edwin; state: Exp; lines: +0 -3 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.186 date: 2005/12/04 10:06:23; author: edwin; state: Exp; lines: +1 -0 Use INFO macro
v. 1.185 date: 2005/11/09 17:25:52; author: obrien; state: Exp; lines: +1 -0 Sync freebsd7 support with gcc33.
v. 1.184 date: 2005/07/28 06:27:02; author: maho; state: Exp; lines: +0 -0 (forced commit) Submitted by: "Jack L."
v. 1.183 date: 2005/07/28 06:26:30; author: maho; state: Exp; lines: +1 -0 Define WITHOUT_CPU_FLAGS so that in some cases setting CPUTYPE breaks the build
v. 1.182 date: 2005/07/07 21:01:18; author: obrien; state: Exp; lines: +1 -10 Remove from the Java category as this port doesn't have Java bits anymore. Also remove the testsuite bits as any issues found will never be fixed.
v. 1.181 date: 2005/03/20 17:53:04; author: adamw; state: Exp; lines: +4 -2 It was discovered that running "make clean" from a port with a dependency on gcc31 or gcc32 (either with a BUILD_DEPENDS or via USE_GCC) with that version of gcc already installed causes infinite recursion problems. The issue stems from gcc31 and gcc32 using USE_GCC internally. Internally, it was used to override any other definition and say that you can use any gcc version to build gcc31/gcc32. But that USE_GCC redefinition was causing recursion errors, so handle the problem instead by just simply undefining USE_GCC inside the gcc port Makefile itself. This should make things happy again.
v. 1.180 date: 2005/02/13 19:44:06; author: vs; state: Exp; lines: +1 -1 Fix USE_GCC PR: ports/77403 Submitted by: John Cochran
v. 1.179 date: 2005/01/13 21:18:53; author: obrien; state: Exp; lines: +2 -0 This now coredumps when bootstrapping on FreeBSD/AMD64.
v. 1.178 date: 2005/01/08 11:08:58; author: nork; state: Exp; lines: +1 -1 o Fix -pthread issue. This fix resolves openoffice building problem on 5.2.1 or later. o Bump PORTREVISION. PR: ports/75785 [1], bin/62300 [2] Pointed out by: Oleg Sharoiko [1], many many people on openoffice@FreeBSD.org Inspired by: maho, Mark Andrews [2] Discussed with: maho, daichi Committed at: Murayakuba Japanese style pub http://www.murayakuba.jp/ Committed with: maho, daichi
v. 1.177 date: 2004/12/19 20:03:05; author: obrien; state: Exp; lines: +0 -4 Cleaner support -pthreads for 5.0-5.2.1.
v. 1.176 date: 2004/12/19 19:13:23; author: obrien; state: Exp; lines: +3 -4 Fix xfmode splits on AMD64; using patch from Richard Henderson
v. 1.175 date: 2004/12/12 17:25:50; author: obrien; state: Exp; lines: +4 -23 Unbreak the port by remove the Java language from this port. Anyone using GCC 3.2 isn't using it for the Java compiler, but for C/C++ code.
v. 1.174 date: 2004/11/07 18:20:57; author: lofi; state: Exp; lines: +5 -1 Adjust spec to make -pthread and gcj link to -lpthread on recent FreeBSD 5.
v. 1.173 date: 2004/07/20 05:46:06; author: dinoex; state: Exp; lines: +1 -1 - drop maintainership
v. 1.172 date: 2004/06/02 06:43:16; author: dinoex; state: Exp; lines: +3 -0 - mark BROKEN on amd64
v. 1.171 date: 2004/05/31 04:55:04; author: dinoex; state: Exp; lines: +4 -5 - fix configure for amd64
v. 1.170 date: 2004/05/21 14:46:43; author: dinoex; state: Exp; lines: +3 -0 - mark BROKEN on ia64 Bootstrap comparison failure! java/decl.o differs
v. 1.169 date: 2004/04/16 09:17:55; author: dinoex; state: Exp; lines: +1 -1 - fix typo in condition. Reported by: kris
v. 1.168 date: 2004/04/15 20:45:30; author: dinoex; state: Exp; lines: +17 -5 - fix amd64 build - add option WITHOUT_LIBJAVA=yes
v. 1.167 date: 2004/04/13 11:04:02; author: dinoex; state: Exp; lines: +2 -2 - take maintainership gcc33 objc compilers don't compile gnustep-base. so this port is still needed for a bit. - let build also on alpha and sparc64 bento succesfull build logs: i386-5-latest-logs 2004 Apr 11 09:50:21 gcc-objc-3.2.3_1.log ia64-5-latest-logs 2004 Apr 8 18:37:05 gcc-objc-3.2.3_1.log alpha-5-latest-logs 2004 Apr 4 12:34:15 gcc-objc-3.2.3_1.log.bz2 alpha-4-latest-logs 2004 Mar 25 20:11:44 gcc-objc-3.2.3_1.log.bz2 sparc64-5-latest-logs 2004 Mar 22 15:23:03 gcc-objc-3.2.3_1.log.bz2
v. 1.166 date: 2004/04/11 11:10:33; author: gerald; state: Exp; lines: +3 -5 This old version of GCC really only makes sense on i386 at this point (if at all), so use ONLY_FOR_ARCHS=i386. Drop maintainership.
v. 1.165 date: 2004/03/13 18:05:38; author: gerald; state: Exp; lines: +0 -25 Remove WITH_BOUNDSCHECKING knob, as the patch disappeared upstream and GCC 3.3 with a current bounds checking patch should be better anyways. Reported by: trevor
v. 1.164 date: 2004/02/18 09:41:41; author: gerald; state: Exp; lines: +4 -0 Mark broken on amd64 (which used to be called x86_64).
v. 1.163 date: 2004/02/04 05:21:36; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.162 date: 2004/01/22 11:05:58; author: trevor; state: Exp; lines: +2 -1 Use the SORT macro from bsd.port.mk.
v. 1.161 date: 2003/10/15 15:25:03; author: gerald; state: Exp; lines: +0 -32 Fix the incorrect pkg-descr on binaries installed and "sign" this port. Given that the GCC 3.2 branch has been completely frozen, remove CVS and update-related features from Makefile.
v. 1.160 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.159 date: 2003/05/22 23:12:05; author: gerald; state: Exp; lines: +1 -1 Track upstream update of the patch for WITH_BOUNDSCHECKING (which removed the previous patch). Submitted by: lioux
v. 1.158 date: 2003/05/06 11:42:56; author: gerald; state: Exp; lines: +1 -2 Remove --with-gnu-as --with-gnu-ld, which are actually no-ops. Also, we don't need USE_BISON for GCC releases.
v. 1.157 date: 2003/04/27 10:05:14; author: dinoex; state: Exp; lines: +2 -2 Fix install problem of gnustep-objc extend comment for ia64
v. 1.156 date: 2003/04/26 22:30:15; author: gerald; state: Exp; lines: +1 -1 There is now a version of the bounds-checking patch also for GCC 3.2.3. Submitted by: Dan Nelson
v. 1.155 date: 2003/04/25 18:45:31; author: gerald; state: Exp; lines: +2 -8 Merge targets pre-configure and pre-build, simplify them, and remove patch-va. All of these dealt with us patching generated files (which we don't do any longer).
v. 1.154 date: 2003/04/25 17:30:51; author: gerald; state: Exp; lines: +3 -7 Update to GCC 3.2.3 as released today. (This is the last release from this branch which has been "closed" in GCC CVS, so we can simplify this port.)
v. 1.153 date: 2003/04/25 06:39:48; author: gerald; state: Exp; lines: +1 -1 Make MAINTAINER overrideable by slave ports.
v. 1.152 date: 2003/04/22 18:04:48; author: dinoex; state: Exp; lines: +1 -1 - drop javlib in PLIST for ia64 too. Approved by: gerald
v. 1.151 date: 2003/04/21 08:35:53; author: gerald; state: Exp; lines: +4 -0 On sparc64 libgcj is not built by default (and won't build easily), so we need to dynamically construct pkg-plist to take this into account. Noticed by: bento+kris
v. 1.150 date: 2003/04/13 06:05:49; author: dinoex; state: Exp; lines: +5 -2 1) COMMENT can be overrritten by a slave port (suggested by obrien) 2) Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work. fix PLIST so critical file libgcc_s.so.1 is included. no response from obrien since 2003-03-31 Approved by: gerald
v. 1.149 date: 2003/04/04 16:16:13; author: gerald; state: Exp; lines: +0 -6 Remove PATCH_SITES and PATCHFILES which we haven't used lately and related material. Reviewed by: obrien
v. 1.148 date: 2003/04/03 09:55:58; author: gerald; state: Exp; lines: +10 -11 Appease portlint by using ${GMAKE}, ${GREP}, and some whitespace changes.
v. 1.147 date: 2003/04/01 22:49:30; author: gerald; state: Exp; lines: +4 -5 Simplify the shell code used by the pre-patch target. Suggested by: obrien Reviewed by: Dan Nelson
v. 1.146 date: 2003/03/31 01:12:17; author: dinoex; state: Exp; lines: +1 -1 LATEST_LINK can now be overwritten by the slave port. added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set. Approved by: gerald
v. 1.145 date: 2003/03/30 23:55:35; author: gerald; state: Exp; lines: +25 -1 Add support for the bounds-checking patch by Herman ten Brugge (which provides an -fbounds-checking command-line option). This is optional and built only if WITH_BOUNDSCHECKING is defined. PR: 50178 Submitted by: Dan Nelson
v. 1.144 date: 2003/03/28 21:21:45; author: gerald; state: Exp; lines: +9 -0 Add support for the base language test suites. Submitted by: Loren James Rittle
v. 1.143 date: 2003/03/26 17:42:31; author: gerald; state: Exp; lines: +1 -2 Enable libgcj (which has actually been building fine since GCC 3.1 on FreeBSD/i386 and works on FreeBSD/alpha using the hack in files/patch-ub). PR: 47790 Partially Submitted by: Loren James Rittle
v. 1.142 date: 2003/03/26 10:19:52; author: gerald; state: Exp; lines: +1 -1 Assume maintainership of this port. Approved by: obrien (mentor)
v. 1.141 date: 2003/03/24 16:01:25; author: gerald; state: Exp; lines: +2 -2 Fix COMMENT and a Makefile comment.
v. 1.140 date: 2003/02/20 18:37:58; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.139 date: 2003/02/12 16:34:03; author: obrien; state: Exp; lines: +1 -1 Bump PORTREVISION to the 5-Feb-2003 release date of GCC 3.2.2 to make sure all the various tools knows a newer version is available than anything installed to date.
v. 1.138 date: 2003/02/08 18:34:17; author: gerald; state: Exp; lines: +2 -2 Update to GCC 3.2.2. Approved by: obrien (mentor)
v. 1.137 date: 2002/12/03 23:21:14; author: obrien; state: Exp; lines: +1 -1 Use the most modern spelling of egcs.cygnus.com.
v. 1.136 date: 2002/12/03 04:35:07; author: obrien; state: Exp; lines: +1 -1 Fix cklatest paths. Reported by: gerald Approved by: kris
v. 1.135 date: 2002/11/26 01:59:10; author: obrien; state: Exp; lines: +15 -24 Update to 3.2.1 release, and fix packaging.
v. 1.134 date: 2002/11/10 16:46:51; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.133 date: 2002/11/06 22:45:48; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.132 date: 2002/11/05 03:10:08; 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.131 date: 2002/10/19 18:55:52; author: knu; state: Exp; lines: +2 -3 Use MASTER_SITES_GCC. Approved by: obrien (maintainer)
v. 1.130 date: 2002/10/05 21:03:51; author: obrien; state: Exp; lines: +34 -0 Add CVS "fetch" framework.
v. 1.129 date: 2002/09/11 16:45:43; author: obrien; state: Exp; lines: +25 -25 Upgrade to the 2-Sept-2002 GCC 3.2.1 pre-release snapshot. (this port has been 100% reset back to an earlier evolution line by a repo copied from the 'gcc31' port)
v. 1.128 date: 2002/08/02 14:54:20; author: obrien; state: Exp; lines: +18 -25 Upgrade to the official GCC 3.1.1 release. This will be the last release on the GCC 3.1 branch.
v. 1.127 date: 2002/07/31 12:10:17; author: gerald; state: Exp; lines: +2 -2 Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the path was wrong). Approved by: obrien (maintainer+mentor)
v. 1.126 date: 2002/07/08 18:10:23; author: obrien; state: Exp; lines: +19 -19 Upgrade to the 1-July-2002 GCC 3.1.1 pre-release snapshot. Note that with this update we loose the .info files. I am sick and tired of dealing with them and most of all makeinfo --no-split isn't working.
v. 1.125 date: 2002/07/02 23:03:50; author: obrien; state: Exp; lines: +2 -0 Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4. Problem Reported by: Oliver Brandmueller
v. 1.124 date: 2002/06/22 20:26:51; author: obrien; state: Exp; lines: +5 -5 Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot.
v. 1.123 date: 2002/06/02 07:09:12; author: obrien; state: Exp; lines: +3 -5 Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot.
v. 1.122 date: 2002/05/28 03:00:12; author: obrien; state: Exp; lines: +9 -7 Upgrade to the 21-May-2002 GCC 3.1.1 pre-release snapshot.
v. 1.121 date: 2002/05/11 06:40:54; author: obrien; state: Exp; lines: +1 -1 Upgrade to the 6-May-2002 GCC 3.1 pre-release snapshot.
v. 1.120 date: 2002/05/01 02:54:46; author: obrien; state: Exp; lines: +1 -1 Upgrade to the 29-April-2002 GCC 3.1 pre-release snapshot.
v. 1.119 date: 2002/04/29 20:55:22; author: obrien; state: Exp; lines: +1 -1 Upgrade to the 22-April-2002 GCC 3.1 pre-release snapshot.
v. 1.118 date: 2002/04/24 14:43:13; author: obrien; state: Exp; lines: +2 -1 Upgrade to the Tax Day GCC 3.1 development snapshot.
v. 1.117 date: 2002/04/03 20:21:07; author: obrien; state: Exp; lines: +1 -1 Upgrade to the April FOOLS GCC 3.1 development snapshot.
v. 1.116 date: 2002/03/28 22:37:21; author: obrien; state: Exp; lines: +10 -11 Upgrade to the 25-March-2002 GCC 3.1 development snapshot.
v. 1.115 date: 2002/03/20 00:35:28; author: obrien; state: Exp; lines: +4 -1 Upgrade to the 18-March-2002 GCC 3.1 development snapshot.
v. 1.114 date: 2002/03/13 04:04:28; author: obrien; state: Exp; lines: +1 -1 Upgrade to the 11-March-2002 GCC 3.1 development snapshot.
v. 1.113 date: 2002/03/11 09:25:20; author: obrien; state: Exp; lines: +3 -3 Upgrade to the 9-March-2002 GCC 3.1 development snapshot.
v. 1.112 date: 2002/03/09 09:00:59; author: obrien; state: Exp; lines: +15 -10 Upgrade to the 4-March-2002 GCC 3.1 development snapshot.
v. 1.111 date: 2002/03/04 21:08:06; author: obrien; state: Exp; lines: +19 -19 Sync with gcc30's style. This includes changing the name from g to 31, using a single .info file rather than the mirage of them, and switch to using the .bz2 distfiles.
v. 1.110 date: 2002/03/02 18:53:57; author: obrien; state: Exp; lines: +5 -4 Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot.
v. 1.109 date: 2002/02/10 11:16:51; author: obrien; state: Exp; lines: +1 -1 Update to the 2002-02-04 snapshot. This port still does not install properly (still has some old cruft in it). But incase someone wants to work on a patch to help me out...
v. 1.108 date: 2002/02/05 02:54:52; author: obrien; state: Exp; lines: +5 -2 This allows the port to build, but it still has install problems.
v. 1.107 date: 2002/02/03 07:15:29; author: obrien; state: Exp; lines: +40 -18 Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.
v. 1.106 date: 2002/01/29 11:24:07; author: knu; state: Exp; lines: +7 -7 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.105 date: 2001/10/27 18:33:05; author: obrien; state: Exp; lines: +2 -5 Utilize the PATCH_WRKDIR knob now that it exists.
v. 1.104 date: 2001/08/15 16:54:42; author: obrien; state: Exp; lines: +18 -28 Major overhall and style clean up.
v. 1.103 date: 2001/05/04 08:50:08; author: obrien; state: Exp; lines: +5 -3 Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot. [and a sad day in history]
v. 1.102 date: 2001/03/24 01:40:08; author: obrien; state: Exp; lines: +2 -2 Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot. [a nice friend's b-day at that :-)]
v. 1.101 date: 2001/03/11 04:46:54; author: obrien; state: Exp; lines: +2 -2 Fix version number.
v. 1.100 date: 2001/03/06 23:55:37; author: obrien; state: Exp; lines: +2 -2 Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot.
v. 1.99 date: 2001/03/02 10:09:40; author: obrien; state: Exp; lines: +9 -5 Fix nits in the auto lib-gcc PLIST generation.
v. 1.98 date: 2001/02/14 20:52:38; author: obrien; state: Exp; lines: +5 -4 Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.
v. 1.97 date: 2001/02/14 20:19:39; author: lioux; state: Exp; lines: +2 -2 typo clean up police: \s -> \t
v. 1.96 date: 2000/12/27 02:22:16; author: obrien; state: Exp; lines: +2 -2 Upgrade to the Christmas edition GCC 2.97 development snapshot.
v. 1.95 date: 2000/12/21 23:50:36; author: obrien; state: Exp; lines: +25 -29 Upgrade to the 2000-12-18 GCC 2.97 development snapshot.
v. 1.94 date: 2000/12/13 18:54:40; author: obrien; state: Exp; lines: +2 -1 Forgot to commit the bits that rm's the new libjava as it breaks the GCC bootstrap.
v. 1.93 date: 2000/12/13 02:26:23; author: obrien; state: Exp; lines: +2 -2 Upgrade to the 2000-12-11 GCC 2.97 development snapshot.
v. 1.92 date: 2000/12/05 21:36:59; author: obrien; state: Exp; lines: +14 -15 Change name of programs from e to g, since e conflicts with the egcs port. I'm open to a better nameing scheme. Also change the shared libs configuring logic a little bit due to changed way of doing it on libstdc++-v3, which this snapshot uses by default.
v. 1.91 date: 2000/11/28 18:55:05; author: obrien; state: Exp; lines: +16 -10 Upgrade to the 2000-11-20 GCC 2.97 development snapshot. This one should be using libstdc++ v3 and the new 3.0 C++ ABI now.
v. 1.90 date: 2000/10/10 23:32:32; author: obrien; state: Exp; lines: +19 -14 Upgrade to the 2000-10-02 GCC 2.97 development snapshot.
v. 1.89 date: 2000/09/15 23:43:47; author: obrien; state: Exp; lines: +4 -4 Upgrade to the 2000-08-28 GCC 2.96 development snapshot.
v. 1.88 date: 2000/09/05 16:59:09; author: obrien; state: Exp; lines: +36 -19 Upgrade to the 2000-07-17 GCC 2.96 development snapshot.
v. 1.87 date: 2000/05/06 22:47:08; author: obrien; state: Exp; lines: +4 -4 Upgrade to the 2000-05-01 GCC 2.96 development snapshot.
v. 1.86 date: 2000/04/14 17:15:19; author: obrien; state: Exp; lines: +2 -2 Upgrade to the 2000-04-10 GCC 2.96 development snapshot.
v. 1.85 date: 2000/04/12 06:18:32; author: obrien; state: Exp; lines: +3 -4 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.84 date: 2000/03/22 00:26:53; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.83 date: 2000/03/20 02:36:26; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.82 date: 2000/03/19 08:43:50; author: obrien; state: Exp; lines: +2 -2 Upgrade to the 2000-03-13 GCC 2.96 development snapshot.
v. 1.81 date: 2000/03/08 19:01:14; author: obrien; state: Exp; lines: +4 -3 Upgrade to the 2000-03-06 GCC 2.96 development snapshot.
v. 1.80 date: 2000/03/08 02:20:59; author: obrien; state: Exp; lines: +2 -3 Upgrade to the 2000-02-21 GCC 2.96 development snapshot.
v. 1.79 date: 2000/02/14 11:39:30; author: obrien; state: Exp; lines: +2 -2 Upgrade to the 2000-02-07 GCC 2.96 development snapshot.
v. 1.78 date: 2000/01/17 12:27:54; author: obrien; state: Exp; lines: +4 -5 Upgrade to the 2000-01-10 GCC 2.96 development snapshot.
v. 1.77 date: 1999/11/15 02:02:34; author: obrien; state: Exp; lines: +2 -2 Update to the 1999-11-10 development snapshot.
v. 1.76 date: 1999/11/03 11:41:47; author: obrien; state: Exp; lines: +2 -2 Update to the 1999-11-02 development snapshot.
v. 1.75 date: 1999/11/01 07:39:11; author: obrien; state: Exp; lines: +6 -7 Update to the 1999-10-25 snapshot.
v. 1.74 date: 1999/10/10 23:14:28; author: obrien; state: Exp; lines: +2 -2 Upgrade to the 1999-10-04 development snapshot.
v. 1.73 date: 1999/10/10 20:28:31; author: obrien; state: Exp; lines: +10 -10 Upgrade to the 1999-09-20 development snapshot.
v. 1.72 date: 1999/08/25 06:34:35; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.71 date: 1999/08/05 16:21:08; author: obrien; state: Exp; lines: +26 -23 Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95 snapshot. Mark BROKEN until the next Cygnus snapshot.
v. 1.70 date: 1999/07/20 15:30:50; author: obrien; state: Exp; lines: +3 -3 Update to the 1999-07-18 beta snapshot of GCC-2.95.
v. 1.69 date: 1999/07/15 11:08:13; author: obrien; state: Exp; lines: +2 -2 Upgrade to the July 12th GCC-2.95 prerelease.
v. 1.68 date: 1999/07/06 07:29:37; author: obrien; state: Exp; lines: +5 -5 Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot.
v. 1.67 date: 1999/07/04 21:49:26; author: steve; state: Exp; lines: +2 -2 Correct spelling in a comment.
v. 1.66 date: 1999/07/04 20:55:43; author: obrien; state: Exp; lines: +5 -5 Minor reorg of the dealing with `autoconf' and `autoheader' stuff.
v. 1.65 date: 1999/06/24 19:11:49; author: obrien; state: Exp; lines: +2 -2 Upgrade to the 19990623 GCC 2.95 pre-release snapshot.
v. 1.64 date: 1999/06/21 18:17:51; author: obrien; state: Exp; lines: +2 -2 Update to the 19990616 GCC 2.95-prerelease.
v. 1.63 date: 1999/06/15 07:31:08; author: obrien; state: Exp; lines: +2 -3 Update to the 1999-06-08 (gcc 2.95 prerelease).
v. 1.62 date: 1999/06/10 14:31:08; author: simokawa; state: Exp; lines: +3 -1 Fix for alpha. - sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h - add patch for mkfixinc.sh - PLIST kludge
v. 1.61 date: 1999/06/05 22:30:28; 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.60 date: 1999/05/26 10:26:19; author: obrien; state: Exp; lines: +3 -3 Upgrade to 19990524 gcc-2.95 prerelease.
v. 1.59 date: 1999/05/24 17:13:47; author: obrien; state: Exp; lines: +6 -2 Fix "EGCS_REV".
v. 1.58 date: 1999/05/18 18:15:33; author: obrien; state: Exp; lines: +3 -3 Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for the upcoming 1.2 release. Which, BTW, will be called GCC-2.95.
v. 1.57 date: 1999/04/22 00:17:01; author: scrappy; state: Exp; lines: +1 -3 this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
v. 1.56 date: 1999/04/21 07:48:57; author: obrien; state: Exp; lines: +37 -31 I give you the latest and greatest of the EGCS snapshot series. This is their bleeding edge offering. This will enable us to better track the direction EGCS is going for future upgrades of /usr/contrib/egcs/. Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and* a native Java compiler.
v. 1.55 date: 1999/04/13 05:41:10; author: asami; state: Exp; lines: +3 -1 Mark this FORBIDDEN while DavidO works on an upgrade after a repo copy.
v. 1.54 date: 1999/04/08 19:05:43; author: billf; state: Exp; lines: +2 -2 Proper 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.195 date: 2007/01/30 10:25:28; author: pav; state: Exp; lines: +0 -4 - Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr
v. 1.194 date: 2006/06/24 09:42:34; author: dinoex; state: Exp; lines: +1 -2 - take benefit of USE_LDCONFIG
v. 1.193 date: 2006/06/24 09:41:34; author: dinoex; state: Exp; lines: +2 -5 - take benefit of USE_LDCONFIG
v. 1.192 date: 2006/05/09 20:52:13; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from the categories starting with L
v. 1.191 date: 2006/03/20 14:20:19; author: dinoex; state: Exp; lines: +1 -1 - SUFFIX is not defined here
v. 1.190 date: 2006/03/20 14:16:18; author: dinoex; state: Exp; lines: +7 -0 - add RC_D_SH to keep shared libs working after reboot
v. 1.189 date: 2006/01/23 07:04:10; author: linimon; state: Exp; lines: +1 -1 Revert last commit. It is not possible (yet) to have the dirrmtry usage in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin`
v. 1.188 date: 2006/01/22 05:52:22; author: edwin; state: Exp; lines: +1 -1 eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related)
v. 1.187 date: 2005/12/05 00:53:17; author: edwin; state: Exp; lines: +0 -3 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.186 date: 2005/12/04 10:06:23; author: edwin; state: Exp; lines: +1 -0 Use INFO macro
v. 1.185 date: 2005/11/09 17:25:52; author: obrien; state: Exp; lines: +1 -0 Sync freebsd7 support with gcc33.
v. 1.184 date: 2005/07/28 06:27:02; author: maho; state: Exp; lines: +0 -0 (forced commit) Submitted by: "Jack L."
v. 1.183 date: 2005/07/28 06:26:30; author: maho; state: Exp; lines: +1 -0 Define WITHOUT_CPU_FLAGS so that in some cases setting CPUTYPE breaks the build
v. 1.182 date: 2005/07/07 21:01:18; author: obrien; state: Exp; lines: +1 -10 Remove from the Java category as this port doesn't have Java bits anymore. Also remove the testsuite bits as any issues found will never be fixed.
v. 1.181 date: 2005/03/20 17:53:04; author: adamw; state: Exp; lines: +4 -2 It was discovered that running "make clean" from a port with a dependency on gcc31 or gcc32 (either with a BUILD_DEPENDS or via USE_GCC) with that version of gcc already installed causes infinite recursion problems. The issue stems from gcc31 and gcc32 using USE_GCC internally. Internally, it was used to override any other definition and say that you can use any gcc version to build gcc31/gcc32. But that USE_GCC redefinition was causing recursion errors, so handle the problem instead by just simply undefining USE_GCC inside the gcc port Makefile itself. This should make things happy again.
v. 1.180 date: 2005/02/13 19:44:06; author: vs; state: Exp; lines: +1 -1 Fix USE_GCC PR: ports/77403 Submitted by: John Cochran
v. 1.179 date: 2005/01/13 21:18:53; author: obrien; state: Exp; lines: +2 -0 This now coredumps when bootstrapping on FreeBSD/AMD64.
v. 1.178 date: 2005/01/08 11:08:58; author: nork; state: Exp; lines: +1 -1 o Fix -pthread issue. This fix resolves openoffice building problem on 5.2.1 or later. o Bump PORTREVISION. PR: ports/75785 [1], bin/62300 [2] Pointed out by: Oleg Sharoiko [1], many many people on openoffice@FreeBSD.org Inspired by: maho, Mark Andrews [2] Discussed with: maho, daichi Committed at: Murayakuba Japanese style pub http://www.murayakuba.jp/ Committed with: maho, daichi
v. 1.177 date: 2004/12/19 20:03:05; author: obrien; state: Exp; lines: +0 -4 Cleaner support -pthreads for 5.0-5.2.1.
v. 1.176 date: 2004/12/19 19:13:23; author: obrien; state: Exp; lines: +3 -4 Fix xfmode splits on AMD64; using patch from Richard Henderson
v. 1.175 date: 2004/12/12 17:25:50; author: obrien; state: Exp; lines: +4 -23 Unbreak the port by remove the Java language from this port. Anyone using GCC 3.2 isn't using it for the Java compiler, but for C/C++ code.
v. 1.174 date: 2004/11/07 18:20:57; author: lofi; state: Exp; lines: +5 -1 Adjust spec to make -pthread and gcj link to -lpthread on recent FreeBSD 5.
v. 1.173 date: 2004/07/20 05:46:06; author: dinoex; state: Exp; lines: +1 -1 - drop maintainership
v. 1.172 date: 2004/06/02 06:43:16; author: dinoex; state: Exp; lines: +3 -0 - mark BROKEN on amd64
v. 1.171 date: 2004/05/31 04:55:04; author: dinoex; state: Exp; lines: +4 -5 - fix configure for amd64
v. 1.170 date: 2004/05/21 14:46:43; author: dinoex; state: Exp; lines: +3 -0 - mark BROKEN on ia64 Bootstrap comparison failure! java/decl.o differs
v. 1.169 date: 2004/04/16 09:17:55; author: dinoex; state: Exp; lines: +1 -1 - fix typo in condition. Reported by: kris
v. 1.168 date: 2004/04/15 20:45:30; author: dinoex; state: Exp; lines: +17 -5 - fix amd64 build - add option WITHOUT_LIBJAVA=yes
v. 1.167 date: 2004/04/13 11:04:02; author: dinoex; state: Exp; lines: +2 -2 - take maintainership gcc33 objc compilers don't compile gnustep-base. so this port is still needed for a bit. - let build also on alpha and sparc64 bento succesfull build logs: i386-5-latest-logs 2004 Apr 11 09:50:21 gcc-objc-3.2.3_1.log ia64-5-latest-logs 2004 Apr 8 18:37:05 gcc-objc-3.2.3_1.log alpha-5-latest-logs 2004 Apr 4 12:34:15 gcc-objc-3.2.3_1.log.bz2 alpha-4-latest-logs 2004 Mar 25 20:11:44 gcc-objc-3.2.3_1.log.bz2 sparc64-5-latest-logs 2004 Mar 22 15:23:03 gcc-objc-3.2.3_1.log.bz2
v. 1.166 date: 2004/04/11 11:10:33; author: gerald; state: Exp; lines: +3 -5 This old version of GCC really only makes sense on i386 at this point (if at all), so use ONLY_FOR_ARCHS=i386. Drop maintainership.
v. 1.165 date: 2004/03/13 18:05:38; author: gerald; state: Exp; lines: +0 -25 Remove WITH_BOUNDSCHECKING knob, as the patch disappeared upstream and GCC 3.3 with a current bounds checking patch should be better anyways. Reported by: trevor
v. 1.164 date: 2004/02/18 09:41:41; author: gerald; state: Exp; lines: +4 -0 Mark broken on amd64 (which used to be called x86_64).
v. 1.163 date: 2004/02/04 05:21:36; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.162 date: 2004/01/22 11:05:58; author: trevor; state: Exp; lines: +2 -1 Use the SORT macro from bsd.port.mk.
v. 1.161 date: 2003/10/15 15:25:03; author: gerald; state: Exp; lines: +0 -32 Fix the incorrect pkg-descr on binaries installed and "sign" this port. Given that the GCC 3.2 branch has been completely frozen, remove CVS and update-related features from Makefile.
v. 1.160 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.159 date: 2003/05/22 23:12:05; author: gerald; state: Exp; lines: +1 -1 Track upstream update of the patch for WITH_BOUNDSCHECKING (which removed the previous patch). Submitted by: lioux
v. 1.158 date: 2003/05/06 11:42:56; author: gerald; state: Exp; lines: +1 -2 Remove --with-gnu-as --with-gnu-ld, which are actually no-ops. Also, we don't need USE_BISON for GCC releases.
v. 1.157 date: 2003/04/27 10:05:14; author: dinoex; state: Exp; lines: +2 -2 Fix install problem of gnustep-objc extend comment for ia64
v. 1.156 date: 2003/04/26 22:30:15; author: gerald; state: Exp; lines: +1 -1 There is now a version of the bounds-checking patch also for GCC 3.2.3. Submitted by: Dan Nelson
v. 1.155 date: 2003/04/25 18:45:31; author: gerald; state: Exp; lines: +2 -8 Merge targets pre-configure and pre-build, simplify them, and remove patch-va. All of these dealt with us patching generated files (which we don't do any longer).
v. 1.154 date: 2003/04/25 17:30:51; author: gerald; state: Exp; lines: +3 -7 Update to GCC 3.2.3 as released today. (This is the last release from this branch which has been "closed" in GCC CVS, so we can simplify this port.)
v. 1.153 date: 2003/04/25 06:39:48; author: gerald; state: Exp; lines: +1 -1 Make MAINTAINER overrideable by slave ports.
v. 1.152 date: 2003/04/22 18:04:48; author: dinoex; state: Exp; lines: +1 -1 - drop javlib in PLIST for ia64 too. Approved by: gerald
v. 1.151 date: 2003/04/21 08:35:53; author: gerald; state: Exp; lines: +4 -0 On sparc64 libgcj is not built by default (and won't build easily), so we need to dynamically construct pkg-plist to take this into account. Noticed by: bento+kris
v. 1.150 date: 2003/04/13 06:05:49; author: dinoex; state: Exp; lines: +5 -2 1) COMMENT can be overrritten by a slave port (suggested by obrien) 2) Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work. fix PLIST so critical file libgcc_s.so.1 is included. no response from obrien since 2003-03-31 Approved by: gerald
v. 1.149 date: 2003/04/04 16:16:13; author: gerald; state: Exp; lines: +0 -6 Remove PATCH_SITES and PATCHFILES which we haven't used lately and related material. Reviewed by: obrien
v. 1.148 date: 2003/04/03 09:55:58; author: gerald; state: Exp; lines: +10 -11 Appease portlint by using ${GMAKE}, ${GREP}, and some whitespace changes.
v. 1.147 date: 2003/04/01 22:49:30; author: gerald; state: Exp; lines: +4 -5 Simplify the shell code used by the pre-patch target. Suggested by: obrien Reviewed by: Dan Nelson
v. 1.146 date: 2003/03/31 01:12:17; author: dinoex; state: Exp; lines: +1 -1 LATEST_LINK can now be overwritten by the slave port. added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set. Approved by: gerald
v. 1.145 date: 2003/03/30 23:55:35; author: gerald; state: Exp; lines: +25 -1 Add support for the bounds-checking patch by Herman ten Brugge (which provides an -fbounds-checking command-line option). This is optional and built only if WITH_BOUNDSCHECKING is defined. PR: 50178 Submitted by: Dan Nelson
v. 1.144 date: 2003/03/28 21:21:45; author: gerald; state: Exp; lines: +9 -0 Add support for the base language test suites. Submitted by: Loren James Rittle
v. 1.143 date: 2003/03/26 17:42:31; author: gerald; state: Exp; lines: +1 -2 Enable libgcj (which has actually been building fine since GCC 3.1 on FreeBSD/i386 and works on FreeBSD/alpha using the hack in files/patch-ub). PR: 47790 Partially Submitted by: Loren James Rittle
v. 1.142 date: 2003/03/26 10:19:52; author: gerald; state: Exp; lines: +1 -1 Assume maintainership of this port. Approved by: obrien (mentor)
v. 1.141 date: 2003/03/24 16:01:25; author: gerald; state: Exp; lines: +2 -2 Fix COMMENT and a Makefile comment.
v. 1.140 date: 2003/02/20 18:37:58; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.139 date: 2003/02/12 16:34:03; author: obrien; state: Exp; lines: +1 -1 Bump PORTREVISION to the 5-Feb-2003 release date of GCC 3.2.2 to make sure all the various tools knows a newer version is available than anything installed to date.
v. 1.138 date: 2003/02/08 18:34:17; author: gerald; state: Exp; lines: +2 -2 Update to GCC 3.2.2. Approved by: obrien (mentor)
v. 1.137 date: 2002/12/03 23:21:14; author: obrien; state: Exp; lines: +1 -1 Use the most modern spelling of egcs.cygnus.com.
v. 1.136 date: 2002/12/03 04:35:07; author: obrien; state: Exp; lines: +1 -1 Fix cklatest paths. Reported by: gerald Approved by: kris
v. 1.135 date: 2002/11/26 01:59:10; author: obrien; state: Exp; lines: +15 -24 Update to 3.2.1 release, and fix packaging.
v. 1.134 date: 2002/11/10 16:46:51; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.133 date: 2002/11/06 22:45:48; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.132 date: 2002/11/05 03:10:08; 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.131 date: 2002/10/19 18:55:52; author: knu; state: Exp; lines: +2 -3 Use MASTER_SITES_GCC. Approved by: obrien (maintainer)
v. 1.130 date: 2002/10/05 21:03:51; author: obrien; state: Exp; lines: +34 -0 Add CVS "fetch" framework.
v. 1.129 date: 2002/09/11 16:45:43; author: obrien; state: Exp; lines: +25 -25 Upgrade to the 2-Sept-2002 GCC 3.2.1 pre-release snapshot. (this port has been 100% reset back to an earlier evolution line by a repo copied from the 'gcc31' port)
v. 1.128 date: 2002/08/02 14:54:20; author: obrien; state: Exp; lines: +18 -25 Upgrade to the official GCC 3.1.1 release. This will be the last release on the GCC 3.1 branch.
v. 1.127 date: 2002/07/31 12:10:17; author: gerald; state: Exp; lines: +2 -2 Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the path was wrong). Approved by: obrien (maintainer+mentor)
v. 1.126 date: 2002/07/08 18:10:23; author: obrien; state: Exp; lines: +19 -19 Upgrade to the 1-July-2002 GCC 3.1.1 pre-release snapshot. Note that with this update we loose the .info files. I am sick and tired of dealing with them and most of all makeinfo --no-split isn't working.
v. 1.125 date: 2002/07/02 23:03:50; author: obrien; state: Exp; lines: +2 -0 Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4. Problem Reported by: Oliver Brandmueller
v. 1.124 date: 2002/06/22 20:26:51; author: obrien; state: Exp; lines: +5 -5 Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot.
v. 1.123 date: 2002/06/02 07:09:12; author: obrien; state: Exp; lines: +3 -5 Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot.
v. 1.122 date: 2002/05/28 03:00:12; author: obrien; state: Exp; lines: +9 -7 Upgrade to the 21-May-2002 GCC 3.1.1 pre-release snapshot.
v. 1.121 date: 2002/05/11 06:40:54; author: obrien; state: Exp; lines: +1 -1 Upgrade to the 6-May-2002 GCC 3.1 pre-release snapshot.
v. 1.120 date: 2002/05/01 02:54:46; author: obrien; state: Exp; lines: +1 -1 Upgrade to the 29-April-2002 GCC 3.1 pre-release snapshot.
v. 1.119 date: 2002/04/29 20:55:22; author: obrien; state: Exp; lines: +1 -1 Upgrade to the 22-April-2002 GCC 3.1 pre-release snapshot.
v. 1.118 date: 2002/04/24 14:43:13; author: obrien; state: Exp; lines: +2 -1 Upgrade to the Tax Day GCC 3.1 development snapshot.
v. 1.117 date: 2002/04/03 20:21:07; author: obrien; state: Exp; lines: +1 -1 Upgrade to the April FOOLS GCC 3.1 development snapshot.
v. 1.116 date: 2002/03/28 22:37:21; author: obrien; state: Exp; lines: +10 -11 Upgrade to the 25-March-2002 GCC 3.1 development snapshot.
v. 1.115 date: 2002/03/20 00:35:28; author: obrien; state: Exp; lines: +4 -1 Upgrade to the 18-March-2002 GCC 3.1 development snapshot.
v. 1.114 date: 2002/03/13 04:04:28; author: obrien; state: Exp; lines: +1 -1 Upgrade to the 11-March-2002 GCC 3.1 development snapshot.
v. 1.113 date: 2002/03/11 09:25:20; author: obrien; state: Exp; lines: +3 -3 Upgrade to the 9-March-2002 GCC 3.1 development snapshot.
v. 1.112 date: 2002/03/09 09:00:59; author: obrien; state: Exp; lines: +15 -10 Upgrade to the 4-March-2002 GCC 3.1 development snapshot.
v. 1.111 date: 2002/03/04 21:08:06; author: obrien; state: Exp; lines: +19 -19 Sync with gcc30's style. This includes changing the name from g to 31, using a single .info file rather than the mirage of them, and switch to using the .bz2 distfiles.
v. 1.110 date: 2002/03/02 18:53:57; author: obrien; state: Exp; lines: +5 -4 Upgrade to the 25-Feb-2002 GCC 3.1 develo



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