/databases/php4-filepro/

lished>2016-06-11T18:41:54+00:00 962d1a2d06ebbed270b92bfa86e0a6c244a35579 x11-toolkits/gtkada3: Upgrade version 3.8.3.2 => 3.14.2 devel/gnatcoll: Upgrade version 2015 => 2016 devel/gps: Upgrade version 6.1.1.0 => 2016 This upgrade appears to work flawlessly on DragonFly, but on FreeBSD the PR list below regarding navigation to code error is unfortunately still valid. PR: 202317
x11-toolkits/gtkada3: Upgrade version 3.8.3.2 => 3.14.2
devel/gnatcoll:       Upgrade version    2015 => 2016
devel/gps:            Upgrade version 6.1.1.0 => 2016

This upgrade appears to work flawlessly on DragonFly, but
on FreeBSD the PR list below regarding navigation to code
error is unfortunately still valid.

PR:	202317
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD. 2015-08-05T19:13:24+00:00 kwm kwm@FreeBSD.org 2015-08-05T19:13:24+00:00 bc6e07a29987571d80b4d847a2dc03a3b52e9d60 The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
x11-tools/gtkada3: Fix build when DOCS option is deselected 2015-06-27T05:45:12+00:00 marino marino@FreeBSD.org 2015-06-27T05:45:12+00:00 416996854a248aafc71cccfefd9a5e02f59a7f0d (Note: The vast majority of users should never deselected docs -- These appear on the GPS IDE menu and most users are only building gtkada3 to build GPS. But it is an option and thus needs to be supported) While here, strip two libraries. PR: 201137 Submitted by: amdmi3
(Note: The vast majority of users should never deselected docs --
These appear on the GPS IDE menu and most users are only building gtkada3
to build GPS.  But it is an option and thus needs to be supported)

While here, strip two libraries.

PR:		201137
Submitted by:	amdmi3
Ada Framework: Switch to gcc5-aux, upgrade 6 packages at once 2015-06-23T22:20:35+00:00 marino marino@FreeBSD.org 2015-06-23T22:20:35+00:00 79a9b56d2a869e7c4b17ecbee4b4a6898ab67d3f The transition from gcc-aux to gcc5-aux in the Ada framework has been blocked by the inability to build gtkada3 and, once resolved, GPS (due to tight locking with compiler). A few days ago, Adacore made their annual release of their main libre products, include GPS. However, some products were tightly coupled with the recent compilers, so in order to upgrade, the compiler had to be switched and dependencies require many ports to be upgraded at once: * lang/asis * devel/gnatcoll * devel/gps * x11-toolkits/gtkada3 * www/aws * www/aws-demos While the version upgrades were modest in most cases (gps, gtkada3), the amount of work put into each port was significant. There are too many improvements to mention here. A few include the removal of dynamic package lists and incorporating gnatcoll into gps to avoid building it twice. A private "exp-run" was done all on all 50+ Ada ports to ensure they still build. Also, a new argument was added to Uses/ada.mk, "run", that pulls in the GNAT compiler as a run depends. This was necessary for GPS that will not launch correctly without the compiler in place.
The transition from gcc-aux to gcc5-aux in the Ada framework has been
blocked by the inability to build gtkada3 and, once resolved, GPS (due
to tight locking with compiler).

A few days ago, Adacore made their annual release of their main libre
products, include GPS.  However, some products were tightly coupled with
the recent compilers, so in order to upgrade, the compiler had to be
switched and dependencies require many ports to be upgraded at once:

  * lang/asis
  * devel/gnatcoll
  * devel/gps
  * x11-toolkits/gtkada3
  * www/aws
  * www/aws-demos

While the version upgrades were modest in most cases (gps, gtkada3), the
amount of work put into each port was significant.  There are too many
improvements to mention here.  A few include the removal of dynamic
package lists and incorporating gnatcoll into gps to avoid building it
twice.  A private "exp-run" was done all on all 50+ Ada ports to ensure
they still build.

Also, a new argument was added to Uses/ada.mk, "run", that pulls in the
GNAT compiler as a run depends.  This was necessary for GPS that will
not launch correctly without the compiler in place.
x11-toolkits/gtkada3: modify to allow building with gcc5-aux 2015-06-15T22:49:33+00:00 marino marino@FreeBSD.org 2015-06-15T22:49:33+00:00 5d04d94fe70c49ab63e9d78acf8f823df8b26a67 Patch derived from gtkada-2015 released today.
Patch derived from gtkada-2015 released today.
Add new Ada port: x11-toolkits/gtkada3 2014-05-20T10:45:42+00:00 marino marino@FreeBSD.org 2014-05-20T10:45:42+00:00 6f19685b73c7d70e99645acc6eae28448bda536a The GTK/Ada library is a key component of the GNAT Programming Studio. The GPS 5.x series used GTK2 components through GKT/Ada. For the new 6.x series of GPS, GTK3 components are needed and GTK/Ada has been updated accordingly. Since GTK/Ada is actually a generic component, it has been decided to freeze x11-toolkits/gtkada at version 2.24 as this is the last version that supports GTK2. To support the upcoming GPS 6.0, this gtkada3 port based on GTK3 is required. This port naturally conflicts with x11-toolkits/gtkada. Once GPS is upgraded, the gtkada port may be reworked so it can co-exist with the gtkada port.
The GTK/Ada library is a key component of the GNAT Programming Studio.
The GPS 5.x series used GTK2 components through GKT/Ada.  For the new
6.x series of GPS, GTK3 components are needed and GTK/Ada has been
updated accordingly.

Since GTK/Ada is actually a generic component, it has been decided to
freeze x11-toolkits/gtkada at version 2.24 as this is the last version
that supports GTK2.  To support the upcoming GPS 6.0, this gtkada3 port
based on GTK3 is required.

This port naturally conflicts with x11-toolkits/gtkada.  Once GPS is
upgraded, the gtkada port may be reworked so it can co-exist with the
gtkada port.