summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkada3/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: Remove ports depending on expired lang/gcc6-auxRene Ladan2022-02-284-93/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself) for now as synth is the only Ada port still maintained and might be somewhat high-profile. Removed ports: archivers/zip-ada cad/ghdl databases/adabase databases/apq databases/apq-mysql databases/apq-odbc databases/apq-pgsql devel/ada-util devel/adabooch devel/adaid devel/ahven devel/alog devel/aunit devel/florist-gpl devel/gprbuild devel/libspark2012 devel/matreshka devel/pcsc-ada devel/pragmarcs devel/sdl_gnat dns/ironsides graphics/generic_image_decoder lang/adacontrol lang/asis lang/gnat_util lang/lua-ada math/plplot-ada misc/excel-writer net/adasockets net/anet security/libadacrypt textproc/adabrowse textproc/templates_parser textproc/words textproc/xmlada x11-toolkits/gtkada x11-toolkits/gtkada3
* devel/gps: Upgrade to 2016 release (plus 2 dependencies)John Marino2016-06-116-772/+70
| | | | | | | | | | | | 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.Koop Mast2015-08-051-0/+727
| | | | | | | | | | | | | | | | | | 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 deselectedJohn Marino2015-06-271-1/+1
| | | | | | | | | | | (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 onceJohn Marino2015-06-234-94/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-auxJohn Marino2015-06-151-0/+89
| | | | Patch derived from gtkada-2015 released today.
* Add new Ada port: x11-toolkits/gtkada3John Marino2014-05-202-0/+31
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.