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-aux/Makefile.version

Number of commits found: 15

Tuesday, 7 Jun 2016
22:33 marino search for other commits by this committer
lang/gcc5-aux: Upgrade version 20151204 => 20160603 (gcc 5.3 => 5.4)

Remove the recently added ARM patch.  This port has always been limited to
amd64 and i386 so patching ARM code has no effect.
Original commitRevision:416524 
Sunday, 6 Dec 2015
13:21 marino search for other commits by this committer
lang/gcc5-aux: Upgrade version 20150716 => 20161204 (gcc 5.2 => 5.3)
Original commitRevision:403112 
Saturday, 18 Jul 2015
13:30 marino search for other commits by this committer
lang/gcc5-aux: Upgrade version 20150609 => 20150716 (release 5.2.0)

This contains some minor fixes for DragonFly's master branch.  The
patch diffs are less due to freebsd unwind support backport to 5 branch.
Original commitRevision:392421 
Saturday, 27 Jun 2015
12:28 marino search for other commits by this committer
lang/gnat_util: Update for 2015 tools

While here, convert autogen plist to static one.
Original commitRevision:390696 
Monday, 22 Jun 2015
19:09 marino search for other commits by this committer
lang/gcc5-aux: Fix build of next version of gnatcoll on DF

The issue only affects DragonFly -- the proper configuration for openpty
support is already defined for FreeBSD using a macro, but the macro
for DragonFly was missing.
Original commitRevision:390312 
Monday, 15 Jun 2015
15:47 marino search for other commits by this committer
lang/gcc5-aux: Upgrade from Release 5.1.0 to 5.1.1 snapshot (20150609)

This captures some gcc fixes in the 2 months since the release.  The
version info with --version option has also been restored.
Original commitRevision:389737 
Monday, 8 Jun 2015
20:03 marino search for other commits by this committer
lang/gcc5-aux: Minor bug fixes

When submitting patches to fix GNAT, I realized the exetime changes
were wrong.  Moveover, the time patches not only are no longer needed,
but possibly bitrotted to the point of being wrong.

The next release of GCC5 (5.2) should have the FreeBSD unwind support
from gcc-trunk backported to GCC5 branch, so that should reduce the
patches by a lot.  There are some minor changes involving NetBSD support
that are not used.

Also, apparently disable-libada functionality was broken by my patches,
but it's fixed now.  This isn't used though.
Original commitRevision:388876 
Tuesday, 28 Apr 2015
19:40 marino search for other commits by this committer
lang/gcc5-aux: set build/host_configargs again

Discussing with tijl resulted in decision ot restore *_configargs
in order to fix libiconv linkage.  This does build on DragonFly.
Original commitRevision:384935 
Saturday, 25 Apr 2015
07:19 marino search for other commits by this committer
lang/gcc5-aux: Upgrade to 04/22 Release of GCC 5.1
Original commitRevision:384707 
Wednesday, 15 Apr 2015
08:20 tijl search for other commits by this committer
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:384038 
Sunday, 5 Apr 2015
23:16 marino search for other commits by this committer
lang/gcc5-aux: Upgrade snapshot from 22 March to 05 April
Original commitRevision:383389 
Sunday, 22 Mar 2015
23:30 marino search for other commits by this committer
lang/gcc5-aux: Upgrade snapshot from 15 March to 22 March
Original commitRevision:381970 
Tuesday, 17 Mar 2015
11:03 marino search for other commits by this committer
lang/gcc5-aux: Upgrade snapshot from 20150308 to 20150315
Original commitRevision:381483 
Sunday, 15 Mar 2015
23:09 marino search for other commits by this committer
lang/gcc5-aux: Fix ada hardlink

The code to create a hardlink of gcc5-aux/bin/ada to gcc5-aux/bin/gcc
did not work.  It appears that the "-" in front of the "if" condition
isn't working in this context.  However, it's really not needed at all,
so just remove it so the hardlink gets created.

All Ada ports use gcc5-aux/bin/ada, so it was a critical problem.
Original commitRevision:381365 
Saturday, 14 Mar 2015
21:32 marino search for other commits by this committer
Add new port lang/gcc5-aux (next Ada compiler)

This is the initial version of gcc5-aux, which will eventually become the
default Ada compiler.  It's not hooked into Mk/Uses/ada.mk yet, but it
does pass all Ada tests on both DragonFly64 and FreeBSD64.

For FreeBSD 10 amd64, the compiler built fine outside of poudriere but the
bootstrap compiler failed inside of it (seemingly as a result of using
base linker).  Eventually a new bootstrap compiler needs to be made, but
for now gcc5-aux is built with a full bootstrap on FreeBSD.  On DragonFly,
only a single stage is built as the bootstrap compiler still works fine.
Original commitRevision:381294 

Number of commits found: 15