Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.5.20090325_5 23 Nov 2013 01:21:01 |
gerald |
Bye, bye lang/gcc42 aka GCC 4.2. As a port you have served us well,
but six-and-a-half years after the upstream release of GCC 4.2.0 and
exactly two years after the removal of lang/gcc45 the time has come.
This reduces package name collisions around GCC related ports by 12.5%. [1]
Reported by: bapt [1] |
4.2.5.20090325_5 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
4.2.5.20090325_5 20 Sep 2013 12:54:55 |
bdrewery |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
4.2.5.20090325_5 12 Sep 2013 10:20:45 |
marino |
lang/gcc*: define CONFIGURE_TARGET genericly (8 ports)
Instead of hardcoding the compiler target as FreeBSD, use the OPSYS
variable to it. This makes no practical difference for FreeBSD, but
it helps DragonFly get properly configured.
Approved by: gerald |
4.2.5.20090325_5 06 Sep 2013 21:51:27 |
bapt |
Fix build on head by removing USE_GCC=any and properly define USE_CSTD=gnu89
instead
PR: ports/181816
Submitted by: tijl
Approved by: gerald |
4.2.5.20090325_5 06 Sep 2013 18:11:06 |
gerald |
Work around a bug in libcpp that pulls in the optional system iconv
if present (even if the libiconv port is present) and fails using that.
The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.
libstdc++ does not seem to require adjustments, so PR 161417 may not
be relevant in full.
PR: 161417 |
4.2.5.20090325_5 04 Sep 2013 20:01:06 |
bsam |
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me) |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
4.2.5.20090325_5 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
4.2.5.20090325_5 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
4.2.5.20090325_5 09 Oct 2012 22:12:14 |
linimon |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
4.2.5.20090325_5 12 Sep 2012 23:20:44 |
gerald |
Just build, do not bootstrap, this version of GCC in our ports tree.
This speeds up a full port/package test cycle by 50% on a 4-core
system; a simple build/install will benefit even more.
On the way, have he compiler report itself as "FreeBSD Ports Collection". |
4.2.5.20090325_5 25 Aug 2012 15:04:46 |
gerald |
Add arm to NOT_FOR_ARCHS. [1]
Remove ABI version numbers for all library dependencies.
Reported by: linimon [1] |
4.2.5.20090325_5 09 Apr 2012 20:43:05 |
gerald |
Remove EXPIRATION_DATE, Mk/bsd.gnustep.mk still relies on this port.
Feature safe: yes |
4.2.5.20090325_5 18 Mar 2012 00:29:26 |
gerald |
Deprecate lang/gcc42 in favor of lang/gcc46 which has been the default
for USE_GCC=X.Y+ for a while with an expiration date of 2012-04-18.
Feature safe: yes |
4.2.5.20090325_5 11 Dec 2011 23:54:00 |
linimon |
Re-add lang/gcc42.
Hat: portmgr
Feature safe: yes |
4.2.5.20090325_5 11 Dec 2011 23:52:41 |
linimon |
Re-add lang/gcc42, which is still used in some installations via libobjc.
Hat: portmgr
Feature safe: yes |
4.2.5.20090325_5 11 Dec 2011 09:06:56 |
gerald |
Remove the lang/gcc42 port (GCC 4.2) which does not have any user in
the tree any more and has been obsoleted by several newer versions of
GCC -- ones that actually build on FreeBSD 10.x out of the box and
provide better support for newer CPUs, better optimizations overall,
and more advanced language support.
GCC 4.6 aka lang/gcc or lang/gcc46 is the new default version of GCC
in ports.
The system compiler version of GCC 4.2 is still available up to and
including FreeBSD 9.x and users of USE_GCC=4.2+ will be transparently
redirected to lang/gcc if, or rather when, this changes.
PR: 163103
Feature safe: yes |
4.2.5.20090325_5 21 May 2011 19:34:29 |
gerald |
Fix the post-patch target to properly report this as a FreeBSD Ports
Collection variant of GCC. [1]
Strip down distinfo on the way.
Reported by: Bjoern Koenig <bkoenig@alpha-tierchen.de> [1] |
4.2.5.20090325_5 14 Aug 2010 17:30:47 |
gerald |
Remove support for the Java frontend. The purpose of this port at this
point is only to support FreeBSD 6.x systems who have an older system
compiler than FreeBSD 7 and beyond. |
4.2.5.20090325_4 11 Jun 2010 15:09:45 |
ale |
Chase mpfr library and bump PORTREVISION. |
4.2.5.20090325_3 19 Apr 2010 10:43:43 |
ale |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
4.2.5.20090325_2 16 Apr 2010 16:09:15 |
gerald |
Force the use of system as and ld. This makes building and using this
port consistent across installations and avoids confusing error modes
for users who may have others flavors of these tools earlier in PATH.
On the way, sort CONFIGURE_ARGS.
Triggered by: glarkin |
4.2.5.20090325_2 11 Mar 2010 23:34:12 |
linimon |
Enable build on ia64 to see what happens.
Hat: portmgr |
4.2.5.20090325_2 08 Jan 2010 16:18:57 |
glarkin |
- Moved fetching of ecj.jar from the post-patch target using the
contrib/download_ecj script to the fetch phase using extra MASTER_SITES
and DISTFILES. Pointyhat does not allow fetching outside of the
fetch phase, and the size and checksums of ecj.jar need to be recorded
in distinfo.
Reported by: pointyhat (pav)
Approved by: gerald (via private email) |
4.2.5.20090325_2 02 Jan 2010 05:12:53 |
gerald |
Remove some extra aspects brought in by the previous changeset, and
remove the WITH_JAVA_AWT knob.
Discusssed with: glarkin |
4.2.5.20090325_2 30 Dec 2009 23:53:20 |
glarkin |
- Re-enabled the Java (gcj) frontend to support print/pdftk
- Added support for gcj on amd64
- Added call to contrib/download_ecj so gcj executable doesn't die with
a "file not found" error after it's built
Submitted by: glarkin
Approved by: gerald (via email) |
4.2.5.20090325_1 03 Dec 2009 09:46:38 |
gerald |
Reenable the Objective-C frontend for now, gnustep still uses it.
Reported by: dinoex |
4.2.5.20090325 18 Nov 2009 22:08:46 |
gerald |
Remove support for the Java frontend and library where users are better
served using GCC 4.4 or later. This makes this port a whole lot cheaper
and also allows us to remove the (somewhat bogus) check for lang/gcc295
as well as WANT_GNOME.
No longer download Objective-C related files which we don't actually use.
Set MAINTAINER unconditionally. |
4.2.5.20090325 26 May 2009 14:26:23 |
gerald |
Move the snapshot date from PORTREVISION to being a part of PORTVERSION
to allow for PORTREVISION bumps.
Simplify pre-everything and adjust PLIST_SUB accordingly.
Extract SUFFIX from PORTVERSION. Use SUFFIX for TARGLIB (and thus for
the library path used by this port). Also use SUFFIX for the libexec
directory instead of the full port version and flatten the directory
structure and simplify the logic along the way.
Move VERSIONSTRING down to pacify portlint after all those years and
extract it from PORTVERSION, too.
Make the determination of CONFIGURE_SCRIPT more robust.
Address a long term FIXME related to older versions of FreeBSD by
removing NOMANCOMPRESS=yes.
Adjust Makefile header; nothing really left from the original. |
4.2.5_20090325 13 May 2009 09:46:02 |
ale |
Chase libgmp and bump PORTREVISION. |
4.2.5_20090325 29 Mar 2009 11:22:25 |
gerald |
Update to the 20090325 snapshot of GCC 4.2.5 which should conclude
this GCC branch (I disabled further snapshots upstream).
Set MAKE_JOBS_SAFE to allow for parallel builds. |
4.2.5_20090311 14 Mar 2009 11:51:51 |
gerald |
Update to the 20090311 snapshot of GCC 4.2.5.
Remove obsolete code to create (empty) man pages in case regular man
pages cannot be created. This catches four dummy man pages we are now
able to remove: grepjar42, jar42, rmic42, and rmiregistry42. |
4.2.5_20090218 20 Feb 2009 00:26:38 |
gerald |
Update to the 20090218 snapshot of GCC 4.2.5. |
4.2.5_20081126 01 Feb 2009 14:58:35 |
gerald |
Set PORTNAME, COMMENT, and LATEST_LINK unconditionally as opposed to
using ?=.
Add powerpc to NOT_FOR_ARCHS. [1]
No longer include the Fortran frontend. This version has been super-
seded by later ports, and the main purpose of lang/gcc42 is being on
par with the GCC 4.2-based system compiler recent versions of FreeBSD
feature.
Remove gcc-testsuite from DISTFILES, along with the post-build and
check targets. This reduces disk and bandwidth consumptions for a
feature (apparently) never used.
PR: 130964 [1] |
4.2.5_20081126 30 Jan 2009 23:23:18 |
ale |
Chase mpfr library. |
4.2.5_20081126 05 Jan 2009 20:36:33 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
4.2.5_20081126 03 Jan 2009 19:52:17 |
gerald |
Replace CONFLICTS=gcc-2.95.*, which actually is too late to prevent
us running into build problems, by an earlier check (pre-extract).
Suggested by: pav |
4.2.5_20081126 27 Nov 2008 19:39:55 |
gerald |
Update to the 20081126 snapshot of GCC 4.2.5. Mostly assorted bugfixes
since the previous snapshot. |
4.2.5_20080702 20 Jul 2008 08:21:30 |
gerald |
Remove alpha from NOT_FOR_ARCHS based on a report and request by
Anton Shterenlikht <mexas@bristol.ac.uk> and no objections from
the freebsd-alpha@ list. |
4.2.5_20080702 06 Jul 2008 13:02:54 |
gerald |
Update to the 20080702 snapshot of GCC 4.2.5 (which includes everything
in the ultimate GCC 4.2.4 release). |
4.2.4_20080430 03 May 2008 07:54:38 |
gerald |
Update to the 20080430 snapshot of GCC 4.2.4. |
4.2.4_20080409 12 Apr 2008 10:16:53 |
gerald |
Update to the 20080409 snapshot of GCC 4.2.4. |
4.2.4_20080326 27 Mar 2008 14:38:22 |
gerald |
Update to the 20080326 snapshot of GCC 4.2.4. |
4.2.4_20080305 08 Mar 2008 22:34:57 |
gerald |
Update to the 20080305 snapshot of GCC 4.2.4. |
4.2.4_20080220 21 Feb 2008 12:59:07 |
gerald |
Update to the 20080220 snapshot of GCC 4.2.4.
Make PORTSNAME overridable.[1]
Submitted by: maho[1] |
4.2.4_20080213 17 Feb 2008 01:02:51 |
gerald |
Update to the 20080213 snapshot of GCC 4.2.4. |
4.2.3_20080130 02 Feb 2008 11:45:04 |
gerald |
Update to the 20080130 snapshot of GCC 4.2.3 which is more or less the
4.2.3 release itself. |
4.2.3_20080123 25 Jan 2008 22:13:31 |
gerald |
Update to the 20080123 snapshot of GCC 4.2.3. |
4.2.3_20080116 17 Jan 2008 13:22:43 |
gerald |
Update to the 20080116 snapshot of GCC 4.2.3. |
4.2.3_20080102 04 Jan 2008 08:53:16 |
gerald |
Update to the 20080102 snapshot of GCC 4.2.3. |
4.2.3_20071219 25 Dec 2007 20:08:06 |
gerald |
Update to the 20071219 snapshot of GCC 4.2.3. |
4.2.3_20071024 25 Oct 2007 12:34:45 |
gerald |
Update to the 20071024 snapshot of GCC 4.2.3. |
4.2.3_20071017 19 Oct 2007 23:51:28 |
gerald |
Update to the 20071017 snapshot of GCC 4.2.3. |
4.2.3_20071011 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
4.2.3_20071011 12 Oct 2007 10:25:02 |
gerald |
Update to the 20071011 snapshot of GCC 4.2.3. |
4.2.2_20070927 29 Sep 2007 06:52:00 |
gerald |
Update to GCC 4.2.2 RC2. |
4.2.2_20070905 07 Sep 2007 13:08:03 |
gerald |
Update to the 20070905 snapshot of GCC 4.2.2. |
4.2.2_20070822 30 Aug 2007 09:56:05 |
ale |
Chase mpfr library and bump PORTREVISION. |
4.2.2_20070822 23 Aug 2007 10:54:13 |
gerald |
Update to the 20070822 snapshot of GCC 4.2.2. Add the same CONFLICTS with
lang/gcc295 that we already have in lang/gcc43. |
4.2.2_20070815 19 Aug 2007 15:07:06 |
gerald |
Update to the 20070815 snapshot of GCC 4.2.2. |
4.2.1_20070712 23 Jul 2007 09:36:52 |
rafan |
- 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 |
4.2.1_20070712 15 Jul 2007 02:15:10 |
gerald |
Update to the 20070712 snapshot of GCC 4.2.1 which also is the second RC
for the GCC 4.2.1 release. |
4.2.1_20070703 07 Jul 2007 10:51:20 |
gerald |
Update to the 20070703 snapshot of GCC 4.2.1 which also is the first RC
for the GCC 4.2.1 release. |
4.2.1_20070627 28 Jun 2007 10:55:40 |
gerald |
Update to the 20070627 snapshot of GCC 4.2.1. |
4.2.1_20070620 22 Jun 2007 08:58:04 |
gerald |
Update to the 20070620 snapshot of GCC 4.2.1. |
4.2.1_20070530 31 May 2007 18:04:36 |
gerald |
Update to the 20070530 snapshot of GCC 4.2.1. |
4.2.1_20070523 28 May 2007 16:50:20 |
gerald |
Update to the 20070523 snapshot of GCC 4.2.1. |
4.2.0_20070501 03 May 2007 18:54:25 |
gerald |
Update to GCC 4.2.0 RC3. |
4.2.0_20070307 16 Apr 2007 14:26:08 |
gerald |
Move the WITH_JAVA_AWT bits into the ! WITHOUT_JAVA branch, that is,
enable this only when Java is enabled.
PR: 111544 |
4.2.0_20070307 13 Apr 2007 22:20:59 |
gerald |
Add WANT_GNOME=yes per our GNOME porting documentation. |
4.2.0_20070307 10 Apr 2007 22:15:06 |
gerald |
Move everything related to the WITH_JAVA_AWT knob into a single block
and make this a subset of the general Java-specific section.[1]
Submitted by: alepulver[1] |
4.2.0_20070307 09 Apr 2007 11:14:04 |
gerald |
lang/gfortran is gone; remove CONFLICTS. |
4.2.0_20070307 09 Mar 2007 02:45:45 |
gerald |
Update to the 20070307 snapshot of GCC 4.2.0. |
4.2.0_20070228 03 Mar 2007 05:08:16 |
gerald |
Update to the 20070228 snapshot of GCC 4.2.0. |
4.2.0_20070221 22 Feb 2007 12:00:06 |
gerald |
Update to the 20070221 snapshot of GCC 4.2.0. |
4.2.0_20070214 15 Feb 2007 23:53:25 |
gerald |
Update to the 20070214 snapshot of GCC 4.2.0.
This has a patch of mine to account for the removal of /usr/bin/objformat
on 7-CURRENT and defaults to elf instead of aout in this case. |
4.2.0_20070207 09 Feb 2007 10:54:59 |
gerald |
Update to the 20070207 snapshot of GCC 4.2.0.
Properly set INFO for those cases where we actually do not build libgomp,
and thus not libgomp.info either. |
4.2.0_20070131 04 Feb 2007 22:30:17 |
gerald |
Update to the 20070131 snapshot of GCC 4.2.0.
Move ia64 to NOT_FOR_ARCHS from BROKEN, like we did with lang/gcc43.
Remove the cklatest target and files/patch-gengtype-yacc.y. |
4.2.0_20070124 25 Jan 2007 22:29:59 |
gerald |
Always build with JAR=no to avoid locating an already installed copy of jar
and thus not laying down our own in $PREFIX/bin/jar42.
Update to the 20070124 snapshot of GCC 4.2.0 on the way.
PR: 108174
Debugged with: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Tested by: Stephen Montgomery-Smith <stephen@math.missouri.edu>, db |
4.2.0_20070117 18 Jan 2007 12:42:53 |
gerald |
Update to the 20070117 snapshot of GCC 4.2.0. |
4.2.0_20070110 14 Jan 2007 11:52:45 |
gerald |
Move lang/gfortran from using lang/gcc41 to lang/gcc42 as its master port.
The next step will be to abandon this port in favor of lang/gcc42. |
4.2.0_20070110 11 Jan 2007 22:33:38 |
gerald |
Add missing Jave frontend tarball. |
4.2.0_20070110 11 Jan 2007 13:10:35 |
gerald |
Update to the 20070110 snapshot of GCC 4.2.0. |
4.2.0_20070102 03 Jan 2007 09:12:06 |
gerald |
Update to the 20070102 snapshot of GCC 4.2.0.
On the way, make building Fortran the (unconditional) default now.
This adds new dependencies on math/libgmp4 and math/mpfr which are
always required by lang/gcc43 and later anyways, though. |
4.2.0_20070102 03 Jan 2007 09:09:37 |
gerald |
Update to the 20070102 snapshot of GCC 4.2.0.
On the way, make building Fortran the (unconditional) default now.
This adds new dependencies on math/libgmp4 and math/mpfr which are
always required by lang/gcc43 and later anyways, though. |
4.2.0_20061226 27 Dec 2006 10:56:56 |
gerald |
Update to the 20061226 snapshot of GCC 4.2.0. |
4.2.0_20061212 14 Dec 2006 20:40:05 |
fjoe |
Update to 20061212.
On behalf of: MAINTAINER |
4.2.0_20061205 07 Dec 2006 10:24:26 |
fjoe |
Update to 20061205 snapshot.
On behalf of: MAINTAINER |
4.2.0_20061128 02 Dec 2006 01:48:04 |
gerald |
Update to the 20061128 snapshot of GCC 4.2.0. |
4.2.0_20061121 22 Nov 2006 11:00:21 |
gerald |
Update to the 20061121 snapshot of GCC 4.2.0. |
4.2.0_20061107 09 Nov 2006 00:17:02 |
gerald |
Update to the 20061107 snapshot of GCC 4.2.0. Mark this broken on ia64,
not i386. |
4.2.0_20061024 03 Nov 2006 03:25:22 |
gerald |
Update to the 20061031 snapshot of GCC 4.2.0. Mark this port broken on
ia64 where it has failed to build for many months. |
4.2.0_20061024 31 Oct 2006 07:46:41 |
gerald |
Update to the 20061024 snapshot GCC 4.2.0. |
4.2.0_20061014 19 Oct 2006 16:43:59 |
gerald |
Update lang/gcc42 to the 20061014 snapshot of GCC 4.2.0, which appends a
version number to libdata/pkgconfig/libgcj.pc. Fix packaging on amd64
on the way (enabling Java actually was a noop, except for pkg-plist).
Update lang/gcc41 to the 20061013 snapshot of GCC 4.1.2.
These changes allow us to remove the CONFLICT between lang/gcc41 and
lang/gcc42 when building with Java support (the default on i386).
Approved by: portmgr (erwin) |
4.2.0_20060923 24 Sep 2006 11:48:03 |
gerald |
Update to the 20060923 snapshot of GCC 4.2.0. |
4.2.0_20060916 18 Sep 2006 09:13:26 |
maho |
Remove bootclasspath setting to java-gcj-compat
when building with awt gtk peer. |
4.2.0_20060916 17 Sep 2006 18:27:16 |
gerald |
Update to the 20060915 of GCC 4.1.2. This fixes the namespace pollution
caused by include/ffi.h.
Enable libgcj on amd64 in addition to i386.
Remove the hack we had used to rename man pages to match the actual
names of binaries (back when GCCs configure mechanism failed to do so). |
4.2.0_20060909 11 Sep 2006 08:54:58 |
gerald |
Update to the 20060909 snapshot of GCC 4.2.0. |
4.2.0_20060906 06 Sep 2006 19:32:44 |
gerald |
Update to the 20060906 snapshot of GCC 4.2.0. This is getting pretty close
to the start of the GCC 4.2 release branch, and removes another namespace
pollution issue. |