The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : gcc33

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

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

http://gcc.gnu.org/



gcc33 history


v. 1.216
date: 2007/10/17 10:12:41;  author: ade;  state: Exp;  lines: +2 -2
Migration from bison 1.x to 2.x

PR:		117086
Tested by:	-exp runs

v. 1.215 date: 2007/07/23 09:36:03; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.214 date: 2007/02/15 14:02:50; author: gerald; state: Exp; lines: +1 -1 Account for the removal of /usr/bin/objformat on 7-CURRENT and default to elf instead of aout in this case. Bump PORTREVISION.
v. 1.213 date: 2006/11/19 13:04:20; author: gerald; state: Exp; lines: +1 -1 Mark as NOT_FOR_ARCHS=amd64 instead of BROKEN. This version of GCC really should not be used for AMD64.
v. 1.212 date: 2006/06/17 13:47:29; author: gerald; state: Exp; lines: +3 -9 Make CONFIGURE_ARGS and MAKE_ARGS additive, for the sake of child ports and to bring my lang/gcc* ports more in sync. Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. [1] Reviewed by: flz (for lang/gcc40) [1]
v. 1.211 date: 2006/03/26 19:58:01; author: gerald; state: Exp; lines: +16 -26 Install the .info files in a port-specific subdirectory, which removes hidden conflicts with some older lang/gcc ports. Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead of hardcoding the version number 33. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. This requires a hack to set LD_LIBRARY_PATH from MAKE_ENV which makes me think the WANT_SHAREDLIBS case really failed to build previously. Make MAKE_ARGS non-cumulative. Fix handling of shared libraries via rc.d for non-default prefixes and move the rc.d script from PLIST_FILES to pkg-plist. Do not strip some of the the binaries any longer. No longer hardcode the version number in LATEST_LINK. Remove the cklatest target which we just do not need any longer. Bump PORTREVISION.
v. 1.210 date: 2006/03/25 18:30:25; author: dinoex; state: Exp; lines: +7 -0 - add RC_D_SH to keep shared libs working after reboot Approved by: gerald
v. 1.209 date: 2006/02/13 23:21:37; author: gerald; state: Exp; lines: +1 -2 Remove USE_REINPLACE= and adjust the quoting of BROKEN=, both as advised by new portlint.
v. 1.208 date: 2005/12/28 22:29:09; author: gerald; state: Exp; lines: +0 -1 Update to the 20051223 snapshot of GCC 4.1.0. Install the .info files of the lang/gcc41 port in a port-specific subdirectory, and move include/mf-runtime.h into a version specific directory. This allows us to remove the conflict with lang/gcc33, and reduce the clash with lang/gcc42. Also improve packaging by using @dirrm include/ssp instead of speculative removal.
v. 1.207 date: 2005/12/22 00:47:46; author: gerald; state: Exp; lines: +1 -1 Update to the 20051215 snapshot of GCC 4.0.3. Install the .info files of the lang/gcc40 port in a port-specific subdirectory, and move include/mf-runtime.h into a version specific directory. This allows us to remove the conflicts with lang/gcc33, lang/gcc41 and lang/gcc42. Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead of hardcoding the version number 40.
v. 1.206 date: 2005/12/21 21:14:08; author: gerald; state: Exp; lines: +1 -1 Install the .info files of the lang/gcc42 port in a port-specific subdirectory, which allows us to remove the conflicts with lang/gcc33 and lang/gcc34. Dedicated to: obrien
v. 1.205 date: 2005/12/11 22:49:56; author: gerald; state: Exp; lines: +1 -1 Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210 snapshot of GCC 4.2.0. Change pkg-plist to avoid hardcoding any version number. PR: 90253
v. 1.204 date: 2005/10/31 08:03:05; author: obrien; state: Exp; lines: +1 -1 Accept -march/-mcpu "k8", "opteron", and "athlon64".
v. 1.203 date: 2005/10/31 08:01:28; author: obrien; state: Exp; lines: +2 -3 Support FreeBSD 7.
v. 1.202 date: 2005/07/19 15:07:33; author: gerald; state: Exp; lines: +1 -1 We no longer install any libraries to $PREFIX/lib, so remove this from LDCONFIG_DIRS.
v. 1.201 date: 2005/07/14 22:43:57; author: gerald; state: Exp; lines: +3 -0 IGNORE on 7.x and above.
v. 1.200 date: 2005/07/14 13:14:32; author: gerald; state: Exp; lines: +5 -16 Directly install libraries into a port-specific location instead of moving them there after the original installation. This is simpler and also avoids the problem where the port would overwrite/remove an existing copy of libiberty.a, which boils down to a true conflict. No longer put target specific files and include files at the very end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1]
v. 1.199 date: 2005/07/10 17:13:19; author: gerald; state: Exp; lines: +5 -6 Now that the GCC 3.3 branch has been closed, switch from tracking snapshots to the final release, 3.3.6. Unfortunately, this requires using PORTEPOCH. Tweak a comment and remove a debug output on the way.
v. 1.198 date: 2005/05/22 00:37:29; author: gerald; state: Exp; lines: +3 -3 Fix the handling of man pages on systems with an old version of Perl, once and for all and forever.
v. 1.197 date: 2005/05/20 00:56:12; author: gerald; state: Exp; lines: +7 -9 Fix (and simplify) the handling of man pages on old systems with Perl 5.0. Point out by: pointyhat
v. 1.196 date: 2005/05/16 17:10:36; author: gerald; state: Exp; lines: +16 -21 Update to the 20050511 snapshot of GCC 3.3.6. Add conflicts with the gcc40 and gcc41 ports, due to the .info files. Simplify the handling of libraries which are not installed in all configurations. No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from the post-install target, and simplify generation of the dynamic parts of the packaging list.
v. 1.195 date: 2005/05/09 21:22:09; author: gerald; state: Exp; lines: +2 -2 Silence two portlint warnings.
v. 1.194 date: 2005/05/03 23:16:32; author: gerald; state: Exp; lines: +10 -33 Update to the 20050427 snapshot of GCC 3.3.6. On the way, remove all traces of the Java frontend and libgcj which speeds up the build significantly and reduces the number of file conflicts with lang/gcc34 to a minimum (which is, in turn, needed for proper building and testing of the alpha port). Everyone with interest in Java really should use lang/gcc34 or, better, lang/gcc40.
v. 1.193 date: 2005/04/02 18:53:52; author: gerald; state: Exp; lines: +1 -1 Update to the 20050330 pre-release of GCC 3.3.6.
v. 1.192 date: 2005/02/24 16:54:02; author: gerald; state: Exp; lines: +1 -1 Update to the 20050223 snapshot of GCC 3.3.6.
v. 1.191 date: 2005/02/03 19:06:53; author: gerald; state: Exp; lines: +1 -1 Update to the 20050202 snapshot of GCC 3.3.6.
v. 1.190 date: 2005/01/16 18:44:38; author: gerald; state: Exp; lines: +1 -1 Update to the 20050112 snapshot of GCC 3.3.6. Among others, this includes a fix by obrien to use the KSE pthread lib for -pthread.
v. 1.189 date: 2004/12/17 19:08:19; author: gerald; state: Exp; lines: +2 -2 Update to the 20041215 snapshot of GCC 3.3.6.
v. 1.188 date: 2004/11/04 10:33:41; author: gerald; state: Exp; lines: +1 -1 Update to the 20041103 snapshot of GCC 3.3.5.
v. 1.187 date: 2004/10/19 22:37:10; author: gerald; state: Exp; lines: +1 -1 Update to the 20041013 snapshot.
v. 1.186 date: 2004/09/02 12:51:53; author: gerald; state: Exp; lines: +1 -1 Update to the 20040901 snapshot of GCC 3.3.5.
v. 1.185 date: 2004/07/04 20:50:59; author: gerald; state: Exp; lines: +5 -6 Update to the 20040630 snapshot and change the version to 3.3.5. Optimize the SNAPDATE variable away on the way and use ${ECHO_MSG} instead of ${ECHO} [1]. Spotted by: eik [1]
v. 1.184 date: 2004/07/03 20:38:18; author: gerald; state: Exp; lines: +4 -3 Mark BROKEN on amd64. It looks like the system compiler miscompiles this, and most people on this platform will use either the system compiler or gcc34 anyways. se ${ECHO} instead of echo.
v. 1.183 date: 2004/06/17 21:30:56; author: gerald; state: Exp; lines: +1 -1 Update to the 2004-06-16 snapshot of GCC 3.3.4.
v. 1.182 date: 2004/05/14 20:15:02; author: gerald; state: Exp; lines: +1 -1 Update to the 2004-05-05 snapshot of GCC 3.3.4.
v. 1.181 date: 2004/05/03 18:23:39; author: gerald; state: Exp; lines: +1 -25 Remove support for WITH_BOUNDSCHECKING which was broken most of the time (due to the 3.3 branch moving quite a bit between releases). PR: 64959
v. 1.180 date: 2004/04/17 18:25:47; author: gerald; state: Exp; lines: +6 -3 Update to the 2004-04-11 snapshot and a later version of the bounds checking patch (which still has two mismatches, though). Tweak the pre-everything message, plus display a note when libgcj is not built.
v. 1.179 date: 2004/03/28 00:16:07; author: gerald; state: Exp; lines: +16 -8 Add a WITHOUT_LIBJAVA knob, which disables building libgcj and thus saves quite some build time and also disk. Make this the default on sparc64 and ia64 where libgcj has not been ported to and thus fix long-standing packaging issues on these two platforms. On the way, update to the 20040322 snapshot of GCC 3.3.3. PR: 63427 (mostly)
v. 1.178 date: 2004/03/14 12:39:34; author: gerald; state: Exp; lines: +5 -11 Update to the 20040308 snapshot of GCC 3.3.4. - Work around breakage due to the renaming of x86_64 to amd64 (which still has not been addressed upstream). - USE_SIZE is now the default, no need to specify it explicitly. - Remove WANT_THREADS_SUPPORT knob, which should be a no-op by now.
v. 1.177 date: 2004/02/18 09:43:30; author: gerald; state: Exp; lines: +4 -0 Mark broken on amd64 (which used to be called x86_64).
v. 1.176 date: 2004/02/16 19:32:39; author: gerald; state: Exp; lines: +4 -5 Update to the 2004-02-16 snapshot of GCC 3.3.4.
v. 1.175 date: 2004/02/08 13:08:44; author: gerald; state: Exp; lines: +8 -6 Fix build on systems without a decent version of Perl. PR: 62397
v. 1.174 date: 2004/02/05 22:09:31; author: gerald; state: Exp; lines: +1 -1 Update to the 2004-02-02 snapshot of GCC 3.3.
v. 1.173 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.172 date: 2004/02/01 20:54:24; author: gerald; state: Exp; lines: +6 -6 Consider another instance of the man pages not being generated if Perl 5.6 is not installed and move/adjust the previous hack. Reported by: bento Lee Harr AMAKAWA Shuhei
v. 1.171 date: 2004/01/30 13:52:37; author: gerald; state: Exp; lines: +1 -1 The Fortran frontend binary is called g77, not f77.
v. 1.170 date: 2004/01/26 22:51:16; author: gerald; state: Exp; lines: +22 -12 Update to the 2004-01-26 snapshot of GCC 3.3. Introduce a new make variable SUFFIX to avoid hardcoding the version number and reorder USE_ variables.
v. 1.169 date: 2004/01/22 11:05:59; author: trevor; state: Exp; lines: +1 -1 Use the SORT macro from bsd.port.mk.
v. 1.168 date: 2004/01/21 08:43:10; author: gerald; state: Exp; lines: +2 -1 Update to the 2004-01-19 snapshot of GCC 3.3. Employ USE_SIZE.
v. 1.167 date: 2004/01/17 23:37:46; author: gerald; state: Exp; lines: +10 -19 Configure with --program-suffix and make related and further simplifications.
v. 1.166 date: 2004/01/17 18:58:41; author: gerald; state: Exp; lines: +10 -16 Sync handling of man pages with the gcc34 port. Merge in my 2004/01/09 change to the gcc34 port to adjust the renaming of gccbug to the scheme used by the other programs installed by this port. Remove hack to provide stubs for binaries not built on some platforms.
v. 1.165 date: 2004/01/13 21:24:49; author: gerald; state: Exp; lines: +12 -9 Update to the 2004-01-12 snapshot of GCC 3.3. Make the automatic generation of the package list for libraries and include files more failure tolerant, so that at least `make install` now works on sparc64. libgcj still is not supported and packaging is broken on sparc64; mark BROKEN on that platform.
v. 1.164 date: 2004/01/05 22:39:43; author: gerald; state: Exp; lines: +7 -16 Update to the 2004-01-05 snapshot. On the way, combine and simplify the post-install handling of target libraries and GCJ include files.
v. 1.163 date: 2003/12/26 15:39:48; author: obrien; state: Exp; lines: +2 -2 Update to the 2003-12-22 snapshot.
v. 1.162 date: 2003/12/14 21:09:36; author: gerald; state: Exp; lines: +8 -14 Update to the 2003-12-08 snapshot. Simplify handling of .info files, and merge in some of my recent changes to the gcc34 port.
v. 1.161 date: 2003/12/06 17:39:09; author: gerald; state: Exp; lines: +2 -2 Update to the 2003-12-01 snapshot (quite some fixes). Further simplify handling of .info files.
v. 1.160 date: 2003/11/15 17:48:11; author: gerald; state: Exp; lines: +8 -27 Significantly simplify and shorten the post-install handling of GCJ include files.
v. 1.159 date: 2003/11/09 09:37:25; author: gerald; state: Exp; lines: +1 -1 Restore support for gij.
v. 1.158 date: 2003/11/08 22:05:16; author: gerald; state: Exp; lines: +14 -6 Update to the 2003-11-03 snapshot of GCC 3.3.3. Handle binaries that are not provided on all platforms (notably SPARC at this time) by installing a dummy instead.
v. 1.157 date: 2003/11/08 21:08:00; author: gerald; state: Exp; lines: +1 -1 Build GCC using `make bootstrap-lean` instead of `make bootstrap` to increase the chance of success on disk starved hosts (e.g. on the FreeBSD cluster).
v. 1.156 date: 2003/10/22 01:20:57; author: gerald; state: Exp; lines: +1 -1 Use an updated version of the bounds checking patch which applies w/o problems.
v. 1.155 date: 2003/10/20 21:21:34; author: gerald; state: Exp; lines: +1 -1 Adopt this port. Agreed to by: obrien
v. 1.154 date: 2003/10/20 15:17:00; author: gerald; state: Exp; lines: +4 -4 Update to a slightly newer version of the optional bounds checking patches, but disable the note on WITH_BOUNDSCHECKING as even these have not been updated for GCC 3.3.2 yet. Noticed by: trevor
v. 1.153 date: 2003/10/17 13:34:24; author: gerald; state: Exp; lines: +11 -42 Update to the GCC 3.3.2 release, fixing packaging problems caused by the previous update on the way. Generalize this port such that switching between GCC snapshots and releases will be even simpler next time. Remove code to use CVS to obtain sources as I (wearing my GCC hat) can guarantee that we will provide snapshots as long as needed in the future.
v. 1.152 date: 2003/10/15 19:22:46; author: gerald; state: Exp; lines: +1 -1 Update from the 2003-08-04 to the 2003-10-13 snapshot which essentially will become GCC 3.3.2. Fix the incorrect pkg-descr on binaries installed.
v. 1.151 date: 2003/09/27 00:50:07; author: edwin; state: Exp; lines: +3 -3 - ECHO -> ECHO_MSG for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru
v. 1.150 date: 2003/08/11 16:14:52; author: gerald; state: Exp; lines: +2 -1 Update the optional GCC bounds checking patch to the latest version which again works with current GCC 3.3 sources (modulo a minor tweak to avoid a patch affecting a bison generated file). PR: 54587
v. 1.149 date: 2003/08/06 16:49:37; author: obrien; state: Exp; lines: +1 -1 Upgrade to the 4-Aug-2003 GCC 3.3.1 in-development snapshot.
v. 1.148 date: 2003/08/04 20:40:29; author: obrien; state: Exp; lines: +1 -1 style nit.
v. 1.147 date: 2003/08/04 17:21:31; author: gerald; state: Exp; lines: +2 -1 Use the nice new infrastructure for handling .info files. It's so much simpler now.
v. 1.146 date: 2003/08/04 07:55:58; author: obrien; state: Exp; lines: +12 -12 Upgrade to the 28-July-2003 GCC 3.3.1 in-development snapshot.
v. 1.145 date: 2003/07/11 20:35:45; author: gerald; state: Exp; lines: +16 -17 Use ${STRIP_CMD} instead of strip. Strip some additional files and simplify the machinery so that we do not need to maintain duplicate lists of binaries. Rename loop variables from $file to $f to avoid warnings by future versions of portlint. Fix a post-build comment. Reviewed by: obrien
v. 1.144 date: 2003/07/11 17:10:13; author: obrien; state: Exp; lines: +1 -0 My manpage creation fake-out broke with 3.1.1. Give up and add a build dependency on perl 5.6.
v. 1.143 date: 2003/07/09 21:20:55; author: obrien; state: Exp; lines: +8 -8 Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot.
v. 1.142 date: 2003/06/17 21:17:12; author: gerald; state: Exp; lines: +24 -1 Add bounds-checking support using Herman ten Brugge's patches. PR: 53395 Submitted by: Dan Nelson
v. 1.141 date: 2003/05/15 12:56:34; author: gerald; state: Exp; lines: +14 -15 Update to the official release of GCC 3.3. On the way, somewhat restructure the port so that switching between snapshots and releases will amount to fewer changes in the future. Clean up PLIST_SUB and pkg-plist and add two missing entries to MAN1.
v. 1.140 date: 2003/05/09 14:47:00; author: gerald; state: Exp; lines: +10 -1 Update to the second prerelease of GCC 3.3. Add support for the core languages testsuites (similar to the lang/gcc32 port).
v. 1.139 date: 2003/05/08 11:32:06; author: gerald; state: Exp; lines: +1 -3 I now made .bz2 sources available on gcc.gnu.org, so again use these instead of .gz sources. Remove a makeinfo related hack for CONFIGURE_ENV which is not needed any longer.
v. 1.138 date: 2003/05/06 22:14:54; author: gerald; state: Exp; lines: +15 -16 Update to the first prerelease of GCC 3.3, which is only available as .tar.gz. Adjust COMMENT and remove NO_CDROM. Reenable man pages.
v. 1.137 date: 2003/05/06 11:45:22; author: gerald; state: Exp; lines: +1 -1 Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.
v. 1.136 date: 2003/05/06 11:19:17; author: gerald; state: Exp; lines: +1 -1 Properly add the "[FreeBSD]" marker to the GCC version string also for prereleases and releases.
v. 1.135 date: 2003/05/06 00:44:10; author: obrien; state: Exp; lines: +1 -1 G++ headers are now installed in c++/ rather than g++-v3.
v. 1.134 date: 2003/05/04 02:52:49; author: obrien; state: Exp; lines: +1 -1 Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot.
v. 1.133 date: 2003/04/28 02:23:49; author: obrien; state: Exp; lines: +1 -1 Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot.
v. 1.132 date: 2003/04/25 17:06:46; 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.131 date: 2003/04/25 06:40:43; author: gerald; state: Exp; lines: +1 -1 Make MAINTAINER overrideable by slave ports.
v. 1.130 date: 2003/04/24 10:37:23; author: gerald; state: Exp; lines: +0 -4 Fifty-one months after ELF flag day, and after the system compiler became ELF-only as well, remove support for aout from the next generation of GCC. Suggested by: Loren James Rittle Discussed with: obrien
v. 1.129 date: 2003/04/21 07:59:03; author: dinoex; state: Exp; lines: +11 -7 merge changes from gcc32 to gcc33 after testing - Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work. - fix PLIST so critical file libgcc_s.so.1 is included. - complete PLIST - COMMENT can be overrritten by a slave port - uncomment MANPAGES, as they are currently not installed.
v. 1.128 date: 2003/04/06 14:30:41; author: gerald; state: Exp; lines: +8 -12 Appease portlint by various whitespace changes. Remove last traces of PATCH_SITES and PATCHFILES which we haven't used lately as well as of libgcj not building properly.
v. 1.127 date: 2003/03/31 01:19:14; 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.
v. 1.126 date: 2003/03/29 23:14:33; author: obrien; state: Exp; lines: +43 -11 Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.
v. 1.125 date: 2003/03/24 16:03:14; author: gerald; state: Exp; lines: +2 -2 Fix COMMENT and a Makefile comment.
v. 1.124 date: 2003/02/20 18:37:58; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.123 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.122 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.121 date: 2002/10/19 18:55:52; author: knu; state: Exp; lines: +2 -3 Use MASTER_SITES_GCC. Approved by: obrien (maintainer)
v. 1.120 date: 2002/10/18 04:14:28; author: obrien; state: Exp; lines: +3 -3 Upgrade to the 14-Oct-2002 GCC 3.3 in-development snapshot.
v. 1.119 date: 2002/10/10 23:19:05; author: obrien; state: Exp; lines: +51 -30 Upgrade to a 7-Oct-2002 GCC 3.3 in-development checkout.
v. 1.118 date: 2002/07/31 12:34:31; author: gerald; state: Exp; lines: +0 -1 ftp://ftp.netwinder.org/ is no longer a MASTER_SITE. Approved by: obrien (maintainer+mentor)
v. 1.117 date: 2002/05/18 10:16:53; author: obrien; state: Exp; lines: +15 -15 Upgrade to a 18-May-2002 GCC 3.2 in-development checkout.
v. 1.116 date: 2002/04/07 10:48:11; author: obrien; state: Exp; lines: +5 -5 Upgrade to a 06-April-2002 GCC 3.2 in-development checkout.
v. 1.115 date: 2002/03/29 00:58:14; author: obrien; state: Exp; lines: +16 -12 Upgrade to a 27-March-2002 GCC 3.2 in-development checkout.
v. 1.114 date: 2002/03/13 07:50:44; author: obrien; state: Exp; lines: +2 -2 Upgrade to a 12-March-2002 GCC 3.2 in-development checkout.
v. 1.113 date: 2002/03/13 05:08:26; author: obrien; state: Exp; lines: +46 -36 Upgrade to the 10-March-2002 GCC 3.2 in-development snapshot. Due to the lack of a real snapshot distfile, this has to use CVS as the fetch method.
v. 1.112 date: 2002/03/09 21:23:05; author: obrien; state: Exp; lines: +1 -0 Mark broken while I find a suitable 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.216 date: 2007/10/17 10:12:41; author: ade; state: Exp; lines: +2 -2 Migration from bison 1.x to 2.x PR: 117086 Tested by: -exp runs
v. 1.215 date: 2007/07/23 09:36:03; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.214 date: 2007/02/15 14:02:50; author: gerald; state: Exp; lines: +1 -1 Account for the removal of /usr/bin/objformat on 7-CURRENT and default to elf instead of aout in this case. Bump PORTREVISION.
v. 1.213 date: 2006/11/19 13:04:20; author: gerald; state: Exp; lines: +1 -1 Mark as NOT_FOR_ARCHS=amd64 instead of BROKEN. This version of GCC really should not be used for AMD64.
v. 1.212 date: 2006/06/17 13:47:29; author: gerald; state: Exp; lines: +3 -9 Make CONFIGURE_ARGS and MAKE_ARGS additive, for the sake of child ports and to bring my lang/gcc* ports more in sync. Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. [1] Reviewed by: flz (for lang/gcc40) [1]
v. 1.211 date: 2006/03/26 19:58:01; author: gerald; state: Exp; lines: +16 -26 Install the .info files in a port-specific subdirectory, which removes hidden conflicts with some older lang/gcc ports. Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead of hardcoding the version number 33. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. This requires a hack to set LD_LIBRARY_PATH from MAKE_ENV which makes me think the WANT_SHAREDLIBS case really failed to build previously. Make MAKE_ARGS non-cumulative. Fix handling of shared libraries via rc.d for non-default prefixes and move the rc.d script from PLIST_FILES to pkg-plist. Do not strip some of the the binaries any longer. No longer hardcode the version number in LATEST_LINK. Remove the cklatest target which we just do not need any longer. Bump PORTREVISION.
v. 1.210 date: 2006/03/25 18:30:25; author: dinoex; state: Exp; lines: +7 -0 - add RC_D_SH to keep shared libs working after reboot Approved by: gerald
v. 1.209 date: 2006/02/13 23:21:37; author: gerald; state: Exp; lines: +1 -2 Remove USE_REINPLACE= and adjust the quoting of BROKEN=, both as advised by new portlint.
v. 1.208 date: 2005/12/28 22:29:09; author: gerald; state: Exp; lines: +0 -1 Update to the 20051223 snapshot of GCC 4.1.0. Install the .info files of the lang/gcc41 port in a port-specific subdirectory, and move include/mf-runtime.h into a version specific directory. This allows us to remove the conflict with lang/gcc33, and reduce the clash with lang/gcc42. Also improve packaging by using @dirrm include/ssp instead of speculative removal.
v. 1.207 date: 2005/12/22 00:47:46; author: gerald; state: Exp; lines: +1 -1 Update to the 20051215 snapshot of GCC 4.0.3. Install the .info files of the lang/gcc40 port in a port-specific subdirectory, and move include/mf-runtime.h into a version specific directory. This allows us to remove the conflicts with lang/gcc33, lang/gcc41 and lang/gcc42. Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead of hardcoding the version number 40.
v. 1.206 date: 2005/12/21 21:14:08; author: gerald; state: Exp; lines: +1 -1 Install the .info files of the lang/gcc42 port in a port-specific subdirectory, which allows us to remove the conflicts with lang/gcc33 and lang/gcc34. Dedicated to: obrien
v. 1.205 date: 2005/12/11 22:49:56; author: gerald; state: Exp; lines: +1 -1 Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210 snapshot of GCC 4.2.0. Change pkg-plist to avoid hardcoding any version number. PR: 90253
v. 1.204 date: 2005/10/31 08:03:05; author: obrien; state: Exp; lines: +1 -1 Accept -march/-mcpu "k8", "opteron", and "athlon64".
v. 1.203 date: 2005/10/31 08:01:28; author: obrien; state: Exp; lines: +2 -3 Support FreeBSD 7.
v. 1.202 date: 2005/07/19 15:07:33; author: gerald; state: Exp; lines: +1 -1 We no longer install any libraries to $PREFIX/lib, so remove this from LDCONFIG_DIRS.
v. 1.201 date: 2005/07/14 22:43:57; author: gerald; state: Exp; lines: +3 -0 IGNORE on 7.x and above.
v. 1.200 date: 2005/07/14 13:14:32; author: gerald; state: Exp; lines: +5 -16 Directly install libraries into a port-specific location instead of moving them there after the original installation. This is simpler and also avoids the problem where the port would overwrite/remove an existing copy of libiberty.a, which boils down to a true conflict. No longer put target specific files and include files at the very end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1]
v. 1.199 date: 2005/07/10 17:13:19; author: gerald; state: Exp; lines: +5 -6 Now that the GCC 3.3 branch has been closed, switch from tracking snapshots to the final release, 3.3.6. Unfortunately, this requires using PORTEPOCH. Tweak a comment and remove a debug output on the way.
v. 1.198 date: 2005/05/22 00:37:29; author: gerald; state: Exp; lines: +3 -3 Fix the handling of man pages on systems with an old version of Perl, once and for all and forever.
v. 1.197 date: 2005/05/20 00:56:12; author: gerald; state: Exp; lines: +7 -9 Fix (and simplify) the handling of man pages on old systems with Perl 5.0. Point out by: pointyhat
v. 1.196 date: 2005/05/16 17:10:36; author: gerald; state: Exp; lines: +16 -21 Update to the 20050511 snapshot of GCC 3.3.6. Add conflicts with the gcc40 and gcc41 ports, due to the .info files. Simplify the handling of libraries which are not installed in all configurations. No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from the post-install target, and simplify generation of the dynamic parts of the packaging list.
v. 1.195 date: 2005/05/09 21:22:09; author: gerald; state: Exp; lines: +2 -2 Silence two portlint warnings.
v. 1.194 date: 2005/05/03 23:16:32; author: gerald; state: Exp; lines: +10 -33 Update to the 20050427 snapshot of GCC 3.3.6. On the way, remove all traces of the Java frontend and libgcj which speeds up the build significantly and reduces the number of file conflicts with lang/gcc34 to a minimum (which is, in turn, needed for proper building and testing of the alpha port). Everyone with interest in Java really should use lang/gcc34 or, better, lang/gcc40.
v. 1.193 date: 2005/04/02 18:53:52; author: gerald; state: Exp; lines: +1 -1 Update to the 20050330 pre-release of GCC 3.3.6.
v. 1.192 date: 2005/02/24 16:54:02; author: gerald; state: Exp; lines: +1 -1 Update to the 20050223 snapshot of GCC 3.3.6.
v. 1.191 date: 2005/02/03 19:06:53; author: gerald; state: Exp; lines: +1 -1 Update to the 20050202 snapshot of GCC 3.3.6.
v. 1.190 date: 2005/01/16 18:44:38; author: gerald; state: Exp; lines: +1 -1 Update to the 20050112 snapshot of GCC 3.3.6. Among others, this includes a fix by obrien to use the KSE pthread lib for -pthread.
v. 1.189 date: 2004/12/17 19:08:19; author: gerald; state: Exp; lines: +2 -2 Update to the 20041215 snapshot of GCC 3.3.6.
v. 1.188 date: 2004/11/04 10:33:41; author: gerald; state: Exp; lines: +1 -1 Update to the 20041103 snapshot of GCC 3.3.5.
v. 1.187 date: 2004/10/19 22:37:10; author: gerald; state: Exp; lines: +1 -1 Update to the 20041013 snapshot.
v. 1.186 date: 2004/09/02 12:51:53; author: gerald; state: Exp; lines: +1 -1 Update to the 20040901 snapshot of GCC 3.3.5.
v. 1.185 date: 2004/07/04 20:50:59; author: gerald; state: Exp; lines: +5 -6 Update to the 20040630 snapshot and change the version to 3.3.5. Optimize the SNAPDATE variable away on the way and use ${ECHO_MSG} instead of ${ECHO} [1]. Spotted by: eik [1]
v. 1.184 date: 2004/07/03 20:38:18; author: gerald; state: Exp; lines: +4 -3 Mark BROKEN on amd64. It looks like the system compiler miscompiles this, and most people on this platform will use either the system compiler or gcc34 anyways. se ${ECHO} instead of echo.
v. 1.183 date: 2004/06/17 21:30:56; author: gerald; state: Exp; lines: +1 -1 Update to the 2004-06-16 snapshot of GCC 3.3.4.
v. 1.182 date: 2004/05/14 20:15:02; author: gerald; state: Exp; lines: +1 -1 Update to the 2004-05-05 snapshot of GCC 3.3.4.
v. 1.181 date:



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