notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/gcc44/Makefile

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

1 | 2  »  

Sunday, 23 Feb 2014
18:27 gerald search for other commits by this committer
Set the license to a combination of GPLv3 (for the compiler itself) and
GPLv3 with GCC Runtime Library Exception (for the runtime).

Remove the man7 pages, which we are not packaging, from the staging
area to silence some warnings some are concerned about. [1]

Submitted by:	miwi [1]
Discussed with:	antoine [1]
Original commitRevision:345755 
Saturday, 25 Jan 2014
19:34 gerald search for other commits by this committer
Update deprecation message now that no other port depends on gcc44 any more.

Still convert to staging, remove a no longer necessary dependency on bison
and backport some other changes (variable naming,...) from lang/gcc46 in
case someone wants or needs to retain this port locally after we remove it
here.
Original commitRevision:341080 
Monday, 25 Nov 2013
00:13 gerald search for other commits by this committer
Fix PORTNAME from gcc47 to gcc44.
Original commitRevision:334802 
Sunday, 24 Nov 2013
23:11 gerald search for other commits by this committer
Change PORTNAME from gcc to gcc44 to match the actual name of this
port and avoid a package name collision with other GCC ports.  This
also allows us to remove LATEST_LINK.

Move to the new LIB_DEPENDS standard.

Sync the debugging output in pre-everything with later GCC ports.
Original commitRevision:334796 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
12:54 bdrewery search for other commits by this committer
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
Original commitRevision:327697 
Thursday, 12 Sep 2013
10:20 marino search for other commits by this committer
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
Original commitRevision:327052 
Friday, 6 Sep 2013
21:54 bapt search for other commits by this committer
Fix build on head by removing USE_GCC=any, and adding  -fgnu89-inline to cflags
(gfortran requires gnu99)

PR:		ports/181816
Submitted by:	tijl
Approved by:	gerald
Original commitRevision:326553 
Wednesday, 4 Sep 2013
20:01 bsam search for other commits by this committer
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)
Original commitRevision:326316 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
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
Original commitRevision:313635 
Tuesday, 9 Oct 2012
22:12 linimon search for other commits by this committer
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.
Original commitRevision:305610 
Sunday, 5 Aug 2012
17:46 gerald search for other commits by this committer
Remove ABI version numbers for all library dependencies.

Just build, do not bootstrap, this obsolete and frozen version of GCC.
Original commit
Sunday, 18 Mar 2012
18:58 gerald search for other commits by this committer
Update to the 4.4.7 release which closes the GCC 4.7 release series
and branch.

Feature safe:   yes
Original commit
Wednesday, 7 Mar 2012
22:14 gerald search for other commits by this committer
Update to the 20120306 snapshot of GCC 4.4.7.
Original commit
Sunday, 22 Jan 2012
12:44 gerald search for other commits by this committer
Update to the 20120117 snapshot of GCC 4.4.7.
Original commit
Saturday, 12 Nov 2011
13:21 gerald search for other commits by this committer
Update to the 20111108 snapshot of GCC 4.4.7.  Refer to GCC 4.6 as
the version to upgrade to instead of GCC 4.5 which is going away.

Feature safe:   yes
Original commit
Sunday, 4 Sep 2011
21:05 gerald search for other commits by this committer
Update to the 20110830 snapshot of GCC 4.4.7.
Original commit
Sunday, 3 Jul 2011
14:49 gerald search for other commits by this committer
Update to the 20110628 snapshot of GCC 4.4.7.
Original commit
Friday, 3 Jun 2011
16:04 gerald search for other commits by this committer
Update to the 20110531 snapshot of GCC 4.4.7.

Upstream now only provides a single tarball, so this brings a number
of changes around that.

Among others based on this, enable c, c++, and fortran (and only these)
explicitly. [1]

Reported by:    Scott Allendorf <scott-allendorf@uiowa.edu> [1]
Original commit
Sunday, 8 May 2011
22:51 gerald search for other commits by this committer
Deprecate.  Were it not for cad/salome, this would not exist any more.
Original commit
Saturday, 7 May 2011
20:26 gerald search for other commits by this committer
Update to the 20110503 snapshot of GCC 4.4.7.
Original commit
Wednesday, 27 Apr 2011
11:04 gerald search for other commits by this committer
Update to the 20110419 snapshot of GCC 4.4.7.
Original commit
Thursday, 21 Apr 2011
21:05 gerald search for other commits by this committer
Update to the 20110419 snapshot of GCC 4.4.7, which is basically the
release of GCC 4.4.6.

Replace the, now dysfunctional, post-patch target with a configure
option that marks this build of GCC as "FreeBSD Ports Collection". [1]

Reported by:    Bjoern Koenig <bkoenig@alpha-tierchen.de> [1]
Original commit
Friday, 15 Apr 2011
18:14 gerald search for other commits by this committer
Update to the 20110412 snapshot of GCC 4.4.6.
Original commit
Friday, 8 Apr 2011
19:00 gerald search for other commits by this committer
Update to the 20110405 snapshot of GCC 4.4.6.
Original commit
Friday, 1 Apr 2011
22:56 gerald search for other commits by this committer
Update to the 20110329 snapshot of GCC 4.4.6.
Original commit
Wednesday, 23 Mar 2011
00:54 gerald search for other commits by this committer
Update to the 20110322 snapshot of GCC 4.4.6.

Remove support for the testsuite and the full-regression-test Makefile
target since we'll be phasing out this port in the near future.
Original commit
Saturday, 19 Mar 2011
12:15 gerald search for other commits by this committer
Update to the 20110315 snapshot of GCC 4.4.6.

Remove the explicit passing of CPPFLAGS to MAKE_ENV which is no longer
necessary. [1]

PR:             153625 [1]
Original commit
Sunday, 13 Mar 2011
15:21 gerald search for other commits by this committer
Update to the 20110308 snapshot of GCC 4.4.6.
Original commit
Wednesday, 23 Feb 2011
08:50 gerald search for other commits by this committer
Update to the 20110222 snapshot of GCC 4.4.6.
Original commit
Wednesday, 16 Feb 2011
02:14 gerald search for other commits by this committer
Remove debug code.  Completely harmless, but...
Original commit
02:12 gerald search for other commits by this committer
Update to the 20110215 snapshot of GCC 4.4.6.

Unbreak the case where CPPFLAGS is already pre-initialized. [1]

Reported by:    avg [1]
Original commit
Wednesday, 9 Feb 2011
23:45 gerald search for other commits by this committer
Update to the 20110208 snapshot of GCC 4.4.6.
Original commit
Wednesday, 2 Feb 2011
23:19 gerald search for other commits by this committer
Update to the 20110201 snapshot of GCC 4.4.6.

Feature safe:   yes
Original commit
Friday, 28 Jan 2011
01:03 gerald search for other commits by this committer
Update to the 20110125 snapshot of GCC 4.4.6.

Feature safe:   yes
Original commit
Friday, 21 Jan 2011
15:59 gerald search for other commits by this committer
Update to the 20110118 snapshot of GCC 4.4.6.

Feature safe:   yes
Original commit
Friday, 14 Jan 2011
21:25 gerald search for other commits by this committer
Update to the 20110111 snapshot of GCC 4.4.6.

Feature safe:   yes
Original commit
Sunday, 2 Jan 2011
19:56 gerald search for other commits by this committer
Update to the 20101221 snapshot of GCC 4.4.6.

Finally fix an intricate build error (amd64 only) that has been hard
to reliably track down and unbreak this port on amd64.

PR:             151792, 151848
Reported by:    pav, QAT,
                Andrei Lavreniyuk <andy@gmail.com>,
                "Hartmann, O." <ohartman@zedat.fu-berlin.de>
Submitted by:   avg (in slightly different form)
Tested by:      Christoph Moench-Tegeder <cmt@burggraben.net>,
                Da Rock <freebsd-questions@herveybayaustralia.com.au>
Original commit
Saturday, 6 Nov 2010
20:40 pav search for other commits by this committer
- Mark BROKEN on amd64: does not build

Reported by:    pointyhat
Original commit
Wednesday, 27 Oct 2010
10:41 gerald search for other commits by this committer
Update to the 20101026 snapshot of GCC 4.4.6.
Original commit
Saturday, 16 Oct 2010
20:39 gerald search for other commits by this committer
Update to the 20101012 snapshot of GCC 4.4.6.
Original commit
Monday, 11 Oct 2010
12:07 gerald search for other commits by this committer
Update to the 20101005 snapshot of GCC 4.4.6 which is pretty much the
state of the GCC 4.4.5 release.
Original commit
Wednesday, 29 Sep 2010
04:12 gerald search for other commits by this committer
Update to the 20100928 snapshot of GCC 4.4.5.
Original commit
Tuesday, 28 Sep 2010
12:32 gerald search for other commits by this committer
Replace the explicit build dependency on devel/binutils by USE_BINUTILS.

Submitted by:   bf
Original commit
Wednesday, 22 Sep 2010
13:41 gerald search for other commits by this committer
Update to the 20100921 snapshot 4.4.5.
Original commit
Thursday, 16 Sep 2010
19:59 gerald search for other commits by this committer
Update to the 20100913 snapshot of GCC 4.4.5.
Original commit
Friday, 3 Sep 2010
23:47 gerald search for other commits by this committer
Update to the 20100831 snapshot of GCC 4.4.5.
Original commit
Friday, 20 Aug 2010
14:28 gerald search for other commits by this committer
Update to the 20100817 snapshot of GCC 4.4.5.

Replace NOT_FOR_ARCHS by ONLY_FOR_ARCHS. [1]

Suggested by:   linimon
Original commit
Saturday, 7 Aug 2010
00:00 gerald search for other commits by this committer
Update to the 20100803 snapshot of GCC 4.4.5.
Original commit
Saturday, 24 Jul 2010
18:00 gerald search for other commits by this committer
Update to the 20100720 snapshot of GCC 4.4.5.
Original commit
Wednesday, 7 Jul 2010
20:37 gerald search for other commits by this committer
Update to the 20100706 snapshot of GCC 4.4.5.

Feature safe:   yes
Original commit
Sunday, 27 Jun 2010
11:46 gerald search for other commits by this committer
Update to the 20100622 snapshot of GCC 4.4.5.  This brings this version
of GCC more in sync with the FreeBSD system compiler enabling features
such as __stack_chk_fail, fixing libffi and libmudflap support as well
as enabling default_use_cxa_atexit.  lang/gcc45 and lang/gcc46 already
feature all of these improvements.

Simplify full-regression-test.

Feature safe:   yes
Original commit
Friday, 11 Jun 2010
22:00 gerald search for other commits by this committer
Update to the 20100608 snapshot of GCC 4.4.5.
Original commit
15:09 ale search for other commits by this committer
Chase mpfr library and bump PORTREVISION.
Original commit
Monday, 24 May 2010
17:31 gerald search for other commits by this committer
Remove support for the Java frontend which pretty clearly never has been
successfully used by anyone, yet adds a lot to build time and size. Those
interested in GCJ are better served using lang/gcc45.

Also update to the 20100518 snapshot of GCC 4.4.5.
Original commit
Saturday, 22 May 2010
12:58 gerald search for other commits by this committer
Update to the 20100518 snapshot of GCC 4.4.5.
Original commit
Friday, 30 Apr 2010
15:01 gerald search for other commits by this committer
Update to the 20100427 snapshot of GCC 4.4.4.
Original commit
Sunday, 25 Apr 2010
20:13 gerald search for other commits by this committer
Update to the 20100420 snapshot of GCC 4.4.4.
Original commit
Monday, 19 Apr 2010
10:43 ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Original commit
Sunday, 18 Apr 2010
12:06 gerald search for other commits by this committer
Update to the 20100413 snapshot of GCC 4.4.4.
Original commit
Wednesday, 7 Apr 2010
13:36 gerald search for other commits by this committer
Update to the 20100406 snapshot of GCC 4.4.4.
Original commit
Thursday, 1 Apr 2010
22:57 gerald search for other commits by this committer
Update to the 20100330 snapshot of GCC 4.4.4.
Original commit
Wednesday, 24 Mar 2010
05:26 gerald search for other commits by this committer
Update to the 20100323 snapshot of GCC 4.4.4.
Original commit
Thursday, 18 Mar 2010
04:22 gerald search for other commits by this committer
Update to the 20100316 snapshot of GCC 4.4.4.
Original commit
Thursday, 11 Mar 2010
13:23 gerald search for other commits by this committer
Revert previous, bogus commit.
Original commit
13:22 gerald search for other commits by this committer
Add Java source tarball which is only used on i386.
Original commit
00:02 gerald search for other commits by this committer
Update to the 20100309 snapshot of GCC 4.4.4.
Original commit
Saturday, 6 Mar 2010
00:06 gerald search for other commits by this committer
Update to the 20100302 snapshot of GCC 4.4.4.

Feature safe:   yes
Original commit
Friday, 26 Feb 2010
19:58 gerald search for other commits by this committer
Update to the 20100223 snapshot of GCC 4.4.4.

Feature safe:   yes
Original commit
Friday, 19 Feb 2010
14:51 gerald search for other commits by this committer
Update to the 20100216 snapshot of GCC 4.4.4.

Use current GNU binutils from ports (devel/binutils) instead of the
system tools.  The latter are half a decade old and fail to properly
support modern CPUs and their standard features such as SSE or AVX in
the case of AMD64/Intel64 which means that they even break when using
a simple -march=native.  This helps address repeated user problems here
and there, also by establishing a consistent base if, for example, the
user has different flavors of as and ld in her path.

On the way, sort CONFIGURE_ARGS.

Feature safe:   yes
Original commit
Sunday, 14 Feb 2010
12:54 gerald search for other commits by this committer
Update to the 20100209 snapshot of GCC 4.4.4.
Original commit
Monday, 1 Feb 2010
13:19 gerald search for other commits by this committer
Update to the 20100126 snapshot of GCC 4.4.4.  This being the first
snapshot of this minor version it basically coincides with the official
release of GCC 4.4.3 for those who prefer tracking releases.
Original commit
Friday, 15 Jan 2010
01:16 gerald search for other commits by this committer
Update to the 20100112 snapshot of GCC 4.4.3.
Original commit
Wednesday, 6 Jan 2010
17:41 gerald search for other commits by this committer
Update to the 20100105 snapshot of GCC 4.4.3.
Original commit
Saturday, 2 Jan 2010
10:15 gerald search for other commits by this committer
Remove the WITH_JAVA_AWT knob which really has not been used at all
from what I can tell.
Original commit
Thursday, 31 Dec 2009
08:37 gerald search for other commits by this committer
Update to the 20091229 snapshot of GCC 4.4.3.
Original commit
Thursday, 24 Dec 2009
09:02 gerald search for other commits by this committer
Update to the 20091222 snapshot of GCC 4.4.3.  On the way, sort pkg-plist
a bit differently.
Original commit
Friday, 18 Dec 2009
13:49 gerald search for other commits by this committer
Update to the 20091215 snapshot of GCC 4.4.3.
Original commit
Thursday, 3 Dec 2009
00:03 gerald search for other commits by this committer
Update to the 20091201 snapshot of GCC 4.4.3.
Original commit
Sunday, 29 Nov 2009
14:05 gerald search for other commits by this committer
With lang/gcc295 gone (and not building for most of the last year), we can
now remove the check for a gcc295 binary that might cause build failure in
libgcj.
Original commit
Wednesday, 25 Nov 2009
14:25 gerald search for other commits by this committer
Update to the 20091124 snapshot of GCC 4.4.3.
Original commit
Thursday, 19 Nov 2009
11:44 gerald search for other commits by this committer
No longer download Objective-C related files which we don't actually use.
Minor style changes.

Adjust the ports description to the new style I am using for the various
gcc ports and remove an obsolete note on memory consumption when building
libgcj (the Java library).
Original commit
Wednesday, 18 Nov 2009
10:54 gerald search for other commits by this committer
Update to the 20091117 snapshot of GCC 4.4.3.
Original commit
Wednesday, 11 Nov 2009
17:31 gerald search for other commits by this committer
Update to the 20091110 snapshot of GCC 4.4.3.
Original commit
Thursday, 5 Nov 2009
23:54 gerald search for other commits by this committer
Update to the 20091103 snapshot of GCC 4.4.3.
Original commit
Thursday, 29 Oct 2009
23:08 gerald search for other commits by this committer
Update to the 20091027 snapshot of GCC 4.4.3.
Original commit
Saturday, 24 Oct 2009
20:33 gerald search for other commits by this committer
Update to the 20091020 snapshot of GCC 4.4.3 which is pretty much the
regular GCC 4.4.2 release.  GCC 4.4 is in strict regression only fix
mode, so updates are quite safe, but if you want to lock on a certain
snapshot, this may be one.
Original commit
Thursday, 8 Oct 2009
17:41 gerald search for other commits by this committer
Update to the 20091006 snapshot of GCC 4.4.2.
Original commit
Friday, 2 Oct 2009
19:48 gerald search for other commits by this committer
Update to the 20090929 snapshot of GCC 4.4.2.
Original commit
Wednesday, 30 Sep 2009
07:49 gerald search for other commits by this committer
Update to the 20090922 snapshot of GCC 4.4.2.
Original commit
Thursday, 17 Sep 2009
21:13 gerald search for other commits by this committer
Update to the 20090915 snapshot of GCC 4.4.2.

Feature safe:   yes
Original commit
Thursday, 10 Sep 2009
11:25 gerald search for other commits by this committer
Update to the 20090908 snapshot of GCC 4.4.2.
Original commit
Thursday, 3 Sep 2009
19:29 gerald search for other commits by this committer
Update to the 20090901 snapshot of GCC 4.4.2.
Original commit
Thursday, 27 Aug 2009
18:25 gerald search for other commits by this committer
Update to the 20090825 snapshot of GCC 4.4.2.
Original commit
Thursday, 20 Aug 2009
23:11 gerald search for other commits by this committer
Update to the 20090818 snapshot of GCC 4.4.2.
Original commit
Wednesday, 12 Aug 2009
09:06 gerald search for other commits by this committer
Update to the 20090811 snapshot of GCC 4.4.2.
Original commit
Thursday, 6 Aug 2009
10:16 gerald search for other commits by this committer
Update to the 20090804 snapshot of GCC 4.4.2.
Original commit
Friday, 31 Jul 2009
09:38 gerald search for other commits by this committer
Update to the 20090728 snapshot of GCC 4.4.2.
Original commit

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

1 | 2  »