Commit graph

9415 commits

Author SHA1 Message Date
Kris Moore
1d33c02f40 - Update to 0.8.8
http://lumina-desktop.org/lumina-desktop-0-8-8-released/
2016-02-10 21:10:24 +00:00
Mikhail Teterin
7677b52b1f Upgrade x265 from 1.8 to 1.9. Add the test-target to utilize upstream's bundled
tests and make myself the maintainer to deal with fallout, if any.

Bump PORTREVISION of the two other ports, which depend on x265 by default.

PR:		206864
2016-02-10 20:08:39 +00:00
Koop Mast
9d1423fffd Update xkeyboard-config to 2.17. 2016-02-10 12:49:56 +00:00
Koop Mast
de52a1463a Update pixman to 0.34.0. 2016-02-10 12:49:21 +00:00
David Naylor
f8da7e3cee x11/kde4-workspace: fix OpenGL tests with nVidia's libGL
nVidia's libGL causes a segfault in ld-elf if the application that is linking
to libGL also links to another library (ordered before linking to libGL) and
the second library links to libthr.  For example:

kwin_opengl_test
 -> libXft
   -> libthr
 -> libGL

Two workarounds are known:
 1) Change the linking order to have libGL linked first, or
 2) Also link to libthr in the (base) application.

This patch implements the latter fix.

PR:	205149, 206899
MFH:	2016Q1
2016-02-08 04:20:50 +00:00
Dmitry Marakasov
99392a53ab - Remove unneeded @dir
Approved by:	portmgr blanket
2016-02-05 18:19:47 +00:00
Vsevolod Stakhov
f1da4b202f - Force use unix sockets
PR:		206050
Submitted by:	rozhuk.im at gmail.com
Approved by:	maintainer
2016-02-04 18:08:21 +00:00
Vanilla I. Shu
9db252c862 1: Update to 1.9.
2: switch GITHUB.
2016-02-03 05:39:06 +00:00
Steve Wills
8d77480356 Remove source and intermediate build output from intalled rubygem- ports
PR:		192949
2016-02-02 01:21:21 +00:00
Koop Mast
fdf6fe6904 Don't install the network applet. It doesn't work because it uses on
NetworkManager. This stops cinnamon complaining that one of the applets
didn't start when you login.
2016-02-01 21:59:05 +00:00
Koop Mast
1aa08c86f7 Update mate-panel to 1.12.2. 2016-02-01 10:12:53 +00:00
John Marino
4dd567025c x11/xterm: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-01-30 21:57:22 +00:00
Martin Wilke
a234e43dd7 Welcome Centos 6.7
- Upgrade all linux-c6- to CentOS 6.7
- Cleanups

PR:                     205846
Submitted by:           xmj
In Collaboration with:  allanjude, netchild, xmj
Exp-run:                antoine
Sponsored by:           Perceivon Hosting Inc.
Differential Revision:  D3428

We'd like to thanks for all the feedback and comments.
2016-01-30 18:30:40 +00:00
Danilo Egea Gondolfo
d63e0423b4 - Update to 3.3.4 2016-01-29 23:25:33 +00:00
Olivier Duchateau
b4ae92eed5 - Update to 0.12.6
- Adjust MASTER_SITES

PR:		206737
Submitted by:	<yamagi@yamagi.org> (maintainer)
2016-01-29 22:10:04 +00:00
Dimitry Andric
779fd08536 In x11/leechcraft, change the syntax of C++11 braced initializers with
multiple elements to correspond to C++ WG paper N3922.  E.g, instead of:

    auto foo { 1, 2, 3, 4 };

one should write:

    auto foo = { 1, 2, 3, 4 };

This makes the port compile with clang 3.8.0 and higher, or gcc 5.0 and
higher.

Approved by:	vg (maintainer)
PR:		206650
MFH:		2016Q1
2016-01-27 19:52:04 +00:00
Koop Mast
310fc7eeb7 Update the MATE DE to 1.12.
* Still build MATE against gtk+ 2 due to gtk+ 3 support not ready
  for prime time.
* Fix loading of a number of applets. We rename a number of applets
  but didn't change the "config" files the "add applet to panel" dialog
  uses. [1]
* Unbreak the creation of new notes with the stickynotes applet [2]

PR:		205391 [1], 200349 [2]
Obtained from:	GNOME devel repo
2016-01-25 12:31:21 +00:00
John Marino
986160412f x11/tilda: Promote vte3 from BUILD_DEPENDS to include RUN_DEPENDS
User got error message, 'Shared object "libvte-2.91.so.0" not found,
required by tilda' when launching tilda.  Manually installing
x11-toolkits/vte3 fixed the issue, so vte3 is clearly more than a
build dependency.  I've specified RUN_DEPENDS rather than convert
BUILD_* to LIB_* given how vte3 was already specified and the fact
there's no generic library in pkg-plist.

while here, fix the pkg-plist error that showed during build testing
by adding share/appdata/tilda.appdata.xml to the list

approved by:	just fix it.
2016-01-25 07:13:10 +00:00
Raphael Kubo da Costa
4c67812e01 Update Qt5 to 5.5.1.
This is the latest stable release at time of writing.

Release announcement: http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
New features in Qt 5.5: https://wiki.qt.io/New_Features_in_Qt_5.5

As usual, huge thanks to Tobias Berner (tcberner@gmail.com) for all his work
on these ports in kde@'s experimental area51 repository. He's the one who
started the update and did a lot of the initial work on Qt 5.5. Ralf Nolden
(nolden@kde.org) has contributed the initial version of most of our new Qt5
ports.

Also thanks to Yuri Victorovich (yuri@rawbw.com) for contributing PR 205805
with his own patch for the 5.5.1 update. Some of his changes there prompted
additional fixes and changes present in the final patch generated from our
experimental repository.

New ports:
- comms/qt5-connectivity, comms/qt5-sensors, devel/qt5-location,
  graphics/qt5-3d, net/qt5-enginio, x11-toolkits/qt5-canvas3d,
  x11-toolkits/qt5-uiplugin.

General changes in all Qt5 ports:
- All Qt5 ports are now built with -Wl,--as-needed to avoid overlinking,
  which is a problem with qmake-based because the libraries passed to the
  linker come from the modules .pri files and many are not necessary.
- With this change, several ports had their USE_QT5 lines adjusted to
  explicitly include some libraries that were pulled in implicitly, and to
  exclude libraries no longer required with -Wl,--as-needed.

Changes in specific ports:
- devel/qt5: Drop the SQL_PLUGINS and TOOLS options and depend on all Qt5
  ports by default. It makes the Makefile much simpler, and those options
  were already on by default.
- devel/qt5-core: The clang+base libstdc++ workaround has been expanded and
  more C++11 features have been disabled when that combination is used by a
  port (basically, FreeBSD 9 with USES=compiler:c++11-lang). The disabled
  features have explanations for why they were disabled in the patched
  header itself.
- devel/qt5-designer: uiplugins has been split out following a similar
  change upstream. By depending on qt5-uiplugin, qt5-uitools avoids having
  to depend on the big qt5-designer port.
- multimedia/qt5-multimedia: The port now uses GStreamer 1.0 instead of
  0.10.
- net/qt5-network: The port now depends on libproxy for proxy settings.
  Using libproxy allows proxy settings to be read from different sources,
  and also allows .pac files to work with Qt.
- www/qt5-webkit: The port now uses GStreamer 1.0 instead of 0.10.

PR:		205805
PR:		206435
2016-01-24 18:10:14 +00:00
Thierry Thomas
79d9fa0ab4 Upgrade to 9.22.
Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>.
2016-01-24 14:36:03 +00:00
Olivier Duchateau
d2e61c3682 Update to 0.3.1
PR:		206261
Submitted by:	<tkato432@yahoo.com>
2016-01-22 10:09:07 +00:00
Olivier Duchateau
2ff986069d Update to 0.3.1
PR:		206260
Submitted by:	<tkato432@yahoo.com>
2016-01-22 10:05:58 +00:00
Raphael Kubo da Costa
8243cf9252 New port: x11/libfakekey.
libfakekey is a simple library for converting UTF-8 characters into 'fake' X
  key-presses.

  WWW: https://www.yoctoproject.org/tools-resources/projects/matchbox

Submitted by:	Tobias Berner <tcberner@gmail.com> to the area51 KDE repository
2016-01-21 22:58:07 +00:00
Koop Mast
cf649469f2 Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
2016-01-21 19:40:10 +00:00
Nicola Vitale
84948a64e1 - Update to 0.8.3
PR:	206100
Submitted by:	Neel Chauhan <neel@neelc.org>
Release notes:	https://github.com/Guake/guake/releases/tag/0.8.3
2016-01-20 15:44:39 +00:00
Sunpoet Po-Chuan Hsieh
e62b57ab55 - Update to 3.0.7
- Remove duplicate CATEGORIES
- Fix LICENSE
- Add more RUN_DEPENDS and sort it

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:30:52 +00:00
Christian Weisgerber
4c684c5386 On BSD, switching off ICANON does not disable LNEXT (^V) processing.
We explicitly need to unset IEXTEN.
2016-01-15 20:12:55 +00:00
Dmitry Marakasov
edaa2c37a2 - Fix path to nvidia-driver's registry profiles
PR:		204627
Submitted by:	admin@vladiom.com.ua
Approved by:	maintainer timeout (bland, 7 weeks)
2016-01-13 15:26:49 +00:00
Jimmy Olgeni
0ecbb0748c Adopt x11/xtermcontrol and upgrade to version 3.3.
Remove run dependency on xterm: xtermcontrol can be installed on
a headless server and control xterm remotely.
2016-01-13 03:47:51 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Baptiste Daroussin
19eb680d72 Instead of simply removing pulseaudio provide an option (off by default) 2016-01-12 12:42:59 +00:00
Baptiste Daroussin
ecf94441cc Update to 2.10
Add patches to remove support for pulseaudio
2016-01-12 12:36:53 +00:00
Danilo Egea Gondolfo
3de9a9e8b0 - Update to 0.33.1 2016-01-12 02:45:56 +00:00
Rodrigo Osorio
bae089321d Update tilda to 1.3.1 2016-01-11 23:30:39 +00:00
Kurt Jaeger
7fd995baf4 x11/p5-X11-XCB: 0.12 -> 0.15
Changes: added extension_present(), _screens_from_root()
2016-01-11 20:11:13 +00:00
Koop Mast
98c7e4b38c Fix a crash in gnome-control-center when the Region panel is selected
on FreeBSD 11.
When the region panel is selected it would crash right after printing:
GnomeDesktop-WARNING **: locale 'kk_Cyrl_KZ.UTF-8' isn't valid

This is because the gnome-desktop code that processes the locale doesn't
handle multi language locales like the one above. And the code wasn't
taking into account that language might be NULL.
2016-01-08 00:40:48 +00:00
Koop Mast
353ad9c72e Update GStreamer1 to 1.6.2.
Update GStreamer1-vaapi to 0.7.0.

* Spell GStreamer consistently. [1]
* Fix typo in py3kplist in py3-gstreamer1 [1]
* Improve plugins COMMENTS (more improvements welcome)
* Actually include the gstreamer1-libav update this time.

PR:		204204 [1] (based on)
Submitted by:	olivierd@ [1]
2016-01-04 14:21:56 +00:00
Jason E. Hale
78e759657c Add patch to fix taglib version detection
Reported by:	pkg-fallout
2016-01-03 16:47:21 +00:00
Jason E. Hale
4778671f23 - Add upstream patch to fix taglib version detection
- Bump PORTREVISION as FindTaglib.cmake is modified

Reported by:	pkg-fallout
Obtained from:	https://quickgit.kde.org/?p=kdelibs.git&a=commit&h=967fc70300d5c2ae34d39b61757b717f6fca8805
2016-01-03 13:41:37 +00:00
Pawel Pekala
616d3289f2 Install desktop entry file
PR:		205360
Submitted by:	myself
Approved by:	maintainer timeout
2016-01-03 10:42:44 +00:00
Martin Wilke
012f8fb7ce - Update to 1.5
PR:		205463
Submitted by:	jochen@jochen-neumeister.de
2016-01-03 06:19:47 +00:00
Raphael Kubo da Costa
8bae422c1b Fix linking after r404875.
There was a typo in the line setting LDFLAGS: we need -L/some/dir, not
/some/dir.

From the logs:
  /usr/local/lib: file not recognized: Is a directory
  c++: error: linker command failed with exit code 1 (use -v to see invocation)

Thanks to antoine for raising the issue, and sorry for the brain fart.

MFH:		2015Q4
2016-01-02 22:58:27 +00:00
Emanuel Haupt
363eb74ac1 Update to 322 2016-01-02 18:05:09 +00:00
Danilo Egea Gondolfo
7c58d6d39e - Update to 0.33.0 2016-01-02 14:31:49 +00:00
Olivier Duchateau
a8af8991fb - Update to 0.1.4
- Adjust LICENSE blob
- Sort USES

PR:		205361
Submitted by:	myself
Approved by:	<horia@racoviceanu.com> (maintainer, timeout 2 weeks)
2016-01-02 09:28:25 +00:00
Olivier Duchateau
ba85ff32e9 Chase update of x11/menu-cache, after revision r405055 2016-01-02 09:03:51 +00:00
Olivier Duchateau
3cd05ee8c0 Update to 1.0.1
PR:		205101
Submitted by:	myself
Approved by:	<horia@racoviceanu.com> (maintainer, timeout 1 month)
2016-01-02 08:59:14 +00:00
Raphael Kubo da Costa
10385ff9e5 Fix MASTER_SITES and unmark BROKEN. 2016-01-01 17:43:56 +00:00
Raphael Kubo da Costa
bc88fd95fe Fix MASTER_SITES and unmark BROKEN. 2016-01-01 17:41:24 +00:00
Emanuel Haupt
8bafce5041 Update to 321 2016-01-01 16:21:45 +00:00
MANTANI Nobutaka
0cc1cd1ae1 Update to 3.6.1. 2015-12-31 10:54:08 +00:00
Raphael Kubo da Costa
d293a4b8f6 Finish fixing broken ports after r404856 and r404694.
* multimedia/obs-studio:
  Import some upstream commits that pass all required include directories to
  the compiler and reference libsysinfo.so with a full path instead of passing
  -lsysinfo and relying on ${LOCALBASE}/lib being in the linker search path.

* textproc/sigil:
  Pass LDFLAGS+=${LOCALBASE}/lib for now to work around the fact that
  upstream's build system references libhunspell-1.3.so and libpcre16.so
  without full paths (instead of finding them with the proper CMake commands it
  relies on pkg-config's output).

* x11/antimicro:
  Also pass LDFLAGS+=${LOCALBASE}/lib for now to work around the fact that
  several X11 and SDL2 libraries are referenced without full paths. I sent a
  pull request upstream to fix the X11 references, but SDL2 is still detected
  through pkg-config.

MFH:	2015Q4
2015-12-30 17:45:32 +00:00
Olivier Duchateau
4666e63bba - Update to 1.5.2
- Adjust WWW entry
2015-12-29 16:58:34 +00:00
Dmitry Marakasov
07d2e976b3 - Switch to options helpers 2015-12-28 14:04:08 +00:00
Dmitry Marakasov
729fc6f0bc - Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
2015-12-28 14:04:02 +00:00
Dmitry Marakasov
d06e5e9eeb - Add LICENSE
- Switch to options helpers
2015-12-28 14:03:53 +00:00
Dmitry Marakasov
da7cc91207 - Add LICENSE_FILE
- Switch to options helpers
2015-12-28 14:03:37 +00:00
Dmitry Marakasov
260e54fe51 - Add LICENSE_FILE
- Switch to options helpers
2015-12-28 14:03:31 +00:00
Dmitry Marakasov
f078117966 - Add LICENSE_FILE
- Switch to options helpers
2015-12-28 14:03:26 +00:00
Dmitry Marakasov
45c8150900 - Fix license
- Add LICENSE_FILE
- Switch to options helpers
2015-12-28 14:03:14 +00:00
Dmitry Marakasov
87086e1387 - Add LICENSE
- Switch to options helpers
- Don't install INSTALL
2015-12-28 14:03:09 +00:00
Dmitry Marakasov
f62260f406 - Add LICENSE
- Switch to options helpers
2015-12-28 14:02:52 +00:00
Dmitry Marakasov
c5c46b7bb2 - Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
2015-12-28 14:02:43 +00:00
Dmitry Marakasov
e2e7c9e84f - Add LICENSE
- Switch to options helpers
2015-12-28 14:02:34 +00:00
Dmitry Marakasov
92338a75ee - Add LICENSE_FILE
- Switch to options helpers
2015-12-28 14:02:28 +00:00
Dmitry Marakasov
ab45c45f02 - Switch to USES=localbase
- Switch to options helpers
- Fix WWW:
2015-12-28 14:01:59 +00:00
John Marino
668dc15ed5 x11/lemonbar: Fix man page, steamline makefile, fix build for FreeBSD 9
PR:		205512
Submitted by:	maintainer
2015-12-22 16:21:33 +00:00
Koop Mast
78dcba82bc Update libXi to 1.7.6. 2015-12-22 15:54:35 +00:00
Jung-uk Kim
f4978c9476 - Update to 0.15.10.
- Assign maintainership to the submitter.

PR:		205479
Submitted by:	Matthew Rezny <matthew@reztek.cz>
2015-12-21 19:49:44 +00:00
John Marino
351981c0d5 Add new port x11/lemonbar v1.1
The PR was for bar-aint-recursive v1.0, but the project was renamed and
got a new release since the PR was submitted nearly a year ago.

PR:		196682
Submitted by:	evgeni.dimitrov (gmail)

bar is a lightweight bar entirely based on XCB. Provides full UTF-8 support,
basic formatting, RandR and Xinerama support and EWMH compliance without
wasting your precious memory.
2015-12-21 16:33:30 +00:00
Dmitry Marakasov
aa7fb25cf3 - Switch to options helpers
- Regenerate patches with `make makepatch`
2015-12-19 01:37:50 +00:00
Raphael Kubo da Costa
9356990859 Remove ${STAGEDIR} from pyc/pyo files installed with kdelibs's CMake macros.
Bug 200018 is caused by the .pyc/.pyo files installed by devel/py-pykde4
containing references to the stage directory in them. When
editors/kate-plugin-pate is built by a user with write-access to those
PyKDE4 .pyc/.pyo files, they are rewritten automatically by Python to point
to their current location, which most of the times is different from the
staging location of where devel/py-pykde4 was built. This at the very least
leads to a filesystem violation in Poudriere.

The fix I landed upstream involves making kdelibs's PythonCompile.py accept
a --destination-dir parameter with the directory we want to register in the
.pyc/.pyo files, just like several ports do in their build or post-install
targets by calling Python's compileall.py module with -d.

The patches in files/ look somewhat confusing because we already patch
PythonMacros.cmake to build .pyo files and had to integrate the other
patches into it. At least I have added some context to
patch-cmake_modules_PythonMacros.cmake to reduce the confusion.

Bump PORTREVISION in affected ports:
- devel/py-pykde4: Install .pyc/.pyo files with ${STAGEDIR} in them.
- games/kajongg: The plist now includes .pyo files, and was adjusted to work
                 with Python 3 in the future if necessary.
- x11/kdelibs4: Install new CMake files.
- x11/plasma-scriptengine-python: Install .pyc/.pyo files with ${STAGEDIR}
                                  in them.

PR:		200018
MFH:		2015Q4
2015-12-18 18:10:24 +00:00
Mathieu Arnold
7c47779cb9 Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
2015-12-17 17:19:48 +00:00
Jung-uk Kim
6d1930e55c - Update to 0.15.9.
- Add options to disable Avahi and CUPS.
- Fix dependencies for sound support.
- Remove pkg-message with out-dated information.

PR:		205338
2015-12-15 22:54:57 +00:00
Dmitry Marakasov
2c07a5db8a - Update to 1.2
- Add NO_ARCH
- Fix fetch

PR:		205226
Submitted by:	tkato432@yahoo.com
2015-12-14 21:10:13 +00:00
Raphael Kubo da Costa
5b3f3dd953 At very long last land PyQt5 5.5.1 ports.
Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports.
Thankfully this commit is mostly adding new ports, as the hard work was
already done in r403297 and r403662.

Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly,
Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in
Phabricator for an earlier version of the PyQt5 patch set).

PR:		204672
2015-12-13 21:56:50 +00:00
Olivier Duchateau
8da8504c76 Update to 0.12.3
PR:		205073
Submitted by:	<yamagi@yamagi.org> (maintainer)
2015-12-13 14:33:26 +00:00
Raphael Kubo da Costa
b15d595457 Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.
Bring in some long overdue updates, some of which are required for us to
later land the PyQt5 ports.

One big change with this update is that the PyQt4 ports now install their
.sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
not end up with directories like share/py-sip/QtCore, which are especially
confusing once PyQt5 lands and starts installing files with the same names.

Other noteworthy items:
- PORTREVISION has been bumped on ports depending on devel/qscintilla2
  because libqscintilla2.so's SOVERSION has changed.
- graphics/seexpr has been converted to USE_PYQT, as the file it used to
  define a build-time dependency on x11-toolkits/py-qt4-gui has moved.

Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi
(madpilot@) for their initial work on these ports as part of the effort to
land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
the PyQt5 patch set).

PR:		205143
2015-12-13 12:45:25 +00:00
Jan Beich
d490a98409 x11/dmenu: simplify patching (like r403180)
Override variables instead of trying to fix them, sometimes incorrectly.

PR:		205236
Approved by:	portmgr blanket
2015-12-13 06:04:15 +00:00
Jan Beich
0c1334ba2e x11/dmenu: update to 4.6
- Explicitly track direct fontconfig dependency
- Define LICENSE_FILE as MIT has many styles
  https://fedoraproject.org/wiki/Licensing:MIT

Changes:	http://lists.suckless.org/dev/1511/27503.html
PR:		205236
Reported by:	Jakub Lach, Randy Westlund
Pointy hat to:	jbeich (timeout-happy)
Approved by:	r403178 regression
2015-12-13 06:03:51 +00:00
Jan Beich
348b612da3 x11/dmenu: make XINERAMA=on actually work
Approved by:	portmgr blanket
MFH:		2015Q4
2015-12-13 06:03:10 +00:00
Jason Unovitch
c5a6d28f98 x11/rofi: update 0.15.7 -> 0.15.11
- Update PORTVERSION, PLIST_FILES, SHEBANG_FILES, and distinfo 0.15.11
- LIB_DEPENDS: Add x11/startup-notification
- USES: Sort and add shebangfix
- Add I3 support option

PR:		204675
Submitted by:	nomoo@nomoo.ru (maintainer) (with several changes)
2015-12-13 01:14:38 +00:00
Koop Mast
0147fe16af Update to the lastest GNOME 3.16 releases. 2015-12-12 11:01:36 +00:00
Sunpoet Po-Chuan Hsieh
c2a3036beb - Move print/py-cups to print/py-pycups
- Bump PORTREVISION for dependent ports
2015-12-11 10:07:27 +00:00
Dmitry Marakasov
d56174ed27 - Switch to options helpers
- Don't install useless and empty docs
2015-12-10 21:26:12 +00:00
Raphael Kubo da Costa
31469ae565 PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.
In preparation for landing PyQt5 ports, generalize devel/py-qt4's
bsd.pyqt.mk and make it a proper file in Uses/.

Ports wishing to depend on PyQt4 ports can now do the following:
  USES=		pyqt:4
  USE_PYQT=	foo bar_build baz_run

Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST
and the introduction of the PYQT_SIPDIR plist substitution variable. The
rest of the contents of Uses/pyqt.mk are pretty much identical to what we
had in bsd.pyqt.mk with additional processing of USE_PYQT.

Even though this patch touches files in many different ports, the goal is
for it to be a no-op from an end-user perspective (so that the basic
infrastructure is landed before the other, riskier changes): no dependencies
have been changed, PyQt/SIP/QScintilla have not been upgraded and the plists
should remain exactly the same, since PYQT_SIPDIR currently contains the
same value that used to be hardcoded in the plists.

Huge thanks to Guido Falsi (madpilot@) for spearheading most of the work: he
took the initiative to work on PyQt5 and sent D2910 to Phabricator with the
original version of this patch. Tobias Berner (tcberner@gmail.com) later
applied it to kde@'s experimental area51 repositories and did some more work
on it.
2015-12-08 16:49:43 +00:00
Mathieu Arnold
faaac0db42 Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat:	portmgr
Sponsored by:	Absolight
2015-12-08 09:05:15 +00:00
John Marino
f01cba6e50 FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0

Several new unit ports were added, some were contracted.  Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.

All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
2015-12-05 23:29:36 +00:00
Jan Beich
f870cd6d03 multimedia/x265: update to 1.8
ABI isn't compatible, so bump PORTREVISION in consumers.

PR:		204990
Submitted by:	Anton Sayetsky <vsasjason@gmail.com>
2015-12-05 09:15:41 +00:00
Antoine Brodin
0e8c3bf1b3 Update giflib to 5.1.1
PR:		204492
2015-12-03 20:01:03 +00:00
Danilo Egea Gondolfo
e2b73d85de - Update to 3.3.3 2015-12-03 10:55:16 +00:00
Raphael Kubo da Costa
0fea06fbb5 Make devel/qt4's clang+base libstdc++ patch work without changes to x11/kdelibs4.
Unconditionally including ciso646 in qglobal.h to check for libc++ makes
including qglobal.h from C programs fail.

qglobal.h is not supposed to be used in C programs, but kdelibs4's
FindQt.cmake ends up calling CHECK_SYMBOL_EXISTS() instead of
CHECK_CXX_SYMBOL_EXISTS() to check if some macros are defined. Since
kdelibs4 is in maintenance mode, our changes to it can be avoided if we just
check for __cplusplus before including ciso646 (<initializer_list> is not
available in C anyway).
2015-11-29 18:08:04 +00:00
Rene Ladan
691f434f54 Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months
2015-11-26 comms/bforce: Broken for more than 6 months
2015-11-26 cad/geda-docs: Broken for more than 6 months
2015-11-26 chinese/cwtexttf: Broken for more than 6 months
2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months
2015-11-26 astro/sky2000: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months
2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months
2015-11-26 chinese/bg5ps: Broken for more than 6 months
2015-11-26 deskutils/x-tile: Broken for more than 6 months
2015-11-26 graphics/pure-gl: Broken for more than 6 months
2015-11-26 audio/dvda-author: Broken for more than 6 months
2015-11-26 chinese/oxim: Broken for more than 6 months
2015-11-26 editors/spe: Broken for more than 6 months
2015-11-26 audio/mpdscribble: Broken for more than 6 months
2015-11-26 cad/geda-symcheck: Broken for more than 6 months
2015-11-26 audio/linux-fmodapi: Broken for more than 6 months
2015-11-26 audio/pure-audio: Broken for more than 6 months
2015-11-26 editors/bpatch: Broken for more than 6 months
2015-11-26 benchmarks/geekbench: Broken for more than 6 months
2015-11-26 graphics/icoconvert: Broken for more than 6 months
2015-11-26 cad/geda-utils: Broken for more than 6 months
2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months
2015-11-26 graphics/sketch: Broken for more than 6 months
2015-11-26 ftp/spegla: Broken for more than 6 months
2015-11-26 graphics/clutter-box2d: Broken for more than 6 months
2015-11-26 audio/scmpc: Broken for more than 6 months
2015-11-26 ftp/gnusget: Broken for more than 6 months
2015-11-26 comms/gpsk31: Broken for more than 6 months
2015-11-26 cad/geda-gschem: Broken for more than 6 months
2015-11-26 audio/ampache: Broken for more than 6 months
2015-11-26 cad/slffea: Broken for more than 6 months
2015-11-26 audio/cripple: Broken for more than 6 months
2015-11-26 cad/geda-gattrib: Broken for more than 6 months
2015-11-26 cad/findhier: Broken for more than 6 months
2015-11-26 biology/njplot: Broken for more than 6 months
2015-11-26 audio/wmmp: Broken for more than 6 months
2015-11-26 x11/avant-window-navigator: Broken for more than 6 months
2015-11-26 cad/geda-netlist: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months
2015-11-26 biology/ortep3: Broken for more than 6 months
2015-11-26 astro/aa: Broken for more than 6 months
2015-11-26 french/belote: Broken for more than 6 months
2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months
2015-11-26 cad/geda-examples: Broken for more than 6 months
2015-11-26 editors/yasnippet: Broken for more than 6 months
2015-11-26 audio/musica: Broken for more than 6 months
2015-11-26 graphics/rubyphoto: Broken for more than 6 months
2015-11-26 german/bsdpaste: Broken for more than 6 months
2015-11-26 audio/amrcoder: Broken for more than 6 months
2015-11-26 sysutils/bashburn: Broken for more than 6 months
2015-11-26 editors/e93: Broken for more than 6 months
2015-11-26 audio/tepsonic: Broken for more than 6 months
2015-11-26 astro/ephem: Broken for more than 6 months
2015-11-26 chinese/cce: Broken for more than 6 months
2015-11-26 graphics/qcread: Broken for more than 6 months
2015-11-26 databases/py-sqlkit: Broken for more than 6 months
2015-11-26 databases/usogres: Broken for more than 6 months
2015-11-26 cad/libgeda: Broken for more than 6 months
2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months
2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months
2015-11-26 deskutils/mrundlg: Broken for more than 6 months
2015-11-26 databases/erlang-mysql: Broken for more than 6 months
2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months
2015-11-26 deskutils/akamaru: Broken for more than 6 months
2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months
2015-11-26 astro/dgpsip: Broken for more than 6 months
2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months
2015-11-26 audio/cymbaline: Broken for more than 6 months
2015-11-26 french/dico: Broken for more than 6 months
2015-11-26 comms/qpage: Broken for more than 6 months
2015-11-26 audio/sonice: Broken for more than 6 months
2015-11-26 cad/geda-symbols: Broken for more than 6 months
2015-11-26 databases/java-mybatis: Broken for more than 6 months
2015-11-26 databases/openbase-jdbc: Broken for more than 6 months
2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25
2015-11-28 www/R-cran-Rpad: Unmaintained upstream
2015-11-28 23:08:03 +00:00
Antoine Brodin
1391caedef Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2015-11-27 19:17:39 +00:00
Raphael Kubo da Costa
e59fc587d3 Add patch for the port to build with CMake 3.4.0. 2015-11-26 12:29:22 +00:00
Danilo Egea Gondolfo
76d8922d55 - Update to 3.3.2 2015-11-26 11:50:46 +00:00
Pietro Cerutti
c7f1d6666d x11/thingylaunch - take back maintainership 2015-11-25 13:28:45 +00:00
Koop Mast
8968688f3f Update babl to 0.1.14. 2015-11-23 16:41:12 +00:00
Danilo Egea Gondolfo
17bff37091 - Update to 0.32.0 2015-11-22 18:47:06 +00:00
Koop Mast
9ae266d1f1 Update appstream-glib to 0.5.4.
Switch from custom code to using USES=libarchive.
Adjust BUILD_DEPEND lines in where needed.
2015-11-22 00:52:13 +00:00
Koop Mast
9d85f7d743 Add CPE info, and fix some whitespace issues.
PR:		204695
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-11-21 19:59:57 +00:00
Kurt Jaeger
711754561f x11/xxkb: 1.11 -> 1.11.1, change of license from ART10 to ART20
PR:		204288
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	alexander.pohoyda@gmx.net (maintainer timeout)
2015-11-21 17:31:10 +00:00
Koop Mast
48263a51f1 When LANG is set to ru_RU.UTF-8 for example xfce4-keyboard-settings would
segfault. This was due to libxklavier passing invalid UTF-8 strings to
a few glib functions which require a UTF-8 string.

Add code to libxklavier to pass correct UTF-8 string to glib.

Submitted by:	rum1cro@yandex.ru
2015-11-18 18:52:30 +00:00
Koop Mast
2219b9443d Fix lockscreen bypass.
MFH:		2015Q4
Security:	68847b20-8ddc-11e5-b69c-c86000169601
2015-11-18 10:21:07 +00:00
Jung-uk Kim
bccd0ccb1a Update to 0.15.8.
MFH:		2015Q4
2015-11-16 21:55:30 +00:00
Alexander Nedotsukov
660fbacf68 Fixup issue with implicit pthread linkage.
Still curious to understand why it is needed at the first place as libgthread
supposed to pull the dependency.

PR:	203372
2015-11-15 13:25:38 +00:00
Jan Beich
1ad587fb06 multimedia/libvpx: update 1.5.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR:		204478
Exp-run by:	antoine
Approved by:	ashish (maintainer)
2015-11-14 19:34:12 +00:00
Dmitry Marakasov
f8dff2afd7 - Add LICENSE_FILE
- Remove obsolete reinplace

Approved by:	portmgr blanket
2015-11-14 14:45:10 +00:00
Dmitry Marakasov
88ba5913c9 - Fix license handling
- Optionize docs
- Switch to options helpers
2015-11-14 03:55:56 +00:00
Dmitry Marakasov
d3f5a8db7c - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2015-11-14 03:55:45 +00:00
John Marino
f5e4fb2adc x11/xpra: Add patch to support build on malloc.h-free DF 2015-11-13 12:28:43 +00:00
Koop Mast
54f6109d41 Update xkbcomp to 1.3.1. 2015-11-10 23:25:33 +00:00
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Dmitry Marakasov
847747700f - Fix LICENSE
- Strip library
2015-11-06 15:59:07 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Danilo Egea Gondolfo
adfab5a365 - Update to 0.31.3 2015-11-03 02:31:08 +00:00
Niclas Zeising
bbb44dfce6 Remove some debugs and works in progress that snuck in with previous commit.
MFH:		2015Q4
2015-10-27 21:08:10 +00:00
Niclas Zeising
078eae66a2 Update to 5.34
This update fixes a lock bypass vulnerability, where the screen can be
unlocked without authorization.

MFH:		2015Q4
Security:	4b9393b8-7c0c-11e5-a010-080027ddead3
2015-10-27 20:56:51 +00:00
Dmitry Marakasov
c0136b43d3 - Fix shebang properly
Approved by:	portmgr blanket
2015-10-26 17:44:53 +00:00
Kris Moore
2a895ef3d1 - Update to Lumina 0.8.7 2015-10-26 15:20:30 +00:00
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Julio Merino
3f6b173a3b Avoid building unnecessary demos and tests.
The pixmap package does not install neither the demos nor the tests it
includes, yet these get built as part of "make all". Disable them to
shorten build times and, particularly, to workaround ld(1) crashes
triggered by them in powerpc64; see PR bin/202284 for details.

Reviewed by:	kwm (maintainer), bdrewery (mentor)
Differential Revision:	https://reviews.freebsd.org/D3372
2015-10-20 18:49:47 +00:00
Koop Mast
c9b8c60d76 Update xinput to 1.6.2. 2015-10-20 14:04:36 +00:00
Koop Mast
0d5fecae36 Update xkbevd to 1.1.4.
Obtained from:	Xorg devel repo
2015-10-20 13:49:18 +00:00
Koop Mast
8036fb34ce Update xkbprint to 1.0.4.
Obtained from:	Xorg devel repo
2015-10-20 13:48:39 +00:00
Koop Mast
6d98d1c0f1 Update xlsatoms to 1.1.2.
Obtained from:	Xorg devel repo
2015-10-20 13:48:10 +00:00
Koop Mast
133b5bdb94 Update xmag to 1.0.6.
Obtained from:	Xorg devel repo
2015-10-20 13:47:13 +00:00
Koop Mast
6f8d2378c4 Update xmh to 1.0.3.
Obtained from:	Xorg devel repo
2015-10-20 13:46:06 +00:00
Koop Mast
8d8985e34e Update xmodmap to 1.0.9.
Obtained from:	Xorg devel repo
2015-10-20 13:45:38 +00:00
Koop Mast
5b4f336c82 Update xvinfo to 1.1.3.
Obtained from:	Xorg devel repo
2015-10-20 13:45:08 +00:00
Koop Mast
54c5d96627 Update xkeyboard-config to 2.16.
Regen patch because upstream changed whitespace.

Obtained from:	Xorg devel repo
2015-10-20 13:44:40 +00:00
Koop Mast
c92a43174d Update xproto to 7.0.28.
Obtained from:	Xorg devel repo
2015-10-20 13:43:07 +00:00
Koop Mast
938e8c1099 Update xorg-docs to 1.7.1
Obtained from:	Xorg devel repo
2015-10-20 13:42:37 +00:00
Koop Mast
84c0dfacc4 Update xman to 1.1.4.
Obtained from:	Xorg devel repo
2015-10-20 13:42:00 +00:00
Koop Mast
001258d834 Update pixman to 0.32.8.
Add portscout macro to ignore devel versions.

Obtained from:	Xorg devel repo
2015-10-20 13:35:01 +00:00
Koop Mast
f42ac5431d Update randrproto and libXrandr to 1.5.0.
Obtained from:	Xorg devel repo
2015-10-20 13:33:55 +00:00
Alexey Dokuchaev
e338006bfd Drop no longer needed EXTRACT_SUFX as our GitHub support gives sufficiently
unique names to the distfiles.
2015-10-20 08:00:29 +00:00
Jung-uk Kim
68652007f4 - Update to 0.15.7.
- Add options to allow excluding some features.
- Pass stage-qa and remove runtime dependency for audio/pulseaudio. [1]

PR:		202549 [1]
2015-10-20 00:10:42 +00:00
Kurt Jaeger
ca08bd5987 x11/virtualgl: 2.3.3 -> 2.4.1
Changes:
  https://github.com/VirtualGL/virtualgl/blob/master/ChangeLog.txt

PR:		202804
Submitted by:	Ultima1252@gmail.com, matthew@reztek.cz
Approved by:	David Mackay <davidjx8p@gmail.com> (maintainer)
2015-10-19 19:27:44 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Dmitry Marakasov
fa34a7808d - Switch to options helpers
- Fix WWW:

Approved by:	portmgr blanket
2015-10-19 08:19:01 +00:00
Alexey Dokuchaev
457517b034 - Unbreak the build on -CURRENT by explicitly linking against libm as a
remedy to the following error:

    [100%] Linking C executable bmpanel2
    /usr/bin/ld: undefined reference to symbol `truncf@@FBSD_1.0' (try
    adding -lm)
    //lib/libm.so.5: could not read symbols: Bad value

- While here fix long standing issue of -L${LOCALBASE}/lib being required
  in LDFLAGS while USES=pkgconfig due to missing LINK_DIRECTORIES() call
  in the top-level `CMakeLists.txt'
2015-10-18 11:55:40 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Dmitry Marakasov
805afc059b - Clarify LICENSE
- Add LICENSE_FILE
- Drop unneeded WX_UNICODE
- Don't install empty and unneeded (INSTALL) docs
- Switch to options helpers
- Pet portlint
2015-10-14 23:50:32 +00:00
Koop Mast
fe1f977435 Remove the 173.14.39 nvidia-driver. it doesn't support a xorg-server newer
then 1.15. And also marked forbidden. (MOVED entry snuck in the xserver
update itself).
2015-10-13 07:51:08 +00:00
John Marino
d3941be58c x11/xvkbd: Upgrade version 3.6 => 3.7
PR:		203486
submitted by:	ports fury
2015-10-10 15:37:51 +00:00
Tijl Coosemans
3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
Danilo Egea Gondolfo
2cb57201b5 - Update to 0.31.2 2015-10-09 12:34:12 +00:00
John Baldwin
2bdeca5355 Properly check for the charging flag in the returned battery status
to determine if the battery is charging.

Reviewed by:	bapt (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3849
2015-10-09 02:56:49 +00:00
Dmitry Marakasov
474eda5673 - Fix build
Approved by:	portmgr blanket
2015-10-08 17:08:39 +00:00