Commit graph

9565 commits

Author SHA1 Message Date
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Sunpoet Po-Chuan Hsieh
1fc33e5d96 - Update to 0.5.0
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2016-04-01 11:17:54 +00:00
Frederic Culot
8ccdb1b565 - Reassign to the heap, on maintainer's request 2016-03-30 16:41:22 +00:00
Baptiste Daroussin
9548120fa7 revert r412141
On FreeBSD 9 the dependency syntax used here will use the "old yacc" which is in
in base and not byacc from ports which does not support %pure_parser.

Dropping bison as a build dependency is not worth a more complex syntax
2016-03-30 06:48:08 +00:00
Baptiste Daroussin
1dd6598b05 Replace the bison dependency by byacc
It reduces the number of build dependencies required (bison requires gettext)
Also note that byacc is in base since FreeBSD 10.0
2016-03-29 23:20:33 +00:00
Olivier Duchateau
72f768ac60 x11/libfm:
- Update to 1.2.4
- Cosmetic change for documentation files

x11/libfm-extra
- Update to 1.2.4
- Remove distinfo (not need in slave port)

PR:		207579
Submitted by:	myself
Approved by:	horia@racoviceanu.com (maintainer, timeout 1 month)
2016-03-28 14:59:34 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Koop Mast
5af319b80c Tell the port the correct directory to copy for the package, otherwise
we end up with a empty package.

Reported by:	antoine@
2016-03-26 18:15:52 +00:00
Tijl Coosemans
77760fcb63 Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-24 15:47:50 +00:00
Baptiste Daroussin
6500de29a0 Fix build with old gcc 2016-03-24 09:01:55 +00:00
Raphael Kubo da Costa
268fd1fdf2 Drop MAKE_JOBS_UNSAFE.
The port built fine with -j56 on Poudriere, and it also ran fine. I'm tempted
to believe whatever problems there were when the port was initially added to
the tree have since been solved, and the port should be make jobs safe now.

PR:		207191
Approved by:	maintainer timeout (vg, 39 days)
2016-03-23 23:26:19 +00:00
Emanuel Haupt
c60fff812c Add an option to enable XHTML and SVG screen dumps. 2016-03-21 08:33:54 +00:00
Ruslan Makhmatkhanov
80a66678b3 Drop bogus libgnome-keyring dependency
And add dependency upon libsecret where needed. Bump PORTREVISION
because of dependency change. For x11/gdm also drop KEYRING option
and corresponding logic bits - this functionality is now available
unconditionally.

Differential Revision:  D5690
Reviewed by:	kwm, mat
2016-03-21 05:54:15 +00:00
Kurt Jaeger
98fba6b1a5 x11/tint: 0.12.6 -> 0.12.7
Changes:
  https://gitlab.com/o9000/tint2/blob/0.12.7/ChangeLog
- Fix crash caused by race when reading inconsistent values for
  _NET_CURRENT_DESKTOP and _NET_NUMBER_OF_DESKTOPS
- Fix regression (all desktop tasks not working)
- Fix small memory leak in launcher

PR:		208112
Submitted by:	yamagi@yamagi.org (maintainer)
2016-03-18 20:33:49 +00:00
Alexey Dokuchaev
1c9913eb82 - Update to version 1.4.5, which is based on GTK+ 2.x now
- Unbreak fetching: upstream are using Debian CDN officially
- Stop demanding GNU make: builds fine with BSD make as well
- Define LICENSE (GPLv2), install couple of docs and sample
  configuration file while here
- Update port description text and project web address
2016-03-16 09:22:30 +00:00
Raphael Kubo da Costa
5f54a52585 Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
2016-03-15 12:35:56 +00:00
Raphael Kubo da Costa
d290c8f9ad Reduce number of dependencies, add SSL option.
- Drop dependencies, that are not from ${WRKSRC}/BUILDING.txt.
- Add optional OpenSSL support.
- Turn (added) XVideo dependency into an option.
- Drop obsolete comment (jpeg-turbo can be compiled for non-amd64/i386
  architectures since r388256).
- Bump PORTREVISION.

PR:		203237
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
Approved by:	maintainer timeout (175 days)
2016-03-14 21:21:43 +00:00
Antoine Brodin
708979f58b Mark BROKEN: fails to build
cc -I ../../include  -W `pkg-config --cflags libSystem gtk+-2.0` -fPIC -Wall -g -O2 -pedantic `pkg-config --cflags libDesktop` -c embed.c
embed.c:104:33: error: too few arguments to function call, single argument 'code' was not specified
                helper->error(NULL, error_get(), 1);

Reported by:	pkg-fallout
2016-03-13 19:44:52 +00:00
Raphael Kubo da Costa
ce4e96475f Deprecate and expire 1 month.
The port is unmaintained, does not fetch and there is no associated website to
retrieve more information.
2016-03-13 19:01:49 +00:00
Antoine Brodin
989bb4c20d Deprecate ports broken for more than 6 months 2016-03-13 18:45:42 +00:00
Dmitry Marakasov
d62d4c0873 - Add LICENSE_FILE
- Switch to USES=tar:tbz2
- Switch to options helpers

Approved by:	portmgr blanket
2016-03-12 14:14:13 +00:00
Emanuel Haupt
5b8fd8b493 Update to 324 2016-03-11 15:40:09 +00:00
Christian Weisgerber
ac7e1b3132 Do not include _POSIX_SOURCE in CPPFLAGS. It removes much termios(4)
functionality, resulting in broken tty settings.

Approved by:	ehaupt
2016-03-10 18:26:20 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Olivier Cochard
ada7fb664c - patch for main deforaos library
- bump PORTREVISION for dependencies

Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5562
2016-03-08 10:24:06 +00:00
Emanuel Haupt
c442d0a778 Update to 323 2016-03-08 04:38:56 +00:00
Baptiste Daroussin
fa563c24a9 Add missing pkgconfig dependency 2016-03-07 10:17:36 +00:00
Alexey Dokuchaev
a3ecab634d - Since our GitHub-hosted distfile support understands external projects,
use it instead of storing manually-fetched distfile in `local-distfiles',
- Remove bogus USE_LDCONFIG knob and avoid symlinking to an absolute path
- As support for some older FreeBSD versions was removed in r398738, merge
  in-place alteration of the `qmltermwidget/lib/kpty.cpp' file (previously
  conditional) into existing patch
2016-03-07 09:59:55 +00:00
Ruslan Makhmatkhanov
d55de0011b x11/xcb-proto: fix packaging with python3.5
Utilize py3kplist to fix packaging with python 3.5 and to simplify Makefile.
Add LICENSE (MIT) and bump PORTREVISION for package changes.
Add NO_ARCH, while here.

PR:		205859
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Submitted by:   FreeBSD@ShaneWare.Biz (py3kplist suggestion)
Approved by:	maintainer timeout
2016-03-06 21:57:10 +00:00
Ruslan Makhmatkhanov
4d3205c82d x11/gnome-shell: fix previous commit
With hat:		gnome
2016-03-05 19:23:13 +00:00
Ruslan Makhmatkhanov
e74ebe6227 x11/gnome-shell: add missing runtime dependency upon x11/libgnomekbd
x11/gnome-shell lacks dependency on x11/libgnomekbd. Here is how it can be
checked out:

1. Click on language indicator on panel
2. Click on 'Show keyboard layout' button

You'll get this error message:
Execution of "gkbd-keyboard-display" failed: Command not found

Installing of x11/libgnomekbd resolves the issue.

PR:		207300
With hat:       gnome
MFH:		2016Q1
2016-03-05 19:09:19 +00:00
Baptiste Daroussin
c3b18ad345 New xcbautolock. Minimalistic XCB base utility that monitors users activity for
a user defined period of time (granularity up to the second) and fires up a user
define program once the duration is reached without any activity.
2016-03-05 15:02:58 +00:00
Kris Moore
ecf2356f22 - Chase upstream 0.8.8_2
- Bump PORTREV
2016-03-04 18:44:43 +00:00
Koop Mast
bff960612a Update gnome-shell-extensions to 3.18.4. 2016-03-04 12:29:08 +00:00
Koop Mast
d304f0d91d Update gnome-shell to 3.18.4. 2016-03-04 12:27:44 +00:00
Nicola Vitale
216e3238dc - Update to 0.8.4 2016-03-03 21:16:42 +00:00
Olivier Cochard
8d809f5d23 Update to 0.2.1 and add DOCS option
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5523
2016-03-02 16:04:11 +00:00
Danilo Egea Gondolfo
56fc92074b - Update to 0.34.2 2016-03-01 19:50:34 +00:00
Danilo Egea Gondolfo
c2dacf2bbf - Update to 0.34.1 2016-02-27 00:15:07 +00:00
Jason Helfman
e34081ed42 - set maintainer
PR:		207517
Submitted by:	portmaster@bsdforge.com (maintainer)
2016-02-26 18:08:29 +00:00
Dmitry Marakasov
e36fc841c7 - Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3
Approved by:	portmgr blanket
2016-02-25 14:15:40 +00:00
Raphael Kubo da Costa
8637923b24 Update to 1.3.
PR:		207289
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2016-02-25 10:13:28 +00:00
Danilo Egea Gondolfo
9ecd2a94b4 - Update to 0.34.0 2016-02-23 01:46:17 +00:00
Raphael Kubo da Costa
3abc16f98f Update MASTER_SITES for the KActivities ports.
Upstream has decided to move existing files to a new location. Ugh.

Submitted by:	Tobias Berner <tcberner@gmail.com>
2016-02-22 11:48:27 +00:00
Guido Falsi
b281c2c643 Remove direct dbus dependency.
PR:		207176
Submitted by:	Henry Hu <henry.hu.sh at gmail.com> (maintainer)
2016-02-21 21:00:45 +00:00
Kurt Jaeger
e82fd8d409 x11/rofi: 0.15.11 -> 0.15.12
New features:
- Initial `-dump` command for dmenu mode. (#216)
- Threading support.
  o Parallel checking for ASCII.
  o Parallel string matching.
  o Autodetect number of HW-threads.
  o Disabled by default.
- Highlight multiple selected rows (#287,#293)
- Dmenu can read from file instead of stdin.
- Regex matching (#113)
- Take Screenshot of rofi using keybinding.
- Hotkey for sorting: (#298) Option to set scrollbar width.

Improvements:
- Fix return code of multi-select.
- Update manpage (#289, #291)
- Improve speed of reading stdin in dmenu mode.
- Correctly handle modifier keys now. Should now support most
  weird keyboard layouts and switching between them.
  (#268, #265, #286)
- Correctly set locale, fixing issues with entering special
  characters. (#282)
- DRun mode support `NoDisplay` setting (#283)
- Pango markup is matched when filtering. (#273)

Bug fixes:
- Improve error message (#290)
- Correctly switch to next entry on multi-select when list is filtered (#292)
- Switch __FUNCTION__ for __func__. (#288)
- Fix segfault on empty list and moving through it. (#256,#275)
- Fix one off of colors (#269)
- Drun fix uninitialized memory (#285)

PR:		206846
Submitted by:	Tobias Kortkamp <t@tobik.me>
Approved by:	nomoo@nomoo.ru
2016-02-20 11:23:40 +00:00
Kurt Jaeger
c2dcfefbfd x11/rofi: fix I3 option
MFH:		2016Q1
PR:		206846
Submitted by:	Tobias Kortkamp <t@tobik.me>
Approved by:	nomoo@nomoo.ru (maintainer)
2016-02-20 08:12:24 +00:00
Kris Moore
7fc31e9d01 - Upstream bumped 0.8.8 with some minor bugfixes, chase them
- Bump PORTREV
2016-02-19 19:35:57 +00:00
Olivier Cochard
dacef126af Update my email for ports I maintain
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5309
2016-02-17 10:42:08 +00:00
Koop Mast
b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
2016-02-14 18:57:53 +00:00
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
Jimmy Olgeni
eb8748beda Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
Dmitry Marakasov
0521b2fe8e Add a way to cleanly handle terminfo.db file used by devel/ncurses
This database contains compiled terminfo entries and is merged from
a large part which comes with ncurses themselves and compiled
.terminfo files installed by other ports (currently only rxvt-unicode
and jfbterm)

- Now the database is always kept up to date, regardless of port
  installation order (both ncurses installed before .terminfo files
  and the other way around work as expected)
- All affected ports now support clean deinstallation and do not
  produce stage-qa errors
- Affected ports are simplified, as they now only need to define
  USES=terminfo
- rxvt-unicode no longer pulls in ncurses: the dependency is not
  really needed for anything beside updating it's own database
- The patch contains Q/A test to check whether a port needs, or
  needs not USES=terminfo

Approved by:	portmgr (mat, bapt)
Differential Revision:	D3747
2015-10-08 14:12:53 +00:00
Dmitry Marakasov
65c3cad3d1 - Drop 8.x support
Approved by:	portmgr blanket
2015-10-07 01:37:32 +00:00
Dmitry Marakasov
f3b48edad6 - Switch to options helpers
- Only use pkg-message specific to WCHAR option when the option is enabled
- Drop 8.x support

Approved by:	portmgr blanket
2015-10-07 01:36:53 +00:00
Dmitry Marakasov
0acb9e6ca4 - Add empty directories to plist
Approved by:	portmgr blanket
2015-10-03 01:44:31 +00:00
Guido Falsi
806e2b1063 - Update to 5.33
- Resolves the obnoxious startup message issue [1]
- Add options NLS and XFT
- Convert to USES=autoreconf
- Don't install pam file when PAM option is disabled
- Regenerate patches

PR:		201254
Submitted by:	Will B. <will_brokenbourgh at yahoo.com>
Approved by:	Maintainer timeout
MFH:		2015Q4 [1]
2015-10-02 08:40:57 +00:00
Danilo Egea Gondolfo
02e1fd0dab - Update to 0.31.1 2015-10-01 23:26:15 +00:00
Dmitry Marakasov
f206b10c31 - Drop 8.x support
Approved by:	portmgr blanket
2015-10-01 21:35:01 +00:00
Dmitry Marakasov
70549776ba - Drop 8.x support
- Switch to options helpers
- Fix installation command

Approved by:	portmgr blanket
2015-09-30 23:08:54 +00:00
Dmitry Marakasov
af005366f2 - Switch to options helpers 2015-09-30 23:08:44 +00:00
Dmitry Marakasov
29eba1739c - Fix plist for WITHOUT=PAM case
- Drop @dirrm* from plist

Approved by:	portmgr blanket
2015-09-30 17:35:48 +00:00
Dmitry Marakasov
768d52b26c - Switch to options helpers
Approved by:	portmgr blanket
2015-09-27 21:39:00 +00:00
Rene Ladan
5cbc5b94da Remove expired port:
2015-09-26 x11/xlogout: Useless cruft from 1989
2015-09-27 11:38:08 +00:00
Alexander Nedotsukov
b7d723b945 Update to 355.11 2015-09-26 10:42:38 +00:00
Alexander Nedotsukov
181612fb15 Update to 355.11
PR:	203323
2015-09-26 10:24:12 +00:00
Baptiste Daroussin
b2763697d8 Ensure terminfo registration is done during post installation 2015-09-26 08:55:25 +00:00
Baptiste Daroussin
4bb718f674 Convert to @sample
Use options helpers
2015-09-26 08:54:27 +00:00
Baptiste Daroussin
12b59fc91a Convert a bunch of @exec into proper @postexec 2015-09-25 23:52:09 +00:00
Jung-uk Kim
cd0157ff4c Fix a typo for x11/nvidia-driver-304.
Spotted by:	Lena at lena dot kiev dot ua
Approved by:	danfe (maintainer, implicit)
2015-09-25 15:40:42 +00:00
Dmitry Marakasov
c9e1ad637a - Drop 8.x support
- Switch to options helpers

Approved by:	portmgr blanket
2015-09-25 11:50:24 +00:00
Koop Mast
85039a847e Lists DOCS in OPTIONS_DEFINE, fix typo in RUN_DEPENDS for the MAPI option.
Submitted by:	truckman@
2015-09-25 08:56:10 +00:00
Jung-uk Kim
1615ac7b7a - Update x11/nvidia-driver to 346.96.
- Update x11/nvidia-driver-340 to 340.93.
- Update x11/nvidia-driver-304 to 304.128.

Approved by:	danfe (maintainer)
2015-09-24 22:09:54 +00:00
Olivier Duchateau
b65beb26da - Update to 1.5.1
- Sort USES
- Add patch, which disables Mugshot (utility to edit user profile), and
MenuLibre (menu editor), they are not yet present in ports tree
2015-09-21 21:34:28 +00:00
Jimmy Olgeni
feb651a670 Typos, whitespace and capitalization fixes (S-X). 2015-09-20 21:12:20 +00:00
Jan Beich
f901356b6e x11/virtualgl: minor cleanup
- Convert to USE_GL
- Convert to USE_XORG

Approved by:	portmgr blanket
2015-09-20 01:13:14 +00:00
David Chisnall
9156bf1b9e Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain.

The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2977
2015-09-19 10:33:34 +00:00
Dmitry Marakasov
b76f430612 - Add missing USES=pkgconfig, fix build with LIBRSVG2
- Switch to options helpers

Approved by:	portmgr blanket
2015-09-18 14:47:16 +00:00
Grzegorz Blach
29e7a04c29 Update to 0.9.1 2015-09-18 11:56:12 +00:00
Dmitry Marakasov
1ab4a82f69 - Switch to options helpers
- Make imlib2 support non-optional, port doesn't build with it disabled
2015-09-17 11:04:07 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00
Raphael Kubo da Costa
39ced03cc1 Update the Qt4 ports to 4.8.7.
According to upstream, this is the last planned Qt4 release.
A list of changes since 4.8.6 can be found here:
<http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7>

Porting notes and changes:
- Remove several patches that have been upstreamed.
- Make Uses/qmake.mk pass the contents of LIBS to the qmake environment. [1]
- Repurpose devel/qt4/files/extrapatch-src-corelib-global-qglobal.h now the
  original patch is part of the release (curiously enough, the original
  patch was never actually used, as the ?= assignment in r362837 after
  r362770 was never possible).

  This works around the way compiler support for C++11 features is detected
  in Qt 4.8.7: while it originally only uses the compiler to determine if
  something is supported or not, the initializer lists feature also depends
  on the C++ standard library being used. It's a problem in FreeBSD 9.x,
  where USES=compiler:c++0x or USES=compiler:c++11-lang means we will use
  clang to build a port but use libstdc++ from base (GCC 4.2). The latter
  obviously does not support initializer lists, and the build fails because
  Qt tries to include headers that do not exist (<initializer_list>).

  Since detecting libstdc++'s version is not trivial (we need to include a
  non-lightweight header like cstdio and then check for __GLIBCXX__), we
  just enable Q_COMPILER_INITIALIZER_LISTS support only when libc++ is used
  (there should be no reason for someone to be using clang with GCC 4.8's
  libstdc++, for example).

  x11/kdelibs4's FindQt4.cmake had to include a backported change from the
  upstream FindQt4.cmake in CMake itself to use a C++ compiler to detect
  flags like Q_WS_X11, otherwise the inclusion of <ciso646> in qglobal.h
  makes the build fail.

This patch contains changes by me, makc@ and alonso@.

PR:             202552 [1]
PR:             202808 [exp-run]
Submitted by:	pawel@ [1]
2015-09-16 08:55:04 +00:00
Dmitry Marakasov
0dfbc9be56 - Switch to options helpers
- Fix build without NLS

Approved by:	portmgr blanket
2015-09-14 21:45:23 +00:00
Jung-uk Kim
5623e118d7 Update to 0.15.6. 2015-09-14 17:22:08 +00:00
Olivier Duchateau
6dd2604f1a Update to 0.10.7 (bugfix) 2015-09-14 12:56:16 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Baptiste Daroussin
fcbb482959 Mark as broken: does not fetch 2015-09-13 22:02:56 +00:00
Danilo Egea Gondolfo
828586b1e2 - Update to 0.31.0 2015-09-13 18:15:18 +00:00
Baptiste Daroussin
8209b3c229 Clean options by using options helpers
Remove gtk1 option
Nuke usage of HAVE_GOME.
Please notice that the port is stil wrong as it still relies on the configure
script to autodetect things instead of controling it depending on options.
At least it is now a bit cleaner
2015-09-13 14:24:59 +00:00
Grzegorz Blach
02e8331ef1 Fix build on 9.x 2015-09-12 19:22:01 +00:00
Grzegorz Blach
5ae5f53971 Update to 0.9.0 2015-09-10 01:28:38 +00:00
Dmitry Marakasov
72be4c6de7 - Switch to options helpers
Approved by:	portmgr blanket
2015-09-08 11:30:05 +00:00
MANTANI Nobutaka
e9f029d649 Update to 3.5.1. 2015-09-05 13:26:27 +00:00
Dmitry Marakasov
58f8660487 - Drop 8.x support
Approved by:	portmgr blanket
2015-09-04 21:33:22 +00:00
Dmitry Marakasov
4302743e8c - Drop 8.x support
Approved by:	portmgr blanket
2015-09-04 21:33:10 +00:00
Jung-uk Kim
9271cd1ae2 - Add an upstream patch for archivers/py-lz4 to export its version number.
- Remove a local hack for x11/xpra to properly detect LZ4 version.
2015-09-04 17:24:08 +00:00
Jung-uk Kim
9ea4af37e4 Update to 0.15.5. 2015-09-04 16:25:43 +00:00
Koop Mast
0fed54b6c3 Update gnome-shell-extensions to 3.16.2. 2015-09-04 10:51:17 +00:00
Koop Mast
348575e1da Update mate-terminal to 1.10.1. 2015-09-04 09:06:52 +00:00
Koop Mast
f8032033cb Update mate-destkop to 1.10.2. 2015-09-04 09:05:39 +00:00
Dmitry Marakasov
b3f63b73f7 - Add LICENSE
- Switch to options helpers
2015-09-03 18:50:23 +00:00