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/gcc5-devel/Makefile

Number of commits found: 132 (showing only 32 on this page)

«  1 | 2 

Sunday, 15 Nov 2015
19:48 gerald search for other commits by this committer
Backport support for Graphite loop optimizations via a new option
GRAPHITE from gcc6-devel.

This is off by default for the time being and pulls in devel/isl
as an additional dependency.
Original commitRevision:401725 
Thursday, 12 Nov 2015
22:31 gerald search for other commits by this committer
Update to the 20151110 snapshot of GCC 5.
Original commitRevision:401463 
Saturday, 7 Nov 2015
18:24 gerald search for other commits by this committer
Update to the 20151103 snapshot of GCC 5.
Original commitRevision:401014 
Monday, 2 Nov 2015
02:57 jmmv search for other commits by this committer
Add a MULTILIB option to gcc[56]-devel for powerpc64

This fixes the build of gcc[56]-devel 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:400632 
Saturday, 31 Oct 2015
21:35 gerald search for other commits by this committer
Update to the 20151027 snapshot of GCC 5.
Original commitRevision:400589 
Friday, 23 Oct 2015
21:08 gerald search for other commits by this committer
Update to the 20151020 snapshot of GCC 5.
Original commitRevision:400060 
Saturday, 17 Oct 2015
00:34 gerald search for other commits by this committer
Update to the 20151013 snapshot of GCC 5.
Original commitRevision:399527 
Thursday, 8 Oct 2015
22:15 gerald search for other commits by this committer
Update to the 20151006 snapshot of GCC 5.
Original commitRevision:398896 
Monday, 5 Oct 2015
16:59 antoine search for other commits by this committer
Add missing USES=compiler, needed for ${COMPILER_TYPE} checks

PR:		203540
Original commitRevision:398656 
Thursday, 1 Oct 2015
07:07 gerald search for other commits by this committer
Update to the 20150929 snapshot of GCC 5.
Original commitRevision:398255 
Thursday, 17 Sep 2015
18:23 gerald search for other commits by this committer
Update to the 20150915 snapshot of GCC 5.
Original commitRevision:397200 
Wednesday, 9 Sep 2015
20:37 gerald search for other commits by this committer
Update to the 20150908 snapshot of GCC 5.
Original commitRevision:396534 
Friday, 4 Sep 2015
20:49 gerald search for other commits by this committer
Update to the 20150901 snapshot of GCC 5.
Original commitRevision:396133 
Thursday, 27 Aug 2015
21:31 gerald search for other commits by this committer
Update to the 20150825 snapshot of GCC 5.
Original commitRevision:395445 
Saturday, 22 Aug 2015
20:36 gerald search for other commits by this committer
Update to the 20150818 snapshot of GCC 5.
Original commitRevision:395050 
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
18:26 gerald search for other commits by this committer
Update to the 20150804 snapshot of GCC 5.
Original commitRevision:393741 
Monday, 3 Aug 2015
03:21 gerald search for other commits by this committer
Update to the 20150728 snapshot of GCC 5.
Original commitRevision:393453 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Friday, 24 Jul 2015
20:24 gerald search for other commits by this committer
Update to the 20150721 snapshot of GCC 5 (which nominally identifies
itself as GCC 5.2.1 now).
Original commitRevision:392841 
Wednesday, 1 Jul 2015
16:58 gerald search for other commits by this committer
Update to the 20150630 snapshot of GCC 5.

files/patch-pie-support is not longer necessary, andreast@ has
pushed this backport upstream and it will thus also appear in
the GCC 5.2 release.
Original commitRevision:391080 
Wednesday, 24 Jun 2015
00:58 gerald search for other commits by this committer
Update to the 20150623 snapshot of GCC 5.
Original commitRevision:390469 
Sunday, 21 Jun 2015
09:38 gerald search for other commits by this committer
Update to the 20150616 snapshot of GCC 5.
Original commitRevision:390187 
Friday, 12 Jun 2015
16:45 gerald search for other commits by this committer
Update to the 20150609 snapshot of GCC 5.
Original commitRevision:389286 
Wednesday, 10 Jun 2015
13:41 gerald search for other commits by this committer
Update to the 20150602 snapshot of GCC 5.
Original commitRevision:389033 
Tuesday, 9 Jun 2015
20:01 andreast search for other commits by this committer
Backport PIE support for FreeBSD from GCC trunk.

Approved by:	gerald
Original commitRevision:388998 
Friday, 22 May 2015
08:40 gerald search for other commits by this committer
Update to the 20150519 snapshot of GCC 5.
Original commitRevision:386993 
Wednesday, 20 May 2015
05:21 gerald search for other commits by this committer
Update to the 20150512 snapshot of GCC 5.
Original commitRevision:386838 
Friday, 8 May 2015
20:47 gerald search for other commits by this committer
Update to the 20150505 snapshot of GCC 5.
Original commitRevision:385831 
Friday, 1 May 2015
18:50 gerald search for other commits by this committer
Update to the 20150428 snapshot.  Nominally this moves from version
5.0.1 to version 5.1.1 since GCC 5.1 has been released in the meantime,
in realiter it's been a regular, if active, week of branch maintenance.
Original commitRevision:385139 
Wednesday, 29 Apr 2015
18:01 gerald search for other commits by this committer
Avoid duplicate LATEST_LINK/PKG_NAME with lang/gcc5 by adjusting
PKGNAMESUFFIX to also carry -devel.

Mirror the removal of Dragonfly's Makefile from lang/gcc5.
Original commitRevision:385001 
Tuesday, 28 Apr 2015
23:40 gerald search for other commits by this committer
With lang/gcc5 now tracking GCC 5 releases, this new port -- gcc5-devel
-- is going to track regular development snapshots of GCC 5.
Original commitRevision:384947 

Number of commits found: 132 (showing only 32 on this page)

«  1 | 2