Commit graph

4 commits

Author SHA1 Message Date
marino
042bd2fb95 x11/gtkada: Fix build with glib 2.32 2012-05-06 17:55:52 +00:00
marino
2646c2ff4a x11/gtkada: Add user guide and reference manual documentation
The majority of the documentation for gtkada was not getting built.  It
turns out that the generation step was omitted from the vendor Makefile.
For the user guide, simply adding this to the top-level makefile fixes the
problem, but the reference manual is the reason it was omitted.

The RM requires Gnat Programming Studio built with Python to generate the
documentation.  This created a circular dependency because GPS requires
gtkada to build and python is optional.  Secondly, pkgsrc-built python
verions 26 and 27 both cause GPS to core dump.  FreeBSD doesn't have this
issue, but it has a different python problem that prevents the documentation
from getting built manually on that system as well.

In the end, the latest generated RM was pulled from libre.adacore.com online
resources and packaged separately.  This is not ideal because it represents
gtkada 2.24 which has a couple of API differences from 2.22, but it's the
only full html version of the RM that can be located.

Rebuilding gtkada will result in the gtkada User Guild and Reference
Manual showing up in the <help> menu of GPS.  Currently the gtkada submenu
item has an empty submenu.
2011-10-14 14:02:17 +00:00
drochner
e5e0902f3b restore some Makefile parts which got lost when I added DESTDIR support 2011-02-10 10:43:41 +00:00
drochner
f5e21e15bb add gtkada-2.22, Ada wrappers for gtk2, from John Marino per PR pkg/44439 2011-02-03 18:57:13 +00:00