notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/gcc42/Makefile
SVNWeb

Number of commits found: 140 (showing only 100 on this page)

1 | 2  »  

Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
[ 12:54 bdrewery search for other commits by this committer ] Original commit   Revision:327697 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 12 Sep 2013
[ 10:20 marino search for other commits by this committer ] Original commit   Revision:327052
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
Fri, 6 Sep 2013
[ 21:51 bapt search for other commits by this committer ] Original commit   Revision:326552
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
Wed, 4 Sep 2013
[ 20:01 bsam search for other commits by this committer ] Original commit   Revision:326316 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sat, 27 Apr 2013
[ 11:59 mva search for other commits by this committer ] Original commit   Revision:316662 (Only the first 10 of 219 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Fri, 8 Mar 2013
[ 11:32 bapt search for other commits by this committer ] Original commit   Revision:313635 (Only the first 10 of 209 ports in this commit are shown above. View all ports for this commit)
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
Tue, 9 Oct 2012
[ 22:12 linimon search for other commits by this committer ] Original commit   Revision:305610 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 12 Sep 2012
[ 23:20 gerald search for other commits by this committer ] Original commit   Revision:304167
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".
Sat, 25 Aug 2012
[ 15:04 gerald search for other commits by this committer ] Original commit 
Add arm to NOT_FOR_ARCHS. [1]

Remove ABI version numbers for all library dependencies.

Reported by:	linimon [1]
Mon, 9 Apr 2012
[ 20:43 gerald search for other commits by this committer ] Original commit 
Remove EXPIRATION_DATE, Mk/bsd.gnustep.mk still relies on this port.

Feature safe:   yes
Sun, 18 Mar 2012
[ 00:29 gerald search for other commits by this committer ] Original commit 
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
Sun, 11 Dec 2011
[ 23:52 linimon search for other commits by this committer ] Original commit 
Re-add lang/gcc42, which is still used in some installations via libobjc.

Hat:            portmgr
Feature safe:   yes
[ 09:06 gerald search for other commits by this committer ] Original commit 
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
Sat, 21 May 2011
[ 19:34 gerald search for other commits by this committer ] Original commit 
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]
Sat, 14 Aug 2010
[ 17:30 gerald search for other commits by this committer ] Original commit 
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.
Fri, 11 Jun 2010
[ 15:09 ale search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Chase mpfr library and bump PORTREVISION.
Mon, 19 Apr 2010
[ 10:43 ale search for other commits by this committer ] Original commit  (Only the first 10 of 132 ports in this commit are shown above. View all ports for this commit)
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Fri, 16 Apr 2010
[ 16:09 gerald search for other commits by this committer ] Original commit 
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
Thu, 11 Mar 2010
[ 23:34 linimon search for other commits by this committer ] Original commit 
Enable build on ia64 to see what happens.

Hat:            portmgr
Fri, 8 Jan 2010
[ 16:18 glarkin search for other commits by this committer ] Original commit 
- 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)
Sat, 2 Jan 2010
[ 05:12 gerald search for other commits by this committer ] Original commit 
Remove some extra aspects brought in by the previous changeset, and
remove the WITH_JAVA_AWT knob.

Discusssed with:        glarkin
Wed, 30 Dec 2009
[ 23:53 glarkin search for other commits by this committer ] Original commit 
- 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)
Thu, 3 Dec 2009
[ 09:46 gerald search for other commits by this committer ] Original commit 
Reenable the Objective-C frontend for now, gnustep still uses it.

Reported by:    dinoex
Wed, 18 Nov 2009
[ 22:08 gerald search for other commits by this committer ] Original commit 
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.
Tue, 26 May 2009
[ 14:26 gerald search for other commits by this committer ] Original commit 
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.
Wed, 13 May 2009
[ 09:46 ale search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase libgmp and bump PORTREVISION.
Sun, 29 Mar 2009
[ 11:22 gerald search for other commits by this committer ] Original commit 
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.
Sat, 14 Mar 2009
[ 11:51 gerald search for other commits by this committer ] Original commit 
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.
Fri, 20 Feb 2009
[ 00:26 gerald search for other commits by this committer ] Original commit 
Update to the 20090218 snapshot of GCC 4.2.5.
Sun, 1 Feb 2009
[ 14:58 gerald search for other commits by this committer ] Original commit 
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]
Fri, 30 Jan 2009
[ 23:23 ale search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Chase mpfr library.
Mon, 5 Jan 2009
[ 20:36 pav search for other commits by this committer ] Original commit  (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Sat, 3 Jan 2009
[ 19:52 gerald search for other commits by this committer ] Original commit 
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
Thu, 27 Nov 2008
[ 19:39 gerald search for other commits by this committer ] Original commit 
Update to the 20081126 snapshot of GCC 4.2.5.  Mostly assorted bugfixes
since the previous snapshot.
Sun, 20 Jul 2008
[ 08:21 gerald search for other commits by this committer ] Original commit 
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.
Sun, 6 Jul 2008
[ 13:02 gerald search for other commits by this committer ] Original commit 
Update to the 20080702 snapshot of GCC 4.2.5 (which includes everything
in the ultimate GCC 4.2.4 release).
Sat, 3 May 2008
[ 07:54 gerald search for other commits by this committer ] Original commit 
Update to the 20080430 snapshot of GCC 4.2.4.
Sat, 12 Apr 2008
[ 10:16 gerald search for other commits by this committer ] Original commit 
Update to the 20080409 snapshot of GCC 4.2.4.
Thu, 27 Mar 2008
[ 14:38 gerald search for other commits by this committer ] Original commit 
Update to the 20080326 snapshot of GCC 4.2.4.
Sat, 8 Mar 2008
[ 22:34 gerald search for other commits by this committer ] Original commit 
Update to the 20080305 snapshot of GCC 4.2.4.
Thu, 21 Feb 2008
[ 12:59 gerald search for other commits by this committer ] Original commit 
Update to the 20080220 snapshot of GCC 4.2.4.

Make PORTSNAME overridable.[1]

Submitted by:   maho[1]
Sun, 17 Feb 2008
[ 01:02 gerald search for other commits by this committer ] Original commit 
Update to the 20080213 snapshot of GCC 4.2.4.
Sat, 2 Feb 2008
[ 11:45 gerald search for other commits by this committer ] Original commit 
Update to the 20080130 snapshot of GCC 4.2.3 which is more or less the
4.2.3 release itself.
Fri, 25 Jan 2008
[ 22:13 gerald search for other commits by this committer ] Original commit 
Update to the 20080123 snapshot of GCC 4.2.3.
Thu, 17 Jan 2008
[ 13:22 gerald search for other commits by this committer ] Original commit 
Update to the 20080116 snapshot of GCC 4.2.3.
Fri, 4 Jan 2008
[ 08:53 gerald search for other commits by this committer ] Original commit 
Update to the 20080102 snapshot of GCC 4.2.3.
Tue, 25 Dec 2007
[ 20:08 gerald search for other commits by this committer ] Original commit 
Update to the 20071219 snapshot of GCC 4.2.3.
Thu, 25 Oct 2007
[ 12:34 gerald search for other commits by this committer ] Original commit 
Update to the 20071024 snapshot of GCC 4.2.3.
Fri, 19 Oct 2007
[ 23:51 gerald search for other commits by this committer ] Original commit 
Update to the 20071017 snapshot of GCC 4.2.3.
Wed, 17 Oct 2007
[ 10:13 ade search for other commits by this committer ] Original commit  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Fri, 12 Oct 2007
[ 10:25 gerald search for other commits by this committer ] Original commit 
Update to the 20071011 snapshot of GCC 4.2.3.
Sat, 29 Sep 2007
[ 06:52 gerald search for other commits by this committer ] Original commit 
Update to GCC 4.2.2 RC2.
Fri, 7 Sep 2007
[ 13:08 gerald search for other commits by this committer ] Original commit 
Update to the 20070905 snapshot of GCC 4.2.2.
Thu, 30 Aug 2007
[ 09:56 ale search for other commits by this committer ] Original commit 
Chase mpfr library and bump PORTREVISION.
Thu, 23 Aug 2007
[ 10:54 gerald search for other commits by this committer ] Original commit 
Update to the 20070822 snapshot of GCC 4.2.2.  Add the same CONFLICTS with
lang/gcc295 that we already have in lang/gcc43.
Sun, 19 Aug 2007
[ 15:07 gerald search for other commits by this committer ] Original commit 
Update to the 20070815 snapshot of GCC 4.2.2.
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Sun, 15 Jul 2007
[ 02:15 gerald search for other commits by this committer ] Original commit 
Update to the 20070712 snapshot of GCC 4.2.1 which also is the second RC
for the GCC 4.2.1 release.
Sat, 7 Jul 2007
[ 10:51 gerald search for other commits by this committer ] Original commit 
Update to the 20070703 snapshot of GCC 4.2.1 which also is the first RC
for the GCC 4.2.1 release.
Thu, 28 Jun 2007
[ 10:55 gerald search for other commits by this committer ] Original commit 
Update to the 20070627 snapshot of GCC 4.2.1.
Fri, 22 Jun 2007
[ 08:58 gerald search for other commits by this committer ] Original commit 
Update to the 20070620 snapshot of GCC 4.2.1.
Thu, 31 May 2007
[ 18:04 gerald search for other commits by this committer ] Original commit 
Update to the 20070530 snapshot of GCC 4.2.1.
Mon, 28 May 2007
[ 16:50 gerald search for other commits by this committer ] Original commit 
Update to the 20070523 snapshot of GCC 4.2.1.
Thu, 3 May 2007
[ 18:54 gerald search for other commits by this committer ] Original commit 
Update to GCC 4.2.0 RC3.
Mon, 16 Apr 2007
[ 14:26 gerald search for other commits by this committer ] Original commit 
Move the WITH_JAVA_AWT bits into the ! WITHOUT_JAVA branch, that is,
enable this only when Java is enabled.

PR:             111544
Fri, 13 Apr 2007
[ 22:20 gerald search for other commits by this committer ] Original commit 
Add WANT_GNOME=yes per our GNOME porting documentation.
Tue, 10 Apr 2007
[ 22:15 gerald search for other commits by this committer ] Original commit 
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]
Mon, 9 Apr 2007
[ 11:14 gerald search for other commits by this committer ] Original commit 
lang/gfortran is gone; remove CONFLICTS.
Fri, 9 Mar 2007
[ 02:45 gerald search for other commits by this committer ] Original commit 
Update to the 20070307 snapshot of GCC 4.2.0.
Sat, 3 Mar 2007
[ 05:08 gerald search for other commits by this committer ] Original commit 
Update to the 20070228 snapshot of GCC 4.2.0.
Thu, 22 Feb 2007
[ 12:00 gerald search for other commits by this committer ] Original commit 
Update to the 20070221 snapshot of GCC 4.2.0.
Thu, 15 Feb 2007
[ 23:53 gerald search for other commits by this committer ] Original commit 
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.
Fri, 9 Feb 2007
[ 10:54 gerald search for other commits by this committer ] Original commit 
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.
Sun, 4 Feb 2007
[ 22:30 gerald search for other commits by this committer ] Original commit 
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.
Thu, 25 Jan 2007
[ 22:29 gerald search for other commits by this committer ] Original commit 
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
Thu, 18 Jan 2007
[ 12:42 gerald search for other commits by this committer ] Original commit 
Update to the 20070117 snapshot of GCC 4.2.0.
Sun, 14 Jan 2007
[ 11:52 gerald search for other commits by this committer ] Original commit 
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.
Thu, 11 Jan 2007
[ 13:10 gerald search for other commits by this committer ] Original commit 
Update to the 20070110 snapshot of GCC 4.2.0.
Wed, 3 Jan 2007
[ 09:09 gerald search for other commits by this committer ] Original commit 
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.
Wed, 27 Dec 2006
[ 10:56 gerald search for other commits by this committer ] Original commit 
Update to the 20061226 snapshot of GCC 4.2.0.
Thu, 14 Dec 2006
[ 20:40 fjoe search for other commits by this committer ] Original commit 
Update to 20061212.

On behalf of:   MAINTAINER
Thu, 7 Dec 2006
[ 10:24 fjoe search for other commits by this committer ] Original commit 
Update to 20061205 snapshot.

On behalf of:   MAINTAINER
Sat, 2 Dec 2006
[ 01:48 gerald search for other commits by this committer ] Original commit 
Update to the 20061128 snapshot of GCC 4.2.0.
Wed, 22 Nov 2006
[ 11:00 gerald search for other commits by this committer ] Original commit 
Update to the 20061121 snapshot of GCC 4.2.0.
Thu, 9 Nov 2006
[ 00:17 gerald search for other commits by this committer ] Original commit 
Update to the 20061107 snapshot of GCC 4.2.0.  Mark this broken on ia64,
not i386.
Fri, 3 Nov 2006
[ 03:25 gerald search for other commits by this committer ] Original commit 
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.
Tue, 31 Oct 2006
[ 07:46 gerald search for other commits by this committer ] Original commit 
Update to the 20061024 snapshot GCC 4.2.0.
Thu, 19 Oct 2006
[ 16:43 gerald search for other commits by this committer ] Original commit 
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)
Sun, 24 Sep 2006
[ 11:48 gerald search for other commits by this committer ] Original commit 
Update to the 20060923 snapshot of GCC 4.2.0.
Mon, 18 Sep 2006
[ 09:13 maho search for other commits by this committer ] Original commit 
Remove bootclasspath setting to java-gcj-compat
when building with awt gtk peer.
Sun, 17 Sep 2006
[ 18:27 gerald search for other commits by this committer ] Original commit 
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).
Mon, 11 Sep 2006
[ 08:54 gerald search for other commits by this committer ] Original commit 
Update to the 20060909 snapshot of GCC 4.2.0.
Wed, 6 Sep 2006
[ 19:32 gerald search for other commits by this committer ] Original commit 
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.
Wed, 30 Aug 2006
[ 10:29 gerald search for other commits by this committer ] Original commit 
Update to the 20060826 snapshot of GCC 4.2.0.  Among others, this fixes
two cases where the common (file) namespace was polluted by Java-specific
files.

Disable building libgomp on FreeBSD 4.x and early versions of FreeBSD 5.0
due to pthread-related build issues there.[1]

Reported by:    kris (pointyhat) [1]
Mon, 21 Aug 2006
[ 14:37 gerald search for other commits by this committer ] Original commit 
Update to the 20060819 snapshot of GCC 4.2.0.
Sun, 13 Aug 2006
[ 16:04 gerald search for other commits by this committer ] Original commit 
Update to the 20060812 snapshot of GCC 4.2.0.
Tue, 8 Aug 2006
[ 12:35 maho search for other commits by this committer ] Original commit 
Setting java.home, changing default awt peer to gtk,
and using cairo backend for WITH_JAVA_AWT

Approved by:    gerald
Mon, 7 Aug 2006
[ 15:17 gerald search for other commits by this committer ] Original commit 
Update to the 20060805 snapshot of GCC 4.2.0.

Number of commits found: 140 (showing only 100 on this page)

1 | 2  »