Commit graph

10129 commits

Author SHA1 Message Date
Dmitry Marakasov
3901029eb1 - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
2018-02-26 18:48:15 +00:00
Jason E. Hale
ff9dc9b22b math/libqalculate: Update to 2.2.1
math/qalculate: Update to 2.2.1

Download the pre-rolled releases hosted on GitHub instead of using USE_GITHUB
to avoid running autoreconf, etc.

Backport upsteam patches for several instances of FindQalculate.cmake in KDE 4.x
ports that could not detect the newer libqalculate.

Bump PORTREVISION on dependent ports due to shared library version increase.

Changes:	https://qalculate.github.io/news.html
Differential Revision:	https://reviews.freebsd.org/D14459
2018-02-26 11:22:36 +00:00
Guido Falsi
07983764cf Update xfce4-terminal to 0.8.7.1.
Dot revision fixing a bug in tab switching.
2018-02-26 00:16:28 +00:00
Guido Falsi
1b9fb25aa5 Update xfce4-terminal to 0.8.7 2018-02-25 21:53:10 +00:00
Rene Ladan
4b856bf8d4 Return pawel@'s ports to the pool after he resigned.
With hat:	portmgr
2018-02-24 22:35:18 +00:00
Rene Ladan
fbd43637e1 Reset vg@'s ports after he resigned.
With hat:	portmgr-secretary
2018-02-23 21:09:47 +00:00
Tobias C. Berner
0cd88586f9 Fix dependencies of the RUBY and PYTHON option
PR:		225992
Reported by:	CraigW <ctyz1999+bugzilla@gmail.com>
2018-02-23 11:44:17 +00:00
Tobias C. Berner
32ae6105fd Add missing revision bumps after r462619
Reported by:	swills
2018-02-23 05:47:35 +00:00
Tobias C. Berner
a4a7daf069 Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
2018-02-22 19:03:17 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Raphael Kubo da Costa
d9a7efbbbd Update kdelibs to 4.14.38.
According to upstream, which has stopped making new releases of Qt4-based
software, this is the last kdelibs release ever.

Thanks to antoine for the exp-run.

PR:		225991
Differential Revision:	https://reviews.freebsd.org/D14411
2018-02-18 17:40:47 +00:00
Tobias C. Berner
c8209d97a2 x11/pcdm add missing dependency on linguisttools_build
/bin/sh: /usr/local/lib/qt5/bin/lrelease: not found

Reported by:	antoine
2018-02-18 10:14:14 +00:00
Raphael Kubo da Costa
6699fae7a2 Update QScintilla 2.10.2.
Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).

Thanks to antoine for the exp-run.

PR:		225928
2018-02-18 09:55:10 +00:00
Guido Falsi
828e812c10 Update libexo to 0.12.0 2018-02-16 20:44:49 +00:00
Tobias C. Berner
c8a04c8cdc Update KDE Frameworks to 5.43.0
PR:		225869
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D14287
2018-02-15 17:05:45 +00:00
Raphael Kubo da Costa
bb3fdd9409 PyQt: Unconditionally install the .pyi files
r460809 started installing .pyi with the %%PYTHON3%% substitution in the
plists. Support for .pyi files was added in Python 3.5, and PyQt's configure.py
only installs the files on Python >= 3.5.

This patch removes the version checks from configure.py (the files are just
unused in earlier Python versions), as it is easier than checking Python 3's
version in each PyQt port's Makefile (or to add the logic to Mk/Uses/pyqt.mk).

PR:		225773
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D14361
2018-02-14 21:30:14 +00:00
Yuri Victorovich
c39ab192be x11/libsynaptics: Update to 0.14.6c
Additional port changes:
* Changed to DISTVERSION
* Added LICENSE and LICENSE_FILE
* Added USES=localbase

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-02-13 19:15:13 +00:00
Guido Falsi
a434ac470f - Update multimedia/x265 to 2.6
- Use the distfile provided by the VideoLAN project
- Add options for HI10P and HI12P (available only for amd64)
- Add DEBUG option
- Add OPTIMIZED_CFLAGS option
- Force using clang 5.0 on 10.4. Base provided clang fails during
  compilation
- Chase shlib bump in dependent ports

PR:		225431
Submitted by:	daniel.engberg.lists@pyret.net
Approved by:	Maintainer timeout
2018-02-11 20:19:11 +00:00
Raphael Kubo da Costa
1278042b85 Update to 0.12.8.
Annonuncement:
https://mail.kde.org/pipermail/kde-announce-apps/2018-February/005422.html
2018-02-11 15:25:57 +00:00
Antoine Brodin
83d36af013 Fix plist 2018-02-11 08:15:27 +00:00
Tobias C. Berner
88ffad5a1e Follow up to r461375
* Remove the (origins of the) copied ports manually
  (as the new ones are repo-copies of these, no history is lost).
* Fixup index in games/Makefile

Sorry for the breakage.

Pointy hat:	tcberner
2018-02-10 11:39:52 +00:00
Tobias C. Berner
737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00
Dmitry Marakasov
f2828123b9 - Update WWW 2018-02-10 09:02:48 +00:00
Emanuel Haupt
acebcce648 - Update to 331
- WCHAR options requires print/freetype2
- LUIT option implies the WCHAR option [1]
- Provide a TOOLBAR option [2]

PR:		225733 [1]
Submitted by:	180126-bugzilla_freebsd_org@k-worx.org [1],
		schweikh@schweikhardt.net (via mail) [2]
2018-02-10 08:11:26 +00:00
Tobias C. Berner
932e6dc413 Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.

Big thanks to Gleb for working on this.

PR:		225185
Submitted by:	Gleb Popov <6yearold@gmail.com>
Exp-run by:	antoine
Reviewed by:	pgj
Differential Revision:	https://reviews.freebsd.org/D12043
2018-02-10 08:03:22 +00:00
Dmitry Marakasov
a36909d80a - Update WWW 2018-02-09 09:02:46 +00:00
Dmitry Marakasov
267d62f9f9 - Fix LICENSE
- Add LICENSE_FILE
- Fix whitespace
- Update WWW
2018-02-05 09:02:15 +00:00
Joseph Mingrone
0bd310112d x11/cl-clx-sbcl: Update to version 0.7.5
Upstream changes: https://github.com/sharplispers/clx/blob/master/NEWS
2018-02-05 01:56:49 +00:00
Joseph Mingrone
789ac04fc3 x11/cl-clx: Update to version 0.7.5
Upstream changes: https://github.com/sharplispers/clx/blob/master/NEWS
2018-02-05 01:56:41 +00:00
Raphael Kubo da Costa
5ebd680c09 Bump PORTREVISION in the PyQt5 ports after r460809. 2018-02-04 20:56:45 +00:00
MANTANI Nobutaka
2bb879dd6a - Update to 3.8.4.
- Regenerate patches with make makepatch.
2018-02-03 14:00:47 +00:00
Dmitry Marakasov
b4b8a14c29 - Update WWWs for all py-qt4* and py-qt5* ports
- Fix plists for py-qt5* for python3 case, adding missing .pyi files

Approved by:	portmgr blanket
2018-02-03 12:45:01 +00:00
Alexey Dokuchaev
92182f3c64 Update `x11/rofi' to version 1.5.0.
PR:		225616
Submitted by:	Greg Fitzgerald
Approved by:	maintainer
2018-02-03 11:29:35 +00:00
Niclas Zeising
62e540afca Grab
Sponsored by:	FreeBSD FOSDEM DevSummit
2018-02-02 09:56:20 +00:00
Alexey Dokuchaev
004864e4cf Update to the latest long lived branch version, 390.25.
PR:	225574
2018-02-02 08:34:33 +00:00
Dmitry Marakasov
0de4152c1e - Add missing python run-dependency, required for correct shebangfix
- Remove redundant python_OLD_CMD
- Switch to USES=localbase

Approved by:	portmgr blanket
2018-02-01 16:04:10 +00:00
Dmitry Marakasov
9bc75fb193 - Fix LOCALBASE/PREFIX misuse
- Add NO_ARCH
- Update WWW
2018-02-01 09:02:14 +00:00
Dmitry Marakasov
abff123708 - Fix plist
Approved by:	portmgr blanket
2018-01-31 19:03:22 +00:00
Kirill Ponomarev
f6bd5f2e04 Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2018-01-31 17:58:27 +00:00
Jason W. Bacon
be26d1d912 Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user

Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14128
2018-01-31 01:07:07 +00:00
Jan Beich
76c3374d36 x11/alacritty: update to g20180126
Changes:	b396a9a753...b82622e994
2018-01-30 00:54:35 +00:00
Yuri Victorovich
eed7d08a11 New port: x11/wmutils-opt: Optional addons to wmutils
See details here: https://github.com/wmutils/opt

PR:		225142
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14112
2018-01-29 21:49:33 +00:00
Yuri Victorovich
d3518f2c4a New port: x11/wmutils-core: Set of window manipulation tools
PR:		225141
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14113
2018-01-29 18:41:00 +00:00
Raphael Kubo da Costa
c34eda3cf0 Add a patch to drop CMake calls to QT5_WRAP_CPP().
The USE_QT5 code path already unconditionally sets CMAKE_AUTOMOC to on.

Calling QT5_WRAP_CPP() used to be just redundant, as antimicro_HEADERS_MOC
was never actually added as a source dependency of the antimicro target. In
other words, CMake's own automoc infrastructure was actually being used and
the moc invocations from QT5_WRAP_CPP() were not being made at all.

Starting with Qt 5.9.4, calling QT5_WRAP_CPP() disables the AUTOMOC property
on the macro's input files, which means neither CMake's automoc
infrastructure not QT5_WRAP_CPP()'s code were being used and we ended up
with several 'undefined reference to vtable' errors when linking.

Sent upstream: https://github.com/AntiMicro/antimicro/pull/207

PR:		225436
2018-01-29 11:40:33 +00:00
Raphael Kubo da Costa
8a81409481 Switch to an out-of-source CMake build 2018-01-28 23:16:12 +00:00
Rene Ladan
ee75b181e6 Remove expired evolution-mapi from x11/gnome3 2018-01-28 11:21:34 +00:00
Jan Beich
b964b053b6 multimedia/libvpx: update 1.7.0
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libvpx/
2018-01-25 21:20:12 +00:00
Don Lewis
6c39db471e Fix build of x11/gnome-pie with vala 0.36
PR:		225124, 221941
Submitted by:	cpm
Approved by:	nivit (maintainer, via private email)
2018-01-24 07:21:27 +00:00
Alexey Dokuchaev
0a5b12057c Update nVidia drivers to their latest versions which fix frequent kernel
panics reported by some users.

PR:	225346
2018-01-22 09:05:44 +00:00
Jan Beich
a6ecdf1bfe x11/alacritty: update to g20180118
Changes:	02953c2812...b396a9a753
2018-01-20 00:22:22 +00:00