Jason E. Hale
121bfe4c66
Update math/libqalculate and math/qalculate to 2.6.1
...
Chase libqalculate shared library version bump
2018-07-27 10:14:39 +00:00
Eitan Adler
e0535a8cba
Fix x11/xorg-minimal when build with VIDEO_DRIVER="intel"
...
i965_drv_video.so has location in commit r456673
Reported by: gblach
2018-07-25 14:14:47 +00:00
Tobias Kortkamp
923d484206
x11/polybar: Update to 3.2.0
...
Changes: https://github.com/jaagr/polybar/releases/tag/3.2.0
PR: 230012
Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch> (maintainer)
2018-07-24 14:11:11 +00:00
Alexey Dokuchaev
80d698e975
Cleanup patch code that does nothing useful these days (changes are long
...
integrated upstream).
2018-07-23 12:58:00 +00:00
Alexey Dokuchaev
2c38756a06
Update `x11/nvidia-driver' to version 390.77. Changes in this release:
...
- Removed informational messages that were printed by `nvidia-modeset.ko'
whenever a GPU device was allocated or freed
- Fixed a bug that caused kwin OpenGL compositing to crash when launching
certain OpenGL applications
2018-07-21 13:36:59 +00:00
Yuri Victorovich
bac139b2c7
x11/xprintidle: Change to a more recent fork that has version 2.1
2018-07-20 22:02:37 +00:00
Tobias Kortkamp
33c927b5d0
x11/wbar: Unbreak build with Clang 6
...
./src/core/Main.cc:84:38: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
command = PACKAGE_NAME" "DEFAULT_ARGV;
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p474767_s336359/logs/wbar-2.3.4_1.log
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p474481_s336216/logs/wbar-2.3.4_1.log
2018-07-20 13:11:59 +00:00
Tobias C. Berner
9b9d1273f3
Update KDE Frameworks to 5.48.0
...
Exp-run by: antoine
PR: 229769
2018-07-19 20:45:03 +00:00
Jason Helfman
3d7b74a436
- update to 5.55
...
- fix CLANG 6.0.0 compile issue [1]
- address DESTDIR and INSTALL_PROGRAM issues
PR: 225827
Submitted by: tobik@ [1 (patch)]
Reported by: ohartmann@walstatt.org [1]
2018-07-18 20:35:44 +00:00
Yuri Victorovich
897e8337e9
New port: x11/xprintidle: Print X idle time
2018-07-18 20:26:04 +00:00
Jesper Schmitz Mouridsen
72fcfc089d
Add new port x11/lxqt-globalkeys-l10n
...
PR: 229283
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D16307
2018-07-18 08:45:40 +00:00
Tobias C. Berner
5c3c2e0ef1
New port: x11/admiral -- Merge concurrent outputs for a status bar
...
Submitted by: Alexandre C. Guimarães <lbdm@privacychain.ch>
Differential Revision: https://reviews.freebsd.org/D15840
2018-07-15 13:34:37 +00:00
Guido Falsi
d07f46f5a6
Update xfce4-whiskermenu-plugin to 2.2.1
2018-07-14 06:37:52 +00:00
Tobias C. Berner
73fc733977
Update KDE Applications to 18.04.3
2018-07-13 17:41:56 +00:00
Mathieu Arnold
3bc7743145
Remove dependencies on lang/python3.
...
Sponsored by: Absolight
2018-07-13 06:55:26 +00:00
Grzegorz Blach
fbbe8e0b3e
devel/py-efl:
...
- Update to 1.20.0
multimedia/rage:
- Update to 0.3.0
- Switch to meson
x11/terminology:
- Update to 1.2.1
- Switch to meson
x11-wm/enlightenment:
- Update to 0.22.3 [1]
- Fix typo in pkg-message [2]
PR: 224105 [1], 226569 [2]
Submitted by: Nils Beyer [1], Chris Petrik [2]
2018-07-09 19:13:41 +00:00
Jesper Schmitz Mouridsen
0b7baaafc9
Changing maintainer email address (same maintainer, new address)
...
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16200
2018-07-09 18:03:14 +00:00
Jesper Schmitz Mouridsen
b9f698a3ac
Do not use x11/lxqt-l10n as a master port. Fix install path of qtermwidget-l10n.
...
Fixes portlint fatal errors about wrongly used masterdir.
Only functional change is in qtermwidget-l10n.
PR: 229413
PR: 229414
PR: 229417
PR: 229418
PR: 229419
PR: 229421
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16185
2018-07-09 16:40:40 +00:00
Jesper Schmitz Mouridsen
16bc7d04fc
Remove unneeded depency, and fix pkg-descr
...
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D16176
2018-07-08 12:34:14 +00:00
Dmitry Marakasov
9e8735a0fb
- Add LICENSE
...
- Pet portlint
- Update WWW
Approved by: portmgr blanket
2018-07-08 09:07:38 +00:00
Tobias Kortkamp
75c7562c9d
x11/nxcomp: Fix build with Clang 6
...
Loop.cpp:6751:61: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int')
if (bind(proxyFD, (sockaddr *) &tcpAddr, sizeof(tcpAddr)) == -1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~
/usr/include/c++/v1/system_error:577:1: note: candidate function not viable: no known conversion from '__bind<int &, sockaddr *, unsigned long>' to 'const std::__1::error_code' for 1st argument
operator==(const error_code& __x, const error_code& __y) _NOEXCEPT
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs/nxcomp-3.5.0.32.log
2018-07-07 17:54:21 +00:00
Niclas Zeising
bea38bffba
x11/libXScrnSaver: Update to 1.2.3
...
Changelog:
Copy root field from wire event into root, not window, of Xlib
Misc autoconf fixes
2018-07-06 20:00:30 +00:00
Niclas Zeising
49a1ddc7f8
x11/libXxf86misc: Update to 1.0.4
...
This fixes potential deadlocks in error paths in X11 clients.
2018-07-06 19:58:45 +00:00
Niclas Zeising
8d012d9be8
x11/libXinerama: Update to 1.1.4
2018-07-06 19:57:19 +00:00
Steve Wills
0d03cf9b07
x11/radare-cutter: update to 1.5
2018-07-04 19:59:27 +00:00
Dmitry Marakasov
83fa176c10
Try to fix build with lld
2018-07-02 16:29:32 +00:00
Alexey Dokuchaev
7f2f5f55ac
Update nVidia driver to the latest long lived branch version 390.67.
2018-07-02 03:08:02 +00:00
Gleb Popov
98ae1eaf36
lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
...
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:
# pkg install -y `cat ghc-pkgs.txt`
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00
Jan Beich
3beb732dad
devel/icu: update to 62.1
...
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Kirill Ponomarev
2e09f3de4c
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.
2018-06-29 12:50:01 +00:00
Tobias C. Berner
b1a1d38bf9
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
...
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Dmitry Marakasov
ed028bf456
- Add LICENSE
...
- Update WWW
Approved by: portmgr blanket
2018-06-28 09:07:19 +00:00
Tobias C. Berner
13a4aa54c7
x11/polybar: Fix build against x11/xcb-proto 1.13.
...
* Update to a more recent upstream commit to fix the build against xcb-proto 1.13
* Drop upstreamed patches, which already included now
* Give MAINTAINERSHIP to lbdm
PR: 228330
Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
Approved by: <capt_redbeard@protonmail.com> (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D15965
2018-06-26 19:07:54 +00:00
Emanuel Haupt
5fb7b6ec4e
Reset maintainer (3+ months of inactivity).
...
Discussed with: portmgr (adamw, mat)
2018-06-26 17:06:33 +00:00
Steve Wills
0e23926c7d
x11/lxqt-globalkeys: create port
...
Daemon and library for global keyboard shortcuts registration for the LXQt
desktop.
WWW: http://lxqt.org/
PR: 229282
Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer>
2018-06-25 00:47:02 +00:00
Steve Wills
ecd8386b3a
x11/lxqt-l10n: Update to 0.13.0
...
PR: 228513
Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer)
2018-06-22 21:40:57 +00:00
Steve Wills
15771e13a5
x11/libfmqt-l10n: Update to 0.13.0
...
PR: 228514
Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer>
2018-06-22 21:40:34 +00:00
Steve Wills
6860409bf3
x11/qterminal-l10n: Update to 0.13.0
...
PR: 228517
Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer>
2018-06-22 21:39:42 +00:00
Tobias C. Berner
434f606983
Make flavors explicit for phonon.
...
Reported by: VVD (via irc)
2018-06-22 20:22:32 +00:00
Steve Wills
d31916860a
x11/libfm-qt: Update to 0.13.0
...
PR: 228511
Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer>
Approved by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
2018-06-22 20:18:40 +00:00
Steve Wills
c5b42d52a3
x11/qterminal: Update to 0.9.0
...
PR: 228508
Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer)
2018-06-22 19:51:17 +00:00
Danilo Egea Gondolfo
1d6a57349c
- Update to 3.6.0
2018-06-22 18:01:59 +00:00
Danilo Egea Gondolfo
0d12f1c5d4
- Update to 0.50.3
...
PR: 227981
Submitted by: danilo
Approved by: maintainer timeout (gnome, 1 month)
2018-06-22 17:18:45 +00:00
Mark Linimon
4cb19e7f87
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
...
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
2018-06-22 01:15:19 +00:00
Dmitry Marakasov
5b24f69226
- Drop maintainership
2018-06-21 20:17:31 +00:00
Guido Falsi
2e60d116b2
- Update libexo to 0.12.2
...
- Update WWW to https
2018-06-21 17:18:25 +00:00
Tobias C. Berner
60539b7275
multimedia/*phonon*: update and flavorize with @qt4/@qt5
...
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632
2018-06-21 16:52:09 +00:00
Mathieu Arnold
4376dbbb58
Use PY_FLAVOR for dependencies.
...
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
2018-06-20 17:05:41 +00:00
Niclas Zeising
47a10164d3
Fix build without the XFT option.
...
PR: 224731
Reported by: ml@netfence.it
2018-06-19 16:24:03 +00:00
Dmitry Marakasov
b9d6fb3a63
- Add LICENSE
...
- Update WWW
Approved by: portmgr blanket
2018-06-19 09:04:36 +00:00