Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
Explicitly set compatibility for wxGTK 2.8 (already on by default)
Remove dependency on inotify (not needed wxGTK do support kqueue)
Prevent the configure scripts from discovering inotify if already installed
Use options helpers
Only enable mediactrl if GSTREAMER options is set
2014-05-25 x11-toolkits/libgtk-java: Unmaintained, outdated not depend on
2014-05-25 graphics/cairo-java: Unmaintained, outdated not depend on
2014-05-25 devel/libgconf-java: Unmaintained, outdated not depend on
2014-05-25 x11/libgnome-java: Unmaintained, outdated not depend on
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
While working on the GPS port, GtkAda received a minor bug fix. Just
bring this new version in before GPS 6.0.x.
The makefile was slightly modified to keep using the 3.8.3.0 version
of the reference manual. Also the ability to build a debug version
was added as a non-default option.
Modernize NOPORTDOCS to use OPTIONS NG.
Actually, maintainer has resigned on the grounds of having wrestled for
too long with staging, but let's try to convince him to continue now
that staging is implemented.
Approved by: portmgr (blanket)
This port directly conflicts with gtkada3 as many files are installed
in the same place. Define the conflict. While here:
* Convert from generated plist to pkg-plist
* Add DOCS and EXAMPLES options, use PORTDOCS and PORTEXAMPLES
* Remove post-patch target, not needed
* Convert to USES+= tar:bzip2
* Install license - GPLv2 was already defined but not installed
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.
Changes:
* Project files updated to Visual Studio 2008.
* Much faster file dialog due to using file extension and PATHEXT for
executable status.
* PathFinder lists files about to be deleted.
* New API's to list widgets for much more convenient way to populate with
fixed lists of items.
* New selectAll() API added to list widgets.
* Updated syntax coloring file Adie.stx with FORTRAN syntax coloring.
* IMAGE_ALPHAGUESS used when loading BMP icons in FXIconSource.
* Added APIs filesToURIList() and filesFromURIList() in FXURL namespace.
* Bug fix in FXStringDictionary.
* Bug fixes in FXThreadPool.
* Replaced preprocessor MAYBE with enum maybe.
* Message map search improvement using branch probability macro and
test-order.
* TIFF image loader improvements.
* FXString::format() now knows about thousands separator option for
printing floating point.
* Bugs fixed in IRIS RGB image support.
* FXObjectListOf::adopt() argument should not have been declared const.
* Suggested file extension changes automatically ONLY when picking
existing file.
* New hasExecExtension() API added to FXPath (Windows specific).
* Integer overflow fixed in FXApp having to do with click speed interval.
* New API getExecExtensions() added in FXSystem (Windows specific).
* If pipe2() system call not available, try set file descriptor flags
with fcntl() instead.
This is Linux-specific, and support for it may be accidentally enabled
because the compiler test for it passes if multimedia/v4l_compat is
installed, since it installs linux/input.h into ${LOCALBASE}/include.
PR: ports/187260
MFH: 2014Q2