non port: lang/gcc42/Makefile |
Number of commits found: 140 (showing only 100 on this page) |
Friday, 20 Sep 2013
|
19:53 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
12:54 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
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1]
http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
|
Thursday, 12 Sep 2013
|
10:20 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
|
Friday, 6 Sep 2013
|
21:51 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
|
Wednesday, 4 Sep 2013
|
20:01 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)
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Saturday, 27 Apr 2013
|
11:59 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Friday, 8 Mar 2013
|
11:32 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
|
Tuesday, 9 Oct 2012
|
22:12 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.
|
Wednesday, 12 Sep 2012
|
23:20 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".
|
Saturday, 25 Aug 2012
|
15:04 gerald
Add arm to NOT_FOR_ARCHS. [1]
Remove ABI version numbers for all library dependencies.
Reported by: linimon [1]
|
Monday, 9 Apr 2012
|
20:43 gerald
Remove EXPIRATION_DATE, Mk/bsd.gnustep.mk still relies on this port.
Feature safe: yes
|
Sunday, 18 Mar 2012
|
00:29 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
|
Sunday, 11 Dec 2011
|
23:52 linimon
Re-add lang/gcc42, which is still used in some installations via libobjc.
Hat: portmgr
Feature safe: yes
|
09:06 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
|
Saturday, 21 May 2011
|
19:34 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]
|
Saturday, 14 Aug 2010
|
17:30 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.
|
Friday, 11 Jun 2010
|
15:09 ale
Chase mpfr library and bump PORTREVISION.
|
Monday, 19 Apr 2010
|
10:43 ale
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin)
|
Friday, 16 Apr 2010
|
16:09 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
|
Thursday, 11 Mar 2010
|
23:34 linimon
Enable build on ia64 to see what happens.
Hat: portmgr
|
Friday, 8 Jan 2010
|
16:18 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)
|
Saturday, 2 Jan 2010
|
05:12 gerald
Remove some extra aspects brought in by the previous changeset, and
remove the WITH_JAVA_AWT knob.
Discusssed with: glarkin
|
Wednesday, 30 Dec 2009
|
23:53 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)
|
Thursday, 3 Dec 2009
|
09:46 gerald
Reenable the Objective-C frontend for now, gnustep still uses it.
Reported by: dinoex
|
Wednesday, 18 Nov 2009
|
22:08 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.
|
Tuesday, 26 May 2009
|
14:26 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.
|
Wednesday, 13 May 2009
|
09:46 ale
Chase libgmp and bump PORTREVISION.
|
Sunday, 29 Mar 2009
|
11:22 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.
|
Saturday, 14 Mar 2009
|
11: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.
|
Friday, 20 Feb 2009
|
00:26 gerald
Update to the 20090218 snapshot of GCC 4.2.5.
|
Sunday, 1 Feb 2009
|
14:58 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]
|
Friday, 30 Jan 2009
|
23:23 ale
Chase mpfr library.
|
Monday, 5 Jan 2009
|
20:36 pav
- Remove conditional checks for FreeBSD 5.x and older
|
Saturday, 3 Jan 2009
|
19:52 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
|
Thursday, 27 Nov 2008
|
19:39 gerald
Update to the 20081126 snapshot of GCC 4.2.5. Mostly assorted bugfixes
since the previous snapshot.
|
Sunday, 20 Jul 2008
|
08:21 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.
|
Sunday, 6 Jul 2008
|
13:02 gerald
Update to the 20080702 snapshot of GCC 4.2.5 (which includes everything
in the ultimate GCC 4.2.4 release).
|
Saturday, 3 May 2008
|
07:54 gerald
Update to the 20080430 snapshot of GCC 4.2.4.
|
Saturday, 12 Apr 2008
|
10:16 gerald
Update to the 20080409 snapshot of GCC 4.2.4.
|
Thursday, 27 Mar 2008
|
14:38 gerald
Update to the 20080326 snapshot of GCC 4.2.4.
|
Saturday, 8 Mar 2008
|
22:34 gerald
Update to the 20080305 snapshot of GCC 4.2.4.
|
Thursday, 21 Feb 2008
|
12:59 gerald
Update to the 20080220 snapshot of GCC 4.2.4.
Make PORTSNAME overridable.[1]
Submitted by: maho[1]
|
Sunday, 17 Feb 2008
|
01:02 gerald
Update to the 20080213 snapshot of GCC 4.2.4.
|
Saturday, 2 Feb 2008
|
11:45 gerald
Update to the 20080130 snapshot of GCC 4.2.3 which is more or less the
4.2.3 release itself.
|
Friday, 25 Jan 2008
|
22:13 gerald
Update to the 20080123 snapshot of GCC 4.2.3.
|
Thursday, 17 Jan 2008
|
13:22 gerald
Update to the 20080116 snapshot of GCC 4.2.3.
|
Friday, 4 Jan 2008
|
08:53 gerald
Update to the 20080102 snapshot of GCC 4.2.3.
|
Tuesday, 25 Dec 2007
|
20:08 gerald
Update to the 20071219 snapshot of GCC 4.2.3.
|
Thursday, 25 Oct 2007
|
12:34 gerald
Update to the 20071024 snapshot of GCC 4.2.3.
|
Friday, 19 Oct 2007
|
23:51 gerald
Update to the 20071017 snapshot of GCC 4.2.3.
|
Wednesday, 17 Oct 2007
|
10:13 ade
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
|
Friday, 12 Oct 2007
|
10:25 gerald
Update to the 20071011 snapshot of GCC 4.2.3.
|
Saturday, 29 Sep 2007
|
06:52 gerald
Update to GCC 4.2.2 RC2.
|
Friday, 7 Sep 2007
|
13:08 gerald
Update to the 20070905 snapshot of GCC 4.2.2.
|
Thursday, 30 Aug 2007
|
09:56 ale
Chase mpfr library and bump PORTREVISION.
|
Thursday, 23 Aug 2007
|
10:54 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.
|
Sunday, 19 Aug 2007
|
15:07 gerald
Update to the 20070815 snapshot of GCC 4.2.2.
|
Monday, 23 Jul 2007
|
09:36 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
|
Sunday, 15 Jul 2007
|
02:15 gerald
Update to the 20070712 snapshot of GCC 4.2.1 which also is the second RC
for the GCC 4.2.1 release.
|
Saturday, 7 Jul 2007
|
10:51 gerald
Update to the 20070703 snapshot of GCC 4.2.1 which also is the first RC
for the GCC 4.2.1 release.
|
Thursday, 28 Jun 2007
|
10:55 gerald
Update to the 20070627 snapshot of GCC 4.2.1.
|
Friday, 22 Jun 2007
|
08:58 gerald
Update to the 20070620 snapshot of GCC 4.2.1.
|
Thursday, 31 May 2007
|
18:04 gerald
Update to the 20070530 snapshot of GCC 4.2.1.
|
Monday, 28 May 2007
|
16:50 gerald
Update to the 20070523 snapshot of GCC 4.2.1.
|
Thursday, 3 May 2007
|
18:54 gerald
Update to GCC 4.2.0 RC3.
|
Monday, 16 Apr 2007
|
14:26 gerald
Move the WITH_JAVA_AWT bits into the ! WITHOUT_JAVA branch, that is,
enable this only when Java is enabled.
PR: 111544
|
Friday, 13 Apr 2007
|
22:20 gerald
Add WANT_GNOME=yes per our GNOME porting documentation.
|
Tuesday, 10 Apr 2007
|
22:15 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]
|
Monday, 9 Apr 2007
|
11:14 gerald
lang/gfortran is gone; remove CONFLICTS.
|
Friday, 9 Mar 2007
|
02:45 gerald
Update to the 20070307 snapshot of GCC 4.2.0.
|
Saturday, 3 Mar 2007
|
05:08 gerald
Update to the 20070228 snapshot of GCC 4.2.0.
|
Thursday, 22 Feb 2007
|
12:00 gerald
Update to the 20070221 snapshot of GCC 4.2.0.
|
Thursday, 15 Feb 2007
|
23:53 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.
|
Friday, 9 Feb 2007
|
10:54 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.
|
Sunday, 4 Feb 2007
|
22:30 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.
|
Thursday, 25 Jan 2007
|
22:29 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
|
Thursday, 18 Jan 2007
|
12:42 gerald
Update to the 20070117 snapshot of GCC 4.2.0.
|
Sunday, 14 Jan 2007
|
11:52 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.
|
Thursday, 11 Jan 2007
|
13:10 gerald
Update to the 20070110 snapshot of GCC 4.2.0.
|
Wednesday, 3 Jan 2007
|
09:09 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.
|
Wednesday, 27 Dec 2006
|
10:56 gerald
Update to the 20061226 snapshot of GCC 4.2.0.
|
Thursday, 14 Dec 2006
|
20:40 fjoe
Update to 20061212.
On behalf of: MAINTAINER
|
Thursday, 7 Dec 2006
|
10:24 fjoe
Update to 20061205 snapshot.
On behalf of: MAINTAINER
|
Saturday, 2 Dec 2006
|
01:48 gerald
Update to the 20061128 snapshot of GCC 4.2.0.
|
Wednesday, 22 Nov 2006
|
11:00 gerald
Update to the 20061121 snapshot of GCC 4.2.0.
|
Thursday, 9 Nov 2006
|
00:17 gerald
Update to the 20061107 snapshot of GCC 4.2.0. Mark this broken on ia64,
not i386.
|
Friday, 3 Nov 2006
|
03:25 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.
|
Tuesday, 31 Oct 2006
|
07:46 gerald
Update to the 20061024 snapshot GCC 4.2.0.
|
Thursday, 19 Oct 2006
|
16:43 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)
|
Sunday, 24 Sep 2006
|
11:48 gerald
Update to the 20060923 snapshot of GCC 4.2.0.
|
Monday, 18 Sep 2006
|
09:13 maho
Remove bootclasspath setting to java-gcj-compat
when building with awt gtk peer.
|
Sunday, 17 Sep 2006
|
18:27 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).
|
Monday, 11 Sep 2006
|
08:54 gerald
Update to the 20060909 snapshot of GCC 4.2.0.
|
Wednesday, 6 Sep 2006
|
19:32 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.
|
Wednesday, 30 Aug 2006
|
10:29 gerald
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]
|
Monday, 21 Aug 2006
|
14:37 gerald
Update to the 20060819 snapshot of GCC 4.2.0.
|
Sunday, 13 Aug 2006
|
16:04 gerald
Update to the 20060812 snapshot of GCC 4.2.0.
|
Tuesday, 8 Aug 2006
|
12:35 maho
Setting java.home, changing default awt peer to gtk,
and using cairo backend for WITH_JAVA_AWT
Approved by: gerald
|
Monday, 7 Aug 2006
|
15:17 gerald
Update to the 20060805 snapshot of GCC 4.2.0.
|
Number of commits found: 140 (showing only 100 on this page) |