This port's makefile fails to set the make environment when it overrode
the build target. Given that the 2-line build.sh script has to be
patched in the post-configure target, the whole script should move to
the port makefile. However, for now just set the make environment which
fixes the build on DragonFly with gcc-5.
Approved by: just-fix-it blanket
spice-gtk is a GTK+2 and GTK+3 SPICE widget. It features glib-based objects
for SPICE protocol parsing and a gtk widget for embedding the SPICE display
into other applications such as virt-manager.
Python bindings are available too.
WWW: http://www.spice-space.org/
PR: 196949 (based on)
Submitted by: olevole@olevole.ru
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].
PR: 196599 [1]
Submitted by: olivierd@ [1]
Exp-run by: antoine@
Obtained from: upstream [2]
currtime is an enhanced command-line operated real time clock. Features
include:
- Time displayed in Unix-compatible format
- Shows the current time on the same line
- Can run for a specified number of ticks (seconds) with the -T (ticks)
flag
- Option to display each tick on a new line with the -n flag
WWW: http://www.neelc.org/software/currtime/
PR: 197144
Differential Revision: https://reviews.freebsd.org/D1751
Submitted by: neel@neelc.org
Approved by: bapt(mentor)
* Explicitly depend on textproc/libkolabxml and devel/qjson, which were
already pulled in indirectly. The port looks for and links against these
libraries.
* Stop depending on nepomuk and its dependencies; the code using Nepomuk was
removed from kdepim4-runtime a few releases ago upstream.
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2]
While here:
Add vala as build depend to gedit.
Gedit-plugins: builds vte3 and gucharmap bindings. Register the depends
and package the files.
PR: 196618
Submitted by: python3 default to 3.4 exp-run (via antoine@)
The upstream commit is somewhat big, but we're mostly interested in the
change to XesamSearch::operator==(), which is necessary for fixing the build
with the upcoming version of libc++ that will be committed to base.
PR: 196603
Extend the current patch - DragonFly needs the same handling as FreeBSD.
Since the entire patch changed and didn't use the UTC timestamp, the
patch was renamed to confirm with "make makepatch" standards.
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].
PR: 195290 [1], 195289 [2], 195455 [3]
Obtained from: gnome devel repo