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
Jan Beich
25beeff079
devel/boost-*: update to 1.66.0
...
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Tobias C. Berner
94ac845319
Update KDE Frameworks to 5.42.0
...
PR: 225155
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D13816
2018-01-17 10:21:32 +00:00
Alexey Dokuchaev
3e7acf54b8
- Update `x11/tint' to version 16.1
...
- Add missing DOCS knob to OPTIONS_DEFINE
- Remove EXAMPLES knob (no-op with 16.1)
- Add USES=gettext-runtime (libintl.so is always linked in)
- Add USE_XORG=xext per `stage-qa' warning
- Changes: https://gitlab.com/o9000/tint2/blob/16.1/ChangeLog
PR: 225166
Submitted by: Dmitri Goutnik
2018-01-15 10:20:22 +00:00
Tobias Kortkamp
97cacf5cd1
x11/lemonbar: Update to 1.3
...
- Submitter becomes maintainer
Changes: https://github.com/LemonBoy/bar/releases/tag/v1.3
PR: 225121
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: evgeni.dimitrov@gmail.com (maintainer)
2018-01-14 15:21:26 +00:00
Dmitry Marakasov
0d59cd33c6
- Fix missing python flavor
2018-01-11 20:01:45 +00:00
Alexey Dokuchaev
7b85b686ee
Remove superfluous linefeeds and fix some other minor whitespace bugs.
2018-01-11 16:53:44 +00:00
Tijl Coosemans
cd35fb4e1e
Remove unneeded USE_AUTOTOOLS.
2018-01-11 14:45:54 +00:00
Alexey Dokuchaev
a247b2f47d
Do not abuse INSTALL_MAN when installing documentation, examples, and
...
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00
Tobias Kortkamp
0786140fcf
New port: x11/polybar
...
The main purpose of Polybar is to help users create awesome status
bars. It has built-in functionality to display information about the
most commonly used services. Some of the services included so far:
Systray icons
Window title
Playback controls and status display for MPD using libmpdclient
ALSA volume controls
Workspace and desktop panel for bspwm and i3
Workspace module for EWMH compliant window managers
Keyboard layout and indicator status
CPU and memory load indicator
Battery display
Network connection details
Backlight level
Date and time label
Time-based shell script execution
Command output tailing
User-defined menu tree
Inter-process messaging
And more...
WWW: https://github.com/jaagr/polybar
https://forums.freebsd.org/threads/62494/
Submitted by: capt_redbeard@protonmail.com
Reviewed by: 6yearold_gmail.com, adridg, mat, lbdm@privacychain.ch , tobik
Differential Revision: https://reviews.freebsd.org/D13634
2018-01-11 06:23:22 +00:00
Raphael Kubo da Costa
6459814572
Explicitly build with -std=gnu++98.
...
clang 6.0 defaults to -std=gnu++14, but the port fails with too many errors
when built in C++11 (or later) mode.
PR: 224945
2018-01-09 21:47:55 +00:00
Jan Beich
e94dbf2c3d
x11/alacritty: update to g20180108
...
Changes: 8ce553f28a...02953c2812
2018-01-09 00:52:25 +00:00
Tobias C. Berner
1e8ad06e51
x11/kdelibs4, fix build on i386 with clang6
...
The previous fixes in r458314 were not enough for i386.
Backport fix from x11/kf5-kdelibs4support.
PR: 224945
2018-01-08 17:41:58 +00:00
Kirill Ponomarev
4ec78a610c
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.
2018-01-08 14:44:54 +00:00
Tobias C. Berner
c30ec1f85f
x11/kdelibs4 fix build with clang6
...
PR: 224945
2018-01-07 11:57:50 +00:00
Tobias C. Berner
c2e67fd35c
x11/qimageblitz, fix build with clang6
...
PR: 224945
Reported by: jbeich
2018-01-06 18:48:32 +00:00
Antoine Brodin
5748efd302
Fix LICENSE_FILE
...
Reported by: pkg-fallout
2018-01-06 07:41:45 +00:00
Steve Wills
768fb0d8c8
x11/radare-cutter: create port
...
A Qt and C++ GUI for radare2 reverse engineering framework
WWW: https://github.com/radareorg/cutter
2018-01-04 17:09:27 +00:00
Alexey Dokuchaev
cda22e4349
Add explicit run-time dependency on `x11/xrandr': the program fails to run
...
when xrandr(1) is not installed:
$ hsetroot ...
sh: xrandr: not found
2018-01-03 15:11:11 +00:00