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/gcc49/Makefile

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

1 | 2  »  

Tuesday, 26 Feb 2019
08:07 rene search for other commits by this committer
lang/gcc49: fix EXPIRATION_DATE
Original commitRevision:493943 
06:55 gerald search for other commits by this committer
After five months of deprecation, mark this port for expiration in two
months (end of April 2019).

GCC 4.9 went end-of-life upstream in summer of 2016, so more than
two-and-a-half years ago, nothing depends on it any longer (and has
not for a while), and the default version of GCC in the ports tree
is now GCC 8, four major releases later.

While here stll create a proper USES block in the Makefile. [1]

Reported by:	portlint [1]
Original commitRevision:493940 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Original commitRevision:484628 
Saturday, 29 Sep 2018
22:26 gerald search for other commits by this committer
Recommend the use of GCC 7 or later over this port, since that is now
the default version of GCC for the Ports Collection.
Original commitRevision:480930 
Monday, 10 Sep 2018
13:11 mat search for other commits by this committer
After an include, PLIST_SUB must be appended to, not overwritten.

If it is overwritten, many values will be clobbered, and
pain will ensue.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479405 
Sunday, 22 Jul 2018
09:57 gerald search for other commits by this committer
Simplify the setting of CFLAGS where /g is not necessary when substituting
a Makefile variable (since this takes place for every word in the variable,
not just once).
Original commitRevision:475099 
Monday, 14 May 2018
19:15 tijl search for other commits by this committer
Run "/usr/sbin/service ldconfig restart" for USE_LDCONFIG instead of
"ldconfig -m <path>" so the order of ldconfig search directories after
package installation is the same as after a reboot.  The original command
simply appends the path to the list of directories while the ldconfig rc.d
script uses "sort -u".

Bump lang/gcc* which are known to install libraries with exactly the same
name so the library loaded at runtime depends on the order of the search
directories.

PR:		228046
Approved by:	portmgr (antoine)
Original commitRevision:469956 
Sunday, 13 May 2018
20:05 gerald search for other commits by this committer
Simplify MASTER_SITES in all GCC-ports related to end-of-lifed releases
(gcc47, gcc48, gcc49, and gcc5), taking advantage of the default for GCC
releases provided by MASTER_SITES_ABBREVS.

Reported by:	portlint
Original commitRevision:469815 
Thursday, 19 Apr 2018
07:08 ale search for other commits by this committer
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.
Original commitRevision:467751 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Tuesday, 9 Jan 2018
22:08 dim search for other commits by this committer
Fix builds of lang/gcc{48,49,5} with clang 6.0.0

Since clang++ 6.0.0 now defaults to -std=gnu++14 (similar to g++ 6 and
higher), building gcc48, gcc49 or gcc5 produce quite a number of
"invalid suffix on literal; C++11 requires a space between literal and
identifier" errors.  This is because in many places, double quotes are
directly followed by printf helper macros like HOST_WIDE_INT_PRINT.

In gcc 6 and later, spaces were added between the double quotes and the
macros, to fix this issue, but for earlier versions, use a combination
of find, grep and sed to add them mechanically throughout the respective
source trees.

In addition, gcc5 needs a regular patch to fix an incorrect call to
error(), which should have been error_at().  (This was a mismerge by
upstream.)

Approved by:	gerald (maintainer)
PR:		224927
MFH:		2018Q1
Original commitRevision:458581 
Thursday, 23 Nov 2017
21:12 gerald search for other commits by this committer
Backport the change to ensure what we install is stripped (i.e., debug
info is removed) from lang/gcc7 to lang/gcc47, lang/gcc48 and lang/gcc49.

(For more background see revisions 454177 and 454422.)

Reported by:	Ports QA Framework, miwi, sobomax
Discussed with:	tijl, miwi
Differential Revision:	https://reviews.freebsd.org/D10357
Original commitRevision:454798 
Sunday, 19 Nov 2017
22:44 gerald search for other commits by this committer
Given that GCC 5 has gone end-of-life now, recommend GCC 6 or later
instead of GCC 5 or later in the deprecation messages for lang/gcc46
to lang/gcc49.
Original commitRevision:454508 
Wednesday, 4 Oct 2017
20:36 gerald search for other commits by this committer
Add deprecation notes for lang/gcc47, lang/gcc48, and lang/gcc49,
but no expiration date at this point (since at least the latter two
still have users in the ports tree and sparc64 relies on the latter).

PR:		222373
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:451246 
Sunday, 17 Sep 2017
21:03 gerald search for other commits by this committer
Backport a number of changes from lang/gcc5:

 - Move ONLY_FOR_ARCHS into the right position of the Makefile.

 - Omit a comment describing GCC_VERSION and SUFFIX.

 - Do not quote constant strings compared with ${ARCH}. [1]

 - Last, but not least the only functional change (and an important one):
   Remove headers being created by GCC's fixincludes machinery from
   the installation / packaging to avoid breakage when FreeBSD's headers
   are changing afterwards. [2]

PR:		221905 [1], 222233 [2]
Submitted by:	linimon [1]
Original commitRevision:450026 
Sunday, 18 Jun 2017
01:05 gerald search for other commits by this committer
When we set STAGE1_CXXFLAGS / CXXFLAGS in MAKE_FLAGS for arm platforms,
do so incrementally (with += instead of =).
Original commitRevision:443794 
Monday, 1 May 2017
08:15 gerald search for other commits by this committer
Remove Java support (both in terms of the JAVA option and everything
associated with it as well as java from CATEGORIES).

In addition to changes to Makefile, pkg-plist, and pkg-descr, this also
removes files/java-patch-hier.

GCC 4.9 was first released in summer 2014 and went end-of-life upstream
a year ago, but GCC 5 is very well established by now and also provides
support for Java (GCJ/libgcj), and so does GCC 6, and this simplifies
this port significantly and also speeds up the build.

While we are here, streamline the setting of INFO.
Original commitRevision:439859 
Friday, 14 Apr 2017
20:50 miwi search for other commits by this committer
- Fix shebang

Approved by:	gerald (maintainer via mail)
Original commitRevision:438545 
Saturday, 1 Apr 2017
15:03 gerald search for other commits by this committer
Update lang/gcc and hence the default version of GCC in the Ports
Collection (requested by USE_GCC=yes and various USES=compiler
invocations) from GCC 4.9.4 to GCC 5.4.

files/patch-arm-support and files/patch-gcc_system.h have become
obsolete.  New patches files/patch-arm-unwind-cxx-support and
files/patch-libc++ help support arm targets and new libc++ in base.

ONLY_FOR_ARCHS now also includes arm.

A new option GRAPHITE_DESC, off by default for now, adds support for
Graphite loop optimizations.

Finally, conflicts with other lang/gcc* ports are adjusted suitably.

In terms of changes for users, this upgrade brings the following:

The default mode for C is now -std=gnu11 instead of -std=gnu89.
New warning options -Wc90-c99-compat and -Wc99-c11-compat may
prove useful on that front.

The C++ front end now has full C++14 language support including
C++14 variable templates, C++14 aggregates with non-static data
member initializers, C++14 extended constexpr, and more.
The Standard C++ Library (libstdc++) has full C++11 support and
experimental full C++14 support.  It uses a new ABI by default.

There have been significant improvements to inter-procedural optimizations
and link-time optimization such as One Definition Rule based merging of C++
types as well as register allocation.

OpenMP 4.0 specification offloading features are now supported by the C,
C++, and Fortran compilers.  Cilk Plus, an extension to the C and C++
languages to support data and task parallelism, has been added as well.

New warning options -Wswitch-bool, -Wlogical-not-parentheses,
-Wbool-compare and -Wsizeof-array-argument may prove useful as
may new preprocessor directives __has_include, __has_include_next,
and __has_attribute.

GCC can now be built as a shared library for embedding in other processes
(such as interpreters), suitable for Just-In-Time compilation to machine
code.  This provides a C API and a C++ wrapper API.

Many code generation improvements for AArch64, ARM, support for
AVX-512{BW,DQ,VL,IFMA,VBMI} and Intel MPX on x86-64, and generally
improvements on many targets.

The Local Register Allocator (LRA) now contains a rematerialization
subpass and is able to reuse the PIC hard register on x86/x86-64 to
improve performance of position independent code.

https://gcc.gnu.org/gcc-5/changes.html has a more extensive set of
changes and https://gcc.gnu.org/gcc-5/porting_to.html has a solid
overview of issue you may encountering porting to this new version.

PR:             216707, 218125
Tested by:      antoine (-exp runs)
Supported by:   jbeich, tcberner, and others
Original commitRevision:437437 
Friday, 3 Feb 2017
15:18 gerald search for other commits by this committer
No longer define CPE_VERSION for ports tracking releases of GCC since
there the default of PORTREVISION is just fine.
Original commitRevision:433247 
15:05 gerald search for other commits by this committer
Remove extraneous definition of DISTVERSION (which in general we
only need for ports tracking weekly GCC snapshots) and simplify
the definition of GCC_VERSION.

Remove traces of armv6hf which no longer exists as an arch. [1]

Reported by:	andreast [1]
Original commitRevision:433246 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:431796 
Sunday, 11 Dec 2016
16:20 gerald search for other commits by this committer
Copy over files/patch-x86-64-fix-m16 from lang/gcc since both ports are
about the same version of GCC (except lang/gcc will move on to GCC 5).
Original commitRevision:428360 
Sunday, 20 Nov 2016
20:34 gerald search for other commits by this committer
Move the conflict with lang/gcc from lang/gcc48 to lang/gcc49 now that
we have updated lang/gcc to the GCC 4.9 series.  (The direction from
lang/gcc49 to the respective port already has been addressed.)

PR:		196712
Original commitRevision:426624 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 23 Sep 2016
16:07 gerald search for other commits by this committer
Disable building Java on powerpc64 (option JAVA) by default.  It is
causing build failures of the kind

  /usr/local/bin/ld: classpath/tools/.libs/libgcj_tools_la-tools.o:
  unknown relocation type 1383330 for `*UND*'

and generally not that important nor widely used.

Reported by:	swills
Discussed with:	andreast
Original commitRevision:422683 
Thursday, 11 Aug 2016
09:40 gerald search for other commits by this committer
GCC uses an AWK script to generate source code that helps process
command-line options.  According to POSIX, string comparisons (and
hence sorting) are to be performed based on the locale's collating
order.  Alas GNU AWK only does so in POSIX mode, whereas starting
with FreeBSD 11 we do so by default, running into a bug (or false
assumption) with that script used by GCC.

Setting MAKE_ARGS such that AWK is always invoked in the C locale
works around this bug.

PR:		211742
Submitted by:	jkim
Original commitRevision:420055 
Wednesday, 3 Aug 2016
12:51 gerald search for other commits by this committer
Update to the GCC 4.9.4 release which marks the closure of the GCC 4.9
branch and release series.  There should not be any further releases (nor
even snapshots) of GCC 4.9 going forward.

Adjust the download location etc accordingly.
Original commitRevision:419516 
Saturday, 16 Jul 2016
14:21 gerald search for other commits by this committer
Update to the 20160713 snapshot of GCC 4.9.4.
Original commitRevision:418632 
Thursday, 9 Jun 2016
21:12 gerald search for other commits by this committer
Update to the 20160608 snapshot of GCC 4.9.4.
Original commitRevision:416633 
Saturday, 4 Jun 2016
08:30 gerald search for other commits by this committer
Update to the 20160601 snapshot of GCC 4.9.4.
Original commitRevision:416347 
Saturday, 30 Apr 2016
21:45 gerald search for other commits by this committer
Update to the 20160427 snapshot of GCC 4.9.4.

Update MULTILIB_DESC which now matches newer gcc* ports.

Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the
rest of the world including GNU and GCC.  For all other architectures
it already defaults to the value we were setting.
Original commitRevision:414368 
Wednesday, 13 Apr 2016
10:40 jbeich search for other commits by this committer
lang/gcc*: convert to CONFIGURE_OUTSOURCE

PR:		208294, 208309
Exp-run by:	antoine
Approved by:	gerald (maintainer)
Differential Revision:	https://reviews.freebsd.org/D4157
Original commitRevision:413188 
Tuesday, 12 Apr 2016
14:49 gerald search for other commits by this committer
Update to the 20160406 snapshot of GCC 4.9.4, nearing release.
Original commitRevision:413120 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Tuesday, 16 Feb 2016
13:37 gerald search for other commits by this committer
Update to the 20160210 snapshot of GCC 4.9.4.

Things brings a package of backports/fixes from current mainstream.
Original commitRevision:408994 
Friday, 5 Feb 2016
00:16 gerald search for other commits by this committer
Update to the 20160203 snapshot of GCC 4.9.4.
Original commitRevision:408122 
Saturday, 16 Jan 2016
12:15 gerald search for other commits by this committer
Update to the 20160113 snapshot of GCC 4.9.4.
Original commitRevision:406212 
Monday, 4 Jan 2016
06:41 gerald search for other commits by this committer
Update to the 20151230 snapshot of GCC 4.9.4.
Original commitRevision:405213 
Saturday, 5 Dec 2015
02:13 gerald search for other commits by this committer
Fix whitespace around powerpc64 options.
Original commitRevision:403020 
Friday, 4 Dec 2015
20:46 andreast search for other commits by this committer
Add Java build option for PowerPC64.

Approved by:	gerald (maintainer)
Original commitRevision:403010 
Thursday, 3 Dec 2015
00:28 gerald search for other commits by this committer
Update to the 20151202 snapshot of GCC 4.9.4.

Pet overeager portlint.
Original commitRevision:402865 
Friday, 27 Nov 2015
23:30 gerald search for other commits by this committer
Update to the 20151125 snapshot of GCC 4.9.4.
Original commitRevision:402499 
Sunday, 22 Nov 2015
21:06 jmmv search for other commits by this committer
Add a MULTILIB option to gcc{,48,49,5} for powerpc64

This change is the same as r400632, which updated gcc[56]-devel, but now
for gcc{,48,49,5}.  This change is the second attempt at doing this: the
first attempt went in r401072 and was reverted in r401074 because the diff
was bogus and enabled the new MULTILIB option under all platforms instead
of just powerpc64.

This fixes the build of gcc{,48,49,5} under powerpc64 when the system
is built without the lib32 libraries.

More in detail:

If the system is built with lib32 support (WITH_LIB32, which is the default),
building gcc from ports results in a compiler that can target both 64-bit and
32-bit binaries on powerpc64.  However, when lib32 support is disabled
(WITHOUT_LIB32), gcc should only be built with 64-bit support or otherwise
the build fails.

To fix this, explicitly disable 32-bit support when /usr/lib32 is not present
and add a MULTILIB option (which is only defined for powerpc64 when 32-bit
support is possible and defaults to yes to preserve the current behavior) to
allow the user to explicitly control this feature.

Approved by:    gerald (maintainer), bdrewery (mentor), andreast
Differential Revision:  https://reviews.freebsd.org/D3952
Original commitRevision:402245 
Thursday, 12 Nov 2015
11:50 gerald search for other commits by this committer
Update to the 20151111 snapshot of GCC 4.9.4.

Thanks to andreast@ the patch for PIE support is now upstream,
so drop files/patch-pie-support.
Original commitRevision:401325 
Sunday, 8 Nov 2015
20:31 jmmv search for other commits by this committer
Revert r401072.

I'm not sure what happened exactly but I think I committed the change from
the wrong client.  The applied change enabled the MULTILIB option for all
architectures and not only powerpc64.  Let's just revert the commit and do
it properly from scratch; other things might be wrong so I wanna take a
closer look, and it's best to just revert quickly.
Original commitRevision:401074 
20:10 jmmv search for other commits by this committer
Add a MULTILIB option to gcc{,48,49,5} for powerpc64

This change is the same as r400632, which updated gcc[56]-devel, but now
for gcc{,48,49,5}.  Waited a week to ensure the change caused nothing to go
horribly wrong but this change is very low risk because it only affects
powerpc64.

This fixes the build of gcc{,48,49,5} under powerpc64 when the system
is built without the lib32 libraries.

More in detail:

If the system is built with lib32 support (WITH_LIB32, which is the default),
building gcc from ports results in a compiler that can target both 64-bit and
32-bit binaries on powerpc64.  However, when lib32 support is disabled
(WITHOUT_LIB32), gcc should only be built with 64-bit support or otherwise
the build fails.

To fix this, explicitly disable 32-bit support when /usr/lib32 is not present
and add a MULTILIB option (which is only defined for powerpc64 when 32-bit
support is possible and defaults to yes to preserve the current behavior) to
allow the user to explicitly control this feature.

Approved by:    gerald (maintainer), bdrewery (mentor), andreast
Differential Revision:  https://reviews.freebsd.org/D3952
Original commitRevision:401072 
Saturday, 31 Oct 2015
21:35 gerald search for other commits by this committer
Update to the 20151028 snapshot of GCC 4.9.4.
Original commitRevision:400588 
Saturday, 10 Oct 2015
14:26 gerald search for other commits by this committer
Update to the 20151007 snapshot of GCC 4.9.4.
Original commitRevision:398998 
Thursday, 1 Oct 2015
06:25 gerald search for other commits by this committer
Update to the 20150916 snapshot of GCC 4.9.4.
Original commitRevision:398252 
Sunday, 23 Aug 2015
19:37 gerald search for other commits by this committer
Update to the 20150819 snapshot of GCC 4.9.4.
Original commitRevision:395124 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Saturday, 8 Aug 2015
20:46 gerald search for other commits by this committer
Update to the 20150805 snapshot of GCC 4.9.4.
Original commitRevision:393746 
Monday, 3 Aug 2015
03:13 gerald search for other commits by this committer
Update to the 20150729 snapshot of GCC 4.9.4.
Original commitRevision:393452 
Monday, 27 Jul 2015
12:45 gerald search for other commits by this committer
Update to the 20150722 snapshot of GCC 4.9.4.
Original commitRevision:392973 
Friday, 17 Jul 2015
22:31 gerald search for other commits by this committer
Update to the 20150715 snapshot of GCC 4.9.4.
Original commitRevision:392398 
Sunday, 12 Jul 2015
22:48 gerald search for other commits by this committer
Update to the 20150708 snapshot of GCC 4.9.4.
Original commitRevision:391856 
Sunday, 5 Jul 2015
21:47 gerald search for other commits by this committer
Update to the 20150701 snapshot of GCC 4.9.4 (a little past the
GCC 4.9.3 release).
Original commitRevision:391376 
Friday, 26 Jun 2015
09:00 gerald search for other commits by this committer
Update to the 20150624 snapshot of GCC 4.9.3.

files/patch-pr63740-arm is no longer necessary, this has been
addressed upstream now (thanks to andreast@).
Original commitRevision:390621 
Friday, 19 Jun 2015
23:50 gerald search for other commits by this committer
Update to the 20150617 snapshot of GCC 4.9.3.
Original commitRevision:390145 
Friday, 12 Jun 2015
16:46 gerald search for other commits by this committer
Update to the 20150610 snapshot of GCC 4.9.3.
Original commitRevision:389287 
Wednesday, 10 Jun 2015
08:19 gerald search for other commits by this committer
Update to the 20150603 snapshot of GCC 4.9.3.
Original commitRevision:389023 
Tuesday, 9 Jun 2015
19:59 andreast search for other commits by this committer
Backport PIE support for FreeBSD from GCC trunk.

Approved by:	gerald
Original commitRevision:388996 
Saturday, 23 May 2015
09:59 gerald search for other commits by this committer
Update to the 20150520 snapshot of GCC 4.9.3.
Original commitRevision:387122 
Tuesday, 19 May 2015
05:28 gerald search for other commits by this committer
Update to the 20150513 snapshot of GCC 4.9.3.
Original commitRevision:386739 
Monday, 11 May 2015
05:37 gerald search for other commits by this committer
Update to the 20150506 snapshot of GCC 4.9.3.
Original commitRevision:386051 
Friday, 1 May 2015
21:18 gerald search for other commits by this committer
Update to the 20150429 snapshot of GCC 4.9.3.
Original commitRevision:385149 
Tuesday, 28 Apr 2015
23:38 gerald search for other commits by this committer
Update to the 20150422 snapshot of GCC 4.9.3.

Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former. [1]

Suggested by:	mat [1]
Original commitRevision:384946 
Saturday, 18 Apr 2015
23:22 gerald search for other commits by this committer
Update to the 20150415 snapshot of GCC 4.9.3.
Original commitRevision:384256 
Tuesday, 14 Apr 2015
15:03 bdrewery search for other commits by this committer
The armv6 support added in r376350 requires USES=compiler. It works fine
on 10 and head since bsd.own.mk includes bsd.compiler.mk. This is not the case
on older releases though.
Original commitRevision:384002 
Friday, 10 Apr 2015
20:09 gerald search for other commits by this committer
Update to the 20150408 snapshot of GCC 4.9.3.
Original commitRevision:383757 
Friday, 3 Apr 2015
13:22 gerald search for other commits by this committer
Update to the 20150325 snapshot of 4.9.3.

Set CPE_VERSION.
Original commitRevision:383119 
Thursday, 26 Mar 2015
20:36 marino search for other commits by this committer
lang/gcc(46,47,48,49,5): Use OPTIONS_EXCLUDE_DragonFly to block JAVA

The JAVA frontend doesn't build on DragonFly on any release.  The new
OPTIONS_EXCLUDE_${OPSYS} feature is a nice way to avoid the use of
Makefile.DragonFly (most are in dports, but one is in lang/gcc5).

The recent addition of CXXFLAGS to lang/gcc5 prevents Makefile.DragonFly
on lang/gcc5 from being removed outright.  There are a couple of options
available to allow its removal, but I'll need to discuss with Gerald.

Approved by:	DragonFly blanket
Original commitRevision:382341 
Monday, 23 Mar 2015
18:56 bdrewery search for other commits by this committer
Fix UNIQUENAME not being unique after recent PORTNAME shuffle.

This was causing the gcc packages to be generated with a
/usr/local/libdata/ldconfig/gcc file. All were conflicting. Bump
PORTREVISION to fix packages built during this time.

With hat:	portmgr
Reported by:	sunpoet
Original commitRevision:382022 
Sunday, 22 Mar 2015
19:19 gerald search for other commits by this committer
Use PKGNAMESUFFIX so that PORTNAME falls back to plain gcc and we
can avoid setting DISTNAME and CPE_PRODUCT.

Suggested by:	mat
Original commitRevision:381947 
15:00 gerald search for other commits by this committer
Add CPE information.

PR:		198259
Submitted by:	shun.fbsd.pr@dropcut.net
Original commitRevision:381925 
Friday, 20 Mar 2015
23:43 gerald search for other commits by this committer
Update to the 20150318 snapshot of GCC 4.9.3.
Original commitRevision:381784 
Thursday, 12 Mar 2015
23:04 gerald search for other commits by this committer
Update to the 20150311 snapshot of GCC 4.9.3.
Original commitRevision:381152 
Sunday, 8 Mar 2015
08:06 gerald search for other commits by this committer
Update to the 20150304 snapshot of GCC 4.9.3.
Original commitRevision:380742 
Thursday, 26 Feb 2015
11:51 gerald search for other commits by this committer
Update to the 20150225 snapshot of GCC 4.9.3.
Original commitRevision:379990 
Friday, 20 Feb 2015
01:30 gerald search for other commits by this committer
Update to the 20150218 snapshot of GCC 4.9.3.
Original commitRevision:379408 
Sunday, 15 Feb 2015
04:19 gerald search for other commits by this committer
Update to the 20150211 snapshot of GCC 4.9.3.
Original commitRevision:379030 
Saturday, 7 Feb 2015
14:09 gerald search for other commits by this committer
Update to the 20150204 snapshot of GCC 4.9.3.
Original commitRevision:378591 
Friday, 30 Jan 2015
22:48 gerald search for other commits by this committer
Update to the 20150128 snapshot of GCC 4.9.3.
Original commitRevision:378186 
Saturday, 24 Jan 2015
20:34 gerald search for other commits by this committer
Update to the 20150121 snapshot of GCC 4.9.3.
Original commitRevision:377821 
Saturday, 17 Jan 2015
12:06 gerald search for other commits by this committer
Update to the 20150114 snapshot of GCC 4.9.3.
Original commitRevision:377221 
Friday, 9 Jan 2015
07:56 gerald search for other commits by this committer
Update to the 20150107 snapshot of GCC 4.9.3.

Fix a comment typo and whitespace in the new ARM support.
Original commitRevision:376583 
Monday, 5 Jan 2015
19:28 andreast search for other commits by this committer
Add support for armv6*-*-freebsd*.
The large patch is the same as the one from r376266.
The second patch is a temporary fix for the bootstrap failure on all
ARM targets. This fix will be hopefully soon applied to gcc-4.9.x upstream.

Thanks again to Sean Bruno for testing and Gerald for approving.

Approved by:	gerald (maintainer)
Original commitRevision:376350 
Friday, 2 Jan 2015
14:19 gerald search for other commits by this committer
Update to the 20141231 snapshot of GCC 4.9.3..
Original commitRevision:376049 
10:18 gerald search for other commits by this committer
Update to the 20141224 snapshot of GCC 4.9.3.
Original commitRevision:376041 
Tuesday, 30 Dec 2014
19:19 dim search for other commits by this committer
When building the gcc ports using a full bootstrap, tell the configure
script to assume the BUILD_CONFIG is set to bootstrap-debug, instead of
letting it auto-detect.

With clang 3.5.0 this auto-detection can fail, due to a discrepancy [1]
[2] in its debug information, when objects are produced with and without
-g.  When the auto-detection fails, gcc will compare objects with full
debug information during the stage comparisons, and this sometimes
causes those stage comparisons to fail unexpectedly.

[1]
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141222/250134.html
[2] http://llvm.org/PR22046

Approved by:	gerald (maintainer)
Original commitRevision:375846 
Sunday, 21 Dec 2014
01:38 gerald search for other commits by this committer
Update to the 20141217 snapshot of GCC 4.9.3.
Original commitRevision:375149 
Saturday, 29 Nov 2014
19:18 gerald search for other commits by this committer
Update to the 20141126 snapshot of GCC 4.9.3.
Original commitRevision:373638 
Saturday, 22 Nov 2014
13:47 gerald search for other commits by this committer
Update to the 20141119 snapshot of GCC 4.9.3.
Original commitRevision:373060 
Friday, 7 Nov 2014
13:55 gerald search for other commits by this committer
Update to the 20141105 snapshot of GCC 4.9.3, pretty shortly after
the GCC 4.9.2 release.
Original commitRevision:372263 
Thursday, 30 Oct 2014
19:01 gerald search for other commits by this committer
Update to the 20141029 snapshot of GCC 4.9.2.

Sort an entry in pkg-plist to be in line with other lang/gcc ports.
Original commitRevision:371770 
Saturday, 25 Oct 2014
18:46 gerald search for other commits by this committer
Update to the 20141022 snapshot of GCC 4.9.2.

Also remove those traces of @dirrm that were are added dynamically
via the Makefile.
Original commitRevision:371491 
Saturday, 18 Oct 2014
23:26 gerald search for other commits by this committer
Update to the 20141015 snapshot of GCC 4.9.2.
Original commitRevision:371164 
Saturday, 11 Oct 2014
07:30 gerald search for other commits by this committer
Update to the 20141008 snapshot of GCC 4.9.2.

Restore the pkg-plist hack to not warn about info/gcc49/dir.
Original commitRevision:370626 
Tuesday, 7 Oct 2014
13:55 gerald search for other commits by this committer
Update to the 20141001 snapshot of GCC 4.9.2.
Original commitRevision:370335 

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

1 | 2  »