aboutsummaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Add new port x11/lxqt-globalkeys-l10njsm2018-07-185-0/+81
| | | | | | PR: 229283 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D16307
* New port: x11/admiral -- Merge concurrent outputs for a status bartcberner2018-07-154-0/+133
| | | | | Submitted by: Alexandre C. Guimarães <lbdm@privacychain.ch> Differential Revision: https://reviews.freebsd.org/D15840
* Update xfce4-whiskermenu-plugin to 2.2.1madpilot2018-07-143-4/+5
|
* Update KDE Applications to 18.04.3tcberner2018-07-141-3/+3
|
* Remove dependencies on lang/python3.mat2018-07-131-3/+4
| | | | Sponsored by: Absolight
* devel/py-efl:gblach2018-07-103-12/+12
| | | | | | | | | | | | | | | | | | | - 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]
* Changing maintainer email address (same maintainer, new address)jsm2018-07-105-5/+5
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16200
* Do not use x11/lxqt-l10n as a master port. Fix install path of ↵jsm2018-07-106-13/+17
| | | | | | | | | | | | | | | | 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
* Remove unneeded depency, and fix pkg-descrjsm2018-07-082-2/+3
| | | | | Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D16176
* - Add LICENSEamdmi32018-07-082-2/+5
| | | | | | | - Pet portlint - Update WWW Approved by: portmgr blanket
* x11/nxcomp: Fix build with Clang 6tobik2018-07-081-0/+45
| | | | | | | | | | | 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
* x11/libXScrnSaver: Update to 1.2.3zeising2018-07-072-4/+4
| | | | | | Changelog: Copy root field from wire event into root, not window, of Xlib Misc autoconf fixes
* x11/libXxf86misc: Update to 1.0.4zeising2018-07-072-4/+4
| | | | This fixes potential deadlocks in error paths in X11 clients.
* x11/libXinerama: Update to 1.1.4zeising2018-07-072-4/+4
|
* x11/radare-cutter: update to 1.5swills2018-07-053-7/+23
|
* Try to fix build with lldamdmi32018-07-031-0/+2
|
* Update nVidia driver to the latest long lived branch version 390.67.danfe2018-07-022-5/+6
|
* lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.arrowd2018-06-303-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* devel/icu: update to 62.1jbeich2018-06-292-1/+2
| | | | | | | 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)
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-06-291-1/+1
|
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-2959-128/+127
| | | | | | | | | | | | | | | 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
* - Add LICENSEamdmi32018-06-282-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* x11/polybar: Fix build against x11/xcb-proto 1.13.tcberner2018-06-277-70/+27
| | | | | | | | | | | * 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
* Reset maintainer (3+ months of inactivity).ehaupt2018-06-271-1/+1
| | | | Discussed with: portmgr (adamw, mat)
* x11/lxqt-globalkeys: create portswills2018-06-255-0/+60
| | | | | | | | | | 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>
* x11/lxqt-l10n: Update to 0.13.0swills2018-06-232-9/+9
| | | | | PR: 228513 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer)
* x11/libfmqt-l10n: Update to 0.13.0swills2018-06-232-1/+2
| | | | | PR: 228514 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer>
* x11/qterminal-l10n: Update to 0.13.0swills2018-06-231-1/+1
| | | | | PR: 228517 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer>
* Make flavors explicit for phonon.tcberner2018-06-232-2/+2
| | | | Reported by: VVD (via irc)
* x11/libfm-qt: Update to 0.13.0swills2018-06-233-12/+11
| | | | | | PR: 228511 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> Approved by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
* x11/qterminal: Update to 0.9.0swills2018-06-232-4/+4
| | | | | PR: 228508 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer)
* - Update to 3.6.0danilo2018-06-232-6/+5
|
* - Update to 0.50.3danilo2018-06-239-4/+9
| | | | | | PR: 227981 Submitted by: danilo Approved by: maintainer timeout (gnome, 1 month)
* Mark these ports as broken on aarch64, and, where appropriate, on armvX.linimon2018-06-221-0/+4
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* - Drop maintainershipamdmi32018-06-221-1/+1
|
* - Update libexo to 0.12.2madpilot2018-06-224-5/+6
| | | | - Update WWW to https
* multimedia/*phonon*: update and flavorize with @qt4/@qt5tcberner2018-06-224-3/+4
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632
* Use PY_FLAVOR for dependencies.mat2018-06-215-30/+30
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* Fix build without the XFT option.zeising2018-06-202-1/+22
| | | | | PR: 224731 Reported by: ml@netfence.it
* - Add LICENSEamdmi32018-06-192-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* x11/p5-X11-Xlib: update 0.15 -> 0.18pi2018-06-192-5/+7
| | | | Relnotes: https://metacpan.org/source/NERDVANA/X11-Xlib-0.18/Changes
* Remove accidentally added .gitattributes fileswills2018-06-181-6/+0
|
* x11/sterm: add SOLARIZED, SCROLLBACK optionsswills2018-06-188-0/+565
| | | | | PR: 229099 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
* Add MENULIBRE option enabled by default to xfce4-goodies.madpilot2018-06-181-3/+5
| | | | | | Adds the x11/menulibre to the component installed by the metaport. It's a utility to edit Desktop environment application menus. If present xfce allows calling it as it's default menu editor.
* Update to 3.8.6.nobutaka2018-06-172-4/+4
|
* x11/xscreensaver: Fix NSFW optionzeising2018-06-171-5/+5
| | | | | | | Fix the NSFW option to actually work. I don't know what I was thinking in the previous commit. Reported by: tobik
* x11/xscreensaver: Add NSFW optionzeising2018-06-171-1/+8
| | | | | | | | Add NSFW option that, when enabled, enables some NSFW wording in the BSOD screensaver, in the ransomware picture. Submitted by: jonathan Differential Revision: https://reviews.freebsd.org/D15762
* x11/kde-workspace-kde4: make stage-qa happy by fixing the startkde linktcberner2018-06-171-2/+2
| | | | Reported by: miwi
* x11/xorg-minimal: correct deps for intel; remove intel29eadler2018-06-161-3/+2
| | | | | | | - Remove intel29, which is well past EoL - correct a mistake I made earlier and add back a missing dep Reported by: jbeich
* - Remove always-true OSVERSION conditionamdmi32018-06-161-1/+1
| | | | Approved by: portmgr blanket
* New port: x11/wmsystemtraytobik2018-06-155-0/+30
| | | | | | | | | | | wmsystemtray is a system tray dockapp using freedesktop.org system tray protocol. It is designed to work with WindowMaker or another WM, that supports dock applications (FVWM, AfterStep). WWW: https://wmsystemtray.sourceforge.io PR: 229033 Submitted by: ILUXA <iluxa@ex.ua>
* Update KDE Frameworks to 5.47tcberner2018-06-1512-33/+35
| | | | | PR: 228862 Exp-run by: antoine
* Update automake to 1.16.1. Also remove automake-wrapper. We haven't hadtijl2018-06-141-3/+11
| | | | | | | | multiple versions of automake in years and probably won't in the future. PR: 228809 Exp-run by: antoine Approved by: portmgr (antoine)
* Mk/Uses/cargo.mk: Encode more crate build dependenciestobik2018-06-141-3/+1
| | | | | | | | | | | | | | | - Add build/lib dependencies, environment variables to ports using the backtrace-sys, freetype-sys, gettext-sys, onig_sys, thrussh-libsodium crates instead of doing this individually for every port. - Add a DEV_WARNING when using libc versions < 0.2.37 to prevent instability of Rust applications on 12.0-CURRENT [1] - Sort cargo-crates-licenses output Reviewed by: pizzamig, jbeich [1] Differential Revision: https://reviews.freebsd.org/D15463
* Fix port builds for architectures which remain on gcc as the default compiler.linimon2018-06-112-3/+3
| | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Update KDE Applications to 18.04.2tcberner2018-06-101-3/+3
|
* x11/libxkbcommon: Update to 0.8.0zeising2018-06-092-6/+6
|
* x11/xkeyboard-config: Update to 2.24zeising2018-06-094-30/+5
|
* x11/xkbcomp: Update to 1.4.2zeising2018-06-092-4/+4
| | | | This fixes issues with recent (not yet in FreeBSD ports) xkeyboard-config.
* Update `x11/nvidia-driver-340' to the latest version of 340.107:danfe2018-06-082-5/+5
| | | | | | | - Added support for X.Org xserver ABI 24 (xorg-server 1.20) - Fixed a bug which could cause X servers that export a Video Driver ABI earlier than 0.8 to crash when running X11 applications which call XRenderAddTraps()
* Garbage-collect some no longer relevant patching (it does nothing thesedanfe2018-06-081-13/+0
| | | | | | | | | | days); these are not the changes being made, these are previous changes being removed: - Fix CTLFLAG_* values for SYSCTL_ADD_PROC() after FreeBSD src r273377 - Replace `d_thread_t' (FreeBSD 4 support compat shim) with `struct thread' Reviewed by: grep(1), diff(1), sha1(1)
* - Fix hidden dependency on ftglamdmi32018-06-071-3/+4
| | | | Approved by: portmgr blanket
* - Add LICENSEamdmi32018-06-072-22/+17
| | | | | | - Switch to options helpers - Update WWW - Pet portlint
* - Add LICENSEamdmi32018-06-072-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* Remove expired ports:rene2018-06-075-179/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-06-06 biology/ssaha: Broken for more than 6 months 2018-06-06 biology/crux: Broken for more than 6 months 2018-06-06 biology/ariadne: Broken for more than 6 months 2018-06-06 cad/sceptre: Broken for more than 6 months 2018-06-06 cad/cider: Broken for more than 6 months 2018-06-06 chinese/scim-array: Broken for more than 6 months 2018-06-06 chinese/xpdf: Broken for more than 6 months 2018-06-06 chinese/telnet: Broken for more than 6 months 2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 comms/soundmodem: Broken for more than 6 months 2018-06-06 comms/jsdr: Broken for more than 6 months 2018-06-06 comms/java-commapi: Broken for more than 6 months 2018-06-06 converters/pdf2djvu: Broken for more than 6 months 2018-06-06 databases/rdb: Broken for more than 6 months 2018-06-06 databases/animenfo-client: Broken for more than 6 months 2018-06-06 databases/ruby-mysql: Broken for more than 6 months 2018-06-06 databases/riak: Broken for more than 6 months 2018-06-06 databases/animenfo-client-gtk: Broken for more than 6 months 2018-06-06 databases/rdfdb: Broken for more than 6 months 2018-06-06 databases/riak2: Broken for more than 6 months 2018-06-06 devel/subversion-static: Broken for more than 6 months 2018-06-06 japanese/xgate: Broken for more than 6 months 2018-06-06 textproc/opengrm-ngram: Broken for more than 6 months 2018-06-06 textproc/ocaml-tyxml: Depends on BROKEN and expiring www/ocaml-net 2018-06-06 www/ocaml-net: Broken for more than 6 months 2018-06-06 audio/linux-genpuid: Broken for more than 6 months 2018-06-06 x11/enventor: Broken for more than 6 months 2018-06-06 audio/xmms-timidity: Broken for more than 6 months 2018-06-06 audio/kaudiocreator: Broken for more than 6 months 2018-06-06 audio/jxm: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 audio/deforaos-mixer: Broken for more than 6 months 2018-06-06 audio/gkrellmss2: Broken for more than 6 months 2018-06-06 audio/ogg2mp3: Broken for more than 6 months 2018-06-06 audio/abcmidi: Broken for more than 6 months 2018-06-06 benchmarks/netpipe: Broken for more than 6 months 2018-06-06 biology/plink: Broken for more than 6 months
* x11/deforaos-desktop: remove expired dependency on deforaos-mixerrene2018-06-071-2/+1
|
* - Add LICENSE_FILEamdmi32018-06-052-1/+2
| | | | | | | | - Update WWW PR: 227961 Submitted by: 0mp Approved by: maintainer timeout (x11, a month)
* - Add LICENSEamdmi32018-06-052-0/+5
| | | | | | | | - Add WWW PR: 227960 Submitted by: 0mp Approved by: maintainer timeout (x11, a month)
* Unbreak nVidia drivers on recent -CURRENT, after memset() changes by mjg@danfe2018-06-051-3/+4
| | | | | | in r334533 have revealed an existing bug in the nVidia code. PR: 228709
* - Update xfce4-taskmanager to 1.2.1madpilot2018-06-045-121/+73
| | | | | | | | - Add GTK3 option, disabled by default since it's off by default in upstream configure script - Add NLS option - Add required INSTALLS_ICONS - Remove patches applied upstream
* Fixup lld linking.bland2018-06-021-0/+1
| | | | Submitted by: jkim
* add port x11/brisk-menuericbsd2018-06-015-0/+85
| | | | | | | | | Brisk Menu is a modern and efficient menu designed to improve the MATE Desktop Environment with modern, first-class options. The purpose of this project is to provide a usable menu as seen in other desktops without the bloat and performance issues. Approved by: bapt (mentor)
* Mark BROKEN: fails to buildantoine2018-05-311-0/+2
| | | | | | | | | | | | | | | | | | /usr/local/bin/python2.7 ./py_client.py -p /usr/local/lib/python2.7/site-packages /usr/local/share/xcb/xproto.xml Traceback (most recent call last): File "./py_client.py", line 607, in <module> from xcbgen.state import Module File "/usr/local/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module> from xcbgen import matcher File "/usr/local/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module> from xcbgen.xtypes import * File "/usr/local/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module> class EventStruct(Union): File "/usr/local/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct out = __main__.output['eventstruct'] KeyError: 'eventstruct' Reported by: pkg-fallout
* Update to 384.59bland2018-05-302-5/+4
|
* Since devel/qca was flavorized, kdelibs-kde4 was still depending onadridg2018-05-291-1/+1
| | | | | | | | the unflavored, and now Qt5-by-default-version. Make the required flavor explicit. PR: 227531 Reported by: ohartmann@walstatt.org
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-05-291-1/+1
|
* Update to 396.24bland2018-05-292-4/+4
|
* Add menulibre:madpilot2018-05-285-0/+143
| | | | | | | MenuLibre is an advanced FreeDesktop.org compliant menu editor that provides modern features in a clean, easy-to-use interface. WWW: https://bluesabre.org/projects/menulibre/
* Update WWWsunpoet2018-05-288-8/+8
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Update nVidia driver long lived branch to version 390.59, which had addeddanfe2018-05-272-5/+5
| | | | | | | support for GeForce GTX 1050 (with Max-Q Design), Quadro P3200, and Quadro P4200, but most importantly, for X.Org xserver ABI 24 (xorg-server 1.20). PR: 228383
* x11/xorg-minimal: take maintainership (again)eadler2018-05-271-6/+4
| | | | | - This was my first contribution to FreeBSD. Take it back. - Correct run deps for video driver of 'intel29'
* Update lang/ghc 8.4.2 and the hs-* ports the newer versionstcberner2018-05-264-8/+7
| | | | | | | | | | | | | | * Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
* Add CONFLICTS lines because both ports install manpage for kdesuadridg2018-05-261-0/+2
| | | | | | Reported by: se Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D15571
* x11/radare-cutter: update to 1.4swills2018-05-242-6/+9
|
* - Add LICENSEamdmi32018-05-242-2/+5
| | | | | | | - Add missing depends - Update WWW Approved by: portmgr blanket
* Add PY_FLAVOR to Python module dependencies.mat2018-05-221-1/+1
| | | | Sponsored by: Absolight
* - Update xfce4-whiskermenu-plugin to 2.2.0madpilot2018-05-223-55/+63
| | | | | - Add NLS option - Remove PORTSCOUT limitation
* New port: x11/xscopepi2018-05-204-0/+30
| | | | | | | | | | | Xscope sits in-between an X11 client and an X11 server and prints the contents of each request, reply, error, or event that is communicated between them. Xscope can decode the core X11 protocol and several extensions, including BIG-REQUESTS, LBX, MIT-SHM, NCD-WinCenterPro, RANDR, and RENDER. This information can be useful in debugging and performance tuning of X11 servers and clients. WWW: https://www.x.org/releases/X11R7.6/doc/man/man1/xscope.1.xhtml
* x11/libwacom: install the profiles of tabletszeising2018-05-202-0/+121
| | | | | | | | | Due to a linux only command in the makefile libwacom isn't finding and installing tablet profiles. Fix the command to work on FreeBSD and thus install tablet profiles. PR: 219264 Submitted by: Henry Hu
* Update babl to 0.1.48.kwm2018-05-203-5/+5
|
* New port: x11-themes/kf5-qqc2-desktop-style -- Qt QuickControl2 style for KDEtcberner2018-05-191-0/+1
|
* Update KDE Frameworks to 5.46tcberner2018-05-1914-37/+35
| | | | | Exp-run by: antoine PR: 228200
* Update the Qt5 ports to 5.10.1.rakuco2018-05-182-2/+0
| | | | | | | | | | | | | | | | | The work was done by tcberner and myself, with thanks to antoine for the exp-run. Not a lot to report compared to other Qt5 updates: * net/qt5-network is still broken with LibreSSL. I said this in a commit message ages ago but it bears repeating: upstream is open to adding support for LibreSSL, but someone needs to step up to maintain it upstream, otherwise things will continue to be broken all the time. * www/qt5-webengine is a huge monster that is terrible to update, just like www/chromium itself is. We (kde@) have decided to keep using the 5.9 series for the time being, as it should be compatible with the rest of Qt anyway. It was updated to 5.9.5, the latest 5.9 release at the time of writing. PR: 228213
* */lumina-*: Unbreak I18N optionstobik2018-05-184-402/+406
| | | | | | | | | | | | | | ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: share/lumina-desktop/i18n/l-screenshot_af.qm Error: Missing: share/lumina-desktop/i18n/l-screenshot_ar.qm Error: Missing: share/lumina-desktop/i18n/l-screenshot_az.qm ... - Add missing USE_QT5=printsupport to lumina-textedit PR: 224860 Submitted by: tobik Approved by: jt@ixsystems.com (maintainer), araujo
* x11/xpra: mark BROKEN after r470010jbeich2018-05-171-0/+2
| | | | | | | | | | | | | | | [21/28] Cythonizing xpra/x11/bindings/keyboard_bindings.pyx Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 2484, in <module> setup_options["ext_modules"] = cythonize(ext_modules, gdb_debug=False) File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 1026, in cythonize cythonize_one(*args) File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 1146, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: xpra/x11/bindings/keyboard_bindings.pyx PR: 228235
* x11/libdmx: Update to 1.1.4zeising2018-05-172-4/+4
|
* Update x11/libxcb and x11/xcb-proto to 1.13zeising2018-05-178-307/+40
| | | | | | Remove patches from upstream included in the releases. Tested by: Pete Wright
* Update xfce4-terminal to 0.8.7.4madpilot2018-05-163-4/+5
|
* Update babl to 0.1.46.kwm2018-05-153-7/+9
|
* Update to 2.12bapt2018-05-143-16/+4
|
* Update to version 16.4krion2018-05-142-6/+7
| | | | | PR: 228221 Submitted by: maintainer
* - Add LICENSEamdmi32018-05-132-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* x11/polybar: Disable ALSA by defaulttobik2018-05-122-16/+23
| | | | | | | | | | | | | | It's broken on FreeBSD. - More modules have been tested; update pkg-message accordingly - Add TESTS option to build and run the unit tests - Fix IPC_DESC. It's built-in IPC and not i3 related. - Sort LIB_DEPENDS PR: 226507 Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch> (based on) Approved by: capt_redbeard@protonmail.com (maintainer timeout, 2 months) Differential Revision: https://reviews.freebsd.org/D14644
* Update KDE Applications to 18.04.1tcberner2018-05-111-3/+3
|
* x11/appres: Update to 1.0.5zeising2018-05-112-3/+4
| | | | | Summary of changes: * Autoconf fixes
* x11/ico: Update to 1.0.5zeising2018-05-112-3/+4
| | | | | | | Summary of changes: * Constification * Autotools fixes * Small usability fixes
* x11/xdriinfo: Update to 1.0.6zeising2018-05-112-4/+4
| | | | | | Summary of changes: * Autoconf fixes * Fix for glvnd not working
* x11/xkill: Update to 1.0.5zeising2018-05-102-3/+4
| | | | | | Summary of changes: * Autoconf fixes * Misc. other fixes
* x11/xpr: Update to 1.0.5zeising2018-05-102-3/+4
| | | | | | | | Summary of changes: * Autoconf fixes * Updates to and simplification of parser * Constification * Various other fixes
* x11/listres: Update to 1.0.5zeising2018-05-102-4/+5
| | | | | | | Add missing libx11 dependency and sort list Summary of changes: * Autoconf fixes
* x11/xprop: Update to 1.2.3zeising2018-05-102-3/+4
| | | | | | | Summary of changes: * Changes to autoconf * Free data if needed * misc. other fixes
* x11/xrdb: Update to 1.1.1zeising2018-05-102-3/+4
| | | | | | | | Summary of changes: * Autoconf fixes * Source style fixes * Compiler warning fixes * Code cleanup
* x11/xrefresh: Update to 1.0.6zeising2018-05-102-3/+4
| | | | | | Summary of changes: * Autoconf fixes * Small usability fixes
* x11/xset: update to 1.2.4zeising2018-05-102-4/+4
| | | | | | Summary of changes: * Autoconf fixes * Small code fixes
* x11/xsetroot: Update to 1.1.2zeising2018-05-102-3/+4
| | | | | | Summary of changes: * Autoconf fixes * Various code fixes
* x11/xsm: Update to 1.0.4zeising2018-05-102-4/+5
| | | | | | | | | | Add missing dependencies and sort list Summary of changes: * Improved help messages and man page * Autoconf fixes * Close file descriptors on exec * Various other fixes
* x11/xtrap: Update to 1.0.3zeising2018-05-102-4/+5
| | | | | | | | | | | Add missing dependencies Summary of changes: * There's been a bunch of fixes over the 12 years since last release * Ansification * Autoconf fixes * Man page fixes * etc. etc.
* x11/xwd: Update to 1.0.7zeising2018-05-102-3/+4
| | | | | | Summary of changes: * Misc autoconf fixes * updates to usage message
* x11/xwininfo: Update to 1.1.4zeising2018-05-102-4/+4
| | | | | | | Summary of changes: * Autoconf fixes * Fix segfault on IO error * Fixes to usage message
* x11/xwud: Update to 1.0.5zeising2018-05-102-3/+4
| | | | | | | Summary of changes: * Autoconf fixes * Constification * Changes to usage message
* x11/xmessage: Update to 1.0.5zeising2018-05-102-4/+5
| | | | | | | | Add missing dependencies Summary of changes: * Plug memory leak in error case * Autoconf fixes
* - Switch to USES=localbaseamdmi32018-05-102-4/+2
| | | | | | - Update WWW Approved by: portmgr blanket
* Bump PORTREVISION on more opencv consumers due to opencv updateswills2018-05-101-1/+1
|
* - Add LICENSEamdmi32018-05-092-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* - Fix condition for fortune binary locationamdmi32018-05-081-2/+3
| | | | | | | - While here, silence patching Reported by: jbeich Approved by: portmgr blanket
* - Remove always-true OSVERSION conditionamdmi32018-05-071-1/+1
| | | | Approved by: portmgr blanket
* Add an additional mirrorehaupt2018-05-071-0/+1
|
* Wrap startkde5 into ck-launch-session in the desktop file.tcberner2018-05-072-0/+11
| | | | | | * This way when using sddm or an other login manager the session gets registered with ck. Reported by: kan
* Deprecate ports broken for more than 6 monthsantoine2018-05-051-0/+2
|
* Update to 333ehaupt2018-05-052-4/+4
|
* Update to 3.2.5sunpoet2018-05-051-1/+1
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Fix pkg-descr for the kde[45] metaports as welladridg2018-05-042-2/+12
| | | | | | | | - kde4 is legacy - kde5 is current (and isn't called KDE5) - fix https while I'm at it Approved by: tcberner (mentor, implicit)
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-05-041-1/+1
|
* cargo: update libc to 0.2.40jbeich2018-05-042-4/+4
| | | | Make sure ino64/abstime issues don't affect FreeBSD 12.0 or later.
* Update KDE Plasma Desktop to 5.12.5tcberner2018-05-0411-24/+42
| | | | Submitted by: lwhsu
* Correct comment on the two top-level KDE ports:adridg2018-05-032-2/+2
| | | | | | | | | | - indicate that the KDE4 metaport is legacy - there is no KDE5, so don't call it that in the comment even if the port *is* named suggestively (for that matter, Software Collection was never intended to be used in public communication either). Approved by: tcberner (mentor, implicit)
* x11/xkeyboard-config: Fix the polish keyboard bug introduced in 2.23.1yuri2018-05-032-0/+26
| | | | | | | | | Backport of the fix. Unbreaks the feature. PR: 227935 Submitted by: jakub_lach@mailplus.pl Approved by: portmgr (port compliance, infrastructure)
* - Update xfce4-screenshooter-plugin to 1.9.2madpilot2018-05-035-10/+11
| | | | | | | - Add missing dependencies - Silence portlint warning - Update WWW URL - Regenerated patch
* multimedia/ffmpeg: update to 4.0jbeich2018-05-022-2/+2
| | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175
* Fix GL context creationzeising2018-05-022-1/+11
| | | | | | | | | | Add patch from upstream to fix errors in creating GL context. See Upstream issue for details: https://github.com/jwilm/alacritty/issues/921 PR: 227846 Submitted by: Sascha Holzleiter MFH: 2018Q2
* - Add LICENSEamdmi32018-05-012-0/+5
| | | | | | - Add WWW Approved by: portmgr blanket
* x11/xlsclients: Update 1.1.3 -> 1.1.4yuri2018-04-302-4/+6
| | | | | | | | | | Port changes: * Add LICENSE_FILE * Add to USE_XORG PR: 227085 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
* x11/xload: Update 1.1.2 -> 1.1.3yuri2018-04-302-6/+8
| | | | | | | | | | | Port changes: * Add LICENSE_FILE * Add to USE_XORG * Moved BROKENxx to a proper place PR: 227083 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
* x11/xbitmaps: Update 1.1.1 -> 1.1.2yuri2018-04-302-3/+5
| | | | | | | | Also added LICENSE_FILE. PR: 227081 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
* x11/xkeyboard-config: Update 2.21 -> 2.23.1yuri2018-04-303-4/+6
| | | | | | | | Also added LICENSE_FILE. PR: 227080 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
* x11/xkbcomp: Update 1.4.0 -> 1.4.1yuri2018-04-302-5/+6
| | | | | | | | | | Port changes: * Add LICENSE_FILE * Order USExx section PR: 227079 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
* x11/xinit: Update 1.3.4 -> 1.4.0yuri2018-04-303-22/+12
| | | | | | | | Also add LICENSE_FILE. PR: 227075 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
* x11/xeyes: Update 1.1.1 -> 1.1.2yuri2018-04-302-3/+7
| | | | | | | | Also added LICENSE/LICENSE_FILE. PR: 227074 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
* x11/xbacklight: Update 1.2.1 -> 1.2.2yuri2018-04-302-4/+5
| | | | | | | | Also added LICENSE_FILE. PR: 227073 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
* x11/iceauth: Update 1.0.7 -> 1.0.8yuri2018-04-302-3/+5
| | | | | | | | Also add LICENSE_FILE. PR: 227072 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
* x11/editres: Update 1.0.6 -> 1.0.7yuri2018-04-302-3/+7
| | | | | | | | Also added LICENSE/LICENSE_FILE. PR: 227071 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
* x11/viewres: Update 1.0.4 -> 1.0.5yuri2018-04-302-4/+8
| | | | | | | | | | Port changes: * Add LICENSE/LICENSE_FILE * Add to USE_XORG PR: 227070 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
* Update the QScintilla2 ports to 2.10.4tcberner2018-04-303-3/+3
|
* - Add LICENSEamdmi32018-04-291-0/+2
| | | | Approved by: portmgr blanket
* Update KDE Applications to 18.04.0tcberner2018-04-295-11/+9
| | | | * Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
* x11/yakuake: update to 3.0.5tcberner2018-04-283-16/+5
|
* New port x11/yakuake: KDE Frameworks based version of x11/yakuake-kde4tcberner2018-04-285-0/+243
|
* Update grahics/exiv2 to 0.26tcberner2018-04-281-1/+1
| | | | | | PR: 223625 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12345
* Add the KDE metaportstcberner2018-04-286-0/+86
| | | | | | * add multimedia/dragon (was missing) * add the meta ports for the categories * add x11/kde5 [yeah, we know, there technically is no "KDE 5"]
* Import the KDE Plasma5 portstcberner2018-04-2849-0/+10744
| | | | | | | | | | | | | | | | | This is an import of the Plasma5 ports that we have had in the development repository for quite some time now. Please note: * Plasma5 cannot be installed at the same time as KDE SC4. * Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file. * To start plasma5, it is recommended to use something like exec ck-launch-session startkde * Powermanagement and such is not working :-) I would like to thank all the people that have helped test it in the past years. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D15096
* x11/xpra: unbreak with ffmpeg 4.0jbeich2018-04-272-0/+207
| | | | | | | | | xpra/codecs/dec_avcodec2/decoder.c:5656:72: error: use of undeclared identifier 'CODEC_FLAG2_FAST' __pyx_v_self->codec_ctx->flags2 = (__pyx_v_self->codec_ctx->flags2 | CODEC_FLAG2_FAST); ^ PR: 227726 Obtained from: upstream
* - Add LICENSEamdmi32018-04-272-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* Update to upstream version 7.4riggs2018-04-272-8/+8
| | | | | PR: 227755 Submitted by: neel@neelc.org (maintainer)
* Update KDE Frameworks to 5.45.0tcberner2018-04-2712-30/+33
| | | | | PR: 227512 Exp-run by: antoine
* - Add LICENSEamdmi32018-04-262-0/+5
| | | | | | - Add WWW: Approved by: portmgr blanket
* x11-toolkits/qwt6 -- flavorize, with qt4 and qt5 variantstcberner2018-04-262-2/+24
| | | | | | Submitted by: lbartoletti@tuxfamily.org (maintainer) Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14462
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereamdmi32018-04-262-2/+2
| | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
* - Add LICENSEamdmi32018-04-252-0/+5
| | | | | | - Add WWW Approved by: portmgr blanket
* - Add LICENSEamdmi32018-04-232-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* - Add LICENSEamdmi32018-04-222-0/+5
| | | | | | - Add WWW Approved by: portmgr blanket
* - Add LICENSEamdmi32018-04-212-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* Update to 5.39zeising2018-04-213-4/+16
| | | | | | | | ChangeLog: * New hacks, 'razzledazzle', 'peepers', 'crumbler' and maze3d. * More heuristics for using RSS feeds as image sources. * Built-in image assets are now PNG instead of XPM or XBM. * X11: Better font-loading fallback heuristics on systems with a terrible selection of installed fonts.
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade in 467751jrm2018-04-201-2/+1
| | | | | While here, also remove '# Created by: Anonymous' line from x11/cl-clx-sbcl/Makefile.
* - Add LICENSEamdmi32018-04-192-0/+5
| | | | | | - Add WWW Approved by: portmgr blanket
* devel/boost-*: update to 1.67.0jbeich2018-04-183-2/+3
| | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
* - Add LICENSEamdmi32018-04-182-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* - Add LICENSEamdmi32018-04-162-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* Update to 332ehaupt2018-04-162-4/+4
|
* - Update xfce4-verve-plugin to 1.1.1madpilot2018-04-164-9/+9
| | | | | - Small whitespace changes - Regenerate patch
* - Add LICENSEamdmi32018-04-152-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* Update to 3.8.5.nobutaka2018-04-153-6/+6
|
* sysutils/polkit-qt, sysutils/polkit-qt5: convert to flavortcberner2018-04-141-2/+2
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14642
* devel/qjson, devel-qjson-qt5 create flavorstcberner2018-04-142-4/+4
| | | | | | | * additionally, give the maintainership to kde@. Approved by: portmgr (mat), avilla (timeout) Differential Revision: https://reviews.freebsd.org/D14650
* - Add LICENSEamdmi32018-04-142-0/+5
| | | | | | - Add WWW Approved by: portmgr blanket
* x11/alttab: Update 1.2.0 -> 1.3.0yuri2018-04-142-8/+7
| | | | | | | | | Port changes: * Replace CFLAGS with USES=localbase * Order USExx section PR: 227495 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Update to upstream version 0.5.9riggs2018-04-143-48/+14
| | | | | | | | | | | | | Details - New patchlevel release 0.5.9 - Cleanup ports - USES localbase:ldflags PR: 227061 Submitted by: uzsolt@uzsolt.hu Reviewed by: gor@clogic.com.ua (maintainer) Approved by: gor@clogic.com.ua (maintainer) MFH: 2018Q2
* Updating MATE ports to and patch for MATE 1.20ericbsd2018-04-1430-700/+45
| | | | | Reviewed by: kwm Approved by: bapt (mentor)
* Update to version 16.2krion2018-04-132-4/+4
| | | | | PR: 227474 Submitted by: maintainer
* - Add LICENSEamdmi32018-04-122-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* Update to 3.2.4sunpoet2018-04-111-1/+1
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Fix PKGBASE conflict of devel/libkgapitcberner2018-04-111-1/+1
| | | | Reported by: antoine
* - Add LICENSEamdmi32018-04-112-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* New ports: x11/konsoletcberner2018-04-115-0/+120
| | | | | This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4.
* New ports: net-p2p/ktorrent, net-p2p/libktorrent, net/syndicationtcberner2018-04-111-1/+1
| | | | | | | | | | | | This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4. This one is a bit ugly: move libktorrent and ktorrent-kde4 out of the way and readd the new ones in one go, to not have to touch the same MOVED lines in a short time span. Also this adds a very stripped down version of the desktuils/kdepim metaport, which will get more and more dependencies added shortly.
* 'large' is no longer a valid msdosfs mount option in head after r319735.adridg2018-04-092-7/+18
| | | | | | | | | | | Removes the -o large passed to mount, when kdelibs-kde4 is built on a recent-ish 12-CURRENT system. At the same time, fix a logic error regarding the handling of the -L flag reported by HAL. PR: 223125 Submitted by: rakuco Reported by: avg Approved by: tcberner (mentor, implicit)
* x11/dmenu: Update 4.7 -> 4.8yuri2018-04-084-24/+13
| | | | | | | | | | | | | | 0mp@FreeBSD.org takes maintainership. Port changes: * Remove extra patches * Remove FREETYPEINC patch, add it as a variable to MAKE_ARGS * Monor change in pkg-descr * Change WWW to https PR: 226664 Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> Approved by: schot@a-eskwadraat.nl (maintainer; timeout 22 days)
* - Add LICENSEamdmi32018-04-072-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* Extend kde.mk by plist handlingtcberner2018-04-071-76/+0
| | | | | | For ports that specify CATEGORIES=kde-applications, automatically add documentation to the plist. Differential Revision: https://reviews.freebsd.org/D14821
* devel/icu: update to 61.1jbeich2018-04-062-2/+2
| | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61)
* www/webkit2-gtk3: Update to 2.20.0tobik2018-04-061-0/+1
| | | | | | | | | | | | | | - Add WAYLAND option - Bump PORTREVISION of dependents - Fix build of epiphany 3.24.2 with newer WebKit versions PR: 223733 Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3) Reviewed by: Ting-Wei Lan <lantw44@gmail.com> Approved by: gnome (maintainer timeout, too long) Security: 1ce95bc7-3278-11e8-b527-00012e582166 MFH: 2018Q2 Differential Revision: https://reviews.freebsd.org/D14872
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkacm2018-04-051-1/+1
| | | | | | | | | | - Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
* Update Eric Turgeon ports maintainer emailericbsd2018-04-031-1/+1
| | | | Approved by: wg, bapt (mentors)
* - Add LICENSEamdmi32018-04-022-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-04-011-1/+1
|
* x11/py-xdot06: Disable PORTSCOUTdbaio2018-03-311-0/+2
|
* x11/py-xdot: Update to 0.9dbaio2018-03-314-483/+22
| | | | | | | | | | | | Fix dependencies. Add a patch from upstream for don't check for graphviz python module, it's not used by xdot. Support for Python 3 only. PR: 226792 Submitted by: Greg V <greg@unrelenting.technology>
* Add x11/py-xdot06 0.6 (copied from x11/py-xdot)dbaio2018-03-314-0/+35
| | | | | It was downgraded from 0.7 to 0.6 because this version is needed to run security/w3af GUI properly.
* Update to 0.1.44bapt2018-03-303-5/+5
|
* - Add LICENSEamdmi32018-03-302-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* x11/alacritty: update libc crate to 0.2.39jbeich2018-03-303-210/+4
| | | | | | | | | | | alacritty >= g20180312 works fine as is on FreeBSD >= 12.0 as libc >= 0.2.38 uses pre-ino64 syscalls (via COMPAT_FREEBSD11). To simplify maintenance, update libc and drop the patch, similar to what lang/rust-nightly did. https://github.com/rust-lang/libc/commit/969ad2b73cdc https://github.com/rust-lang/libc/commit/78f93220d70e PR: 222824
* Update nVidia driver to the latest long lived branch version 390.48.danfe2018-03-302-5/+5
|
* Fix permissions in installed Qt5 header filestcberner2018-03-302-0/+2
| | | | | | | | | | | | | | | For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and thereby does not get the normal default value of --no-same-owner --no-same-permissions passed when extracting. This lead to for example header files being installed (i.e. copied), with permissions group write permissions. Manually append that to the bsd.qt.mk shenanigans (also do the same in www/qt5-webchannel, which opts out of the bsd.qt.mk value) PR: 227027 Reported by: grarpamp@gmail.com
* x11/xfce4-terminal: Update to 0.8.7.3woodsb022018-03-292-4/+4
| | | | | Changes this release: https://mail.xfce.org/pipermail/xfce-announce/2018-March/000592.html
* Make libgnome and libgnomeui not implying esound dependencybapt2018-03-264-4/+4
| | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase
* - Update WWWamdmi32018-03-261-1/+1
| | | | Approved by: portmgr blanket
* - Add LICENSEamdmi32018-03-262-0/+5
| | | | | | - Add WWW Approved by: portmgr blanket
* Fix build on ppc64 by specifying what is needed from the compiler.brd2018-03-261-1/+3
| | | | | | PR: 225635 Submitted by: jhibbits Approved by: maintainer timeout
* - Add LICENSEamdmi32018-03-252-0/+5
| | | | | | - Add WWW Approved by: portmgr blanket
* Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDNsunpoet2018-03-251-1/+1
| | | | | PR: 225609 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Explicitely set KDE_APPLICATIONS_VERSION so that it can be bumped in kde.mk.tcberner2018-03-241-0/+3
|
* Remove useless dependency on esoundbapt2018-03-233-10/+8
| | | | | | | | | The esound dependency is actually off by default form quite some time, but was still registered as a dependency, drop it. While here: - update to 2.32.1 - use USES=localbase
* x11/radare-cutter: update to 1.3swills2018-03-222-7/+6
|
* x11/sterm: Update to 0.8.1yuri2018-03-222-4/+4
| | | | | | PR: 226811 Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
* - Add LICENSEamdmi32018-03-212-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* x11-toolkits/granite: Update to 0.5yuri2018-03-211-4/+7
| | | | | | | | | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Change to github Bump x11/pantheon-terminal and math/pantheon-calculator While in math/pantheon-calculator: * Add LICENSE_FILE While in x11/pantheon-terminal: * Add missing dependencies in LIB_DEPENDS * Add missing dependencies in USE_GNOME * Group USExx accorfing to the portlint warning * Change USES=cmake to USES=cmake:outsource PR: 226696 Submitted by: Greg V <greg@unrelenting.technology>
* x11/rofi: Fix distinfotobik2018-03-212-3/+4
| | | | | | | | | | Upstream has silently rerolled their release tarballs. Differences between the 2 tarballs seem to be harmless and mostly in generated files and an updated libnkutils [1]. [1] https://people.freebsd.org/~tobik/rofi-r465082.diff Reported by: olgeni
* portmaster@bsdforge.com takes maintainership of 3 ports.yuri2018-03-212-2/+2
| | | | | PR: 226804 226805 226806 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
* Move databases/akonadi to databases/akonadi-kde4tcberner2018-03-211-1/+1
|
* x11/sterm: Update to 0.8tobik2018-03-215-24/+32
| | | | | | | | | | | | | | | | | | | | | | | | | - Fix LICENSE and set it to MIT - Fix the way we handle the terminfo of x11/sterm. FreeBSD 12, 11-STABLE, and 11.2-RELEASE do not require any additional configuration (thanks to bapt@) [1]. For older versions, there is a simple set of instructions on how to configure terminfo for x11/sterm in pkg-message. - Create a symbolic link to user-defined config.h instead of making a copy as is done in other suckless.org ports such as x11-wm/dwm and www/quark. - Respect CPPFLAGS - Add some files to DOCS and DATA - Eliminate an unnecessary .for loop during install - Use HTTPS in WWW - Add UPDATING entry as old config.h files will need to be updated for the newer version [1] https://svnweb.freebsd.org/changeset/base/331006 Changes: https://git.suckless.org/st/log/?qt=range&q=0.7..0.8 PR: 226632 Submitted by: 0mp Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
* x11/rofi: Update to 1.5.1tobik2018-03-203-4/+6
| | | | | | | Changes: https://github.com/DaveDavenport/rofi/releases/tag/1.5.1 PR: 226715 Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch> Approved by: nomoo@nomoo.ru (maintainer)
* - Add LICENSEamdmi32018-03-202-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* Bump PORTREVISION on ports depending on devel/libical.truckman2018-03-201-1/+1
| | | | PR: 226460
* - Update trayer to 1.1.8madpilot2018-03-182-5/+5
| | | | - Silence portlint warning about variables ordering
* Update xfce4-terminal to 0.8.7.2madpilot2018-03-162-4/+4
|
* - Assign new MAINTAINERzi2018-03-151-1/+1
| | | | Requested by: Piotr Kubaj <pkubaj@anongoth.pl>
* - Reset MAINTAINER due to fatal email bouncezi2018-03-151-1/+1
| | | | Reported by: portscout
* - Update WWWamdmi32018-03-151-1/+1
| | | | Approved by: portmgr blanket
* x11/xorg: Provide a more accurate package descriptiontobik2018-03-141-1/+1
| | | | | | PR: 213400 Submitted by: Andras Farkas <deepbluemistake@gmail.com> Approved by: maintainer timeout
* Create flavors for devel/libdbusmenu-qt[45]tcberner2018-03-132-3/+4
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14643
* Update py-sip to 4.19.8 and qscintilla2 to 2.10.3tcberner2018-03-133-3/+3
| | | | | PR: 226487 Exp-run by: antoine
* Update KDE Frameworks to 5.44tcberner2018-03-1310-30/+30
| | | | | PR: 226498 Exp-run by: antoine
* Unbreak the build against recent Clang (error: invalid suffix on literal;danfe2018-03-111-0/+4
| | | | C++11 requires a space between literal and identifier).
* Return maho@'s ports to the pool after his commit bit expired.rene2018-03-111-1/+1
| | | | With hat: portmgr
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-113-2/+3
| | | | version 1.1.0 (via revision 464079).
* devel/radare2: Update to 2.4.0yuri2018-03-091-0/+1
| | | | | | | | | | | | Also changed to DISTVERSION. Bumped x11/radare-cutter because radare2's sonames don't include version, but its interface has changed. Reported the problem of invalid sonames to the updatream. PR: 226447 Submitted by: Michael Zhilin <mizhka@gmail.com> (maintainer) Approved by: tcberner (mentor, implicit)
* x11/polybar: Update pkg-message: bspwm works.yuri2018-03-082-1/+2
| | | | | | | | | | Maintainer's timeout expired: capt_redbeard@protonmail.com Bumped because this changes the package. PR: 226094 Submitted by: Greg Fitzgerald <gregf@hugops.pw> Approved by: tcberner (mentor, implicit)
* - Add LICENSEamdmi32018-03-072-0/+5
| | | | | | - Update WWW Approved by: portmgr blanket
* Reset MAINTAINER of flz's ports by his requesttobik2018-03-061-1/+1
| | | | PR: 195339
* x11/controllermap: update to 2.0.8 (nop)jbeich2018-03-052-4/+4
| | | | | Changes: https://hg.libsdl.org/SDL/log/release-2.0.8/test/controllermap.c Changes: https://hg.libsdl.org/SDL/log/release-2.0.8/test/testjoystick.c
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-03-051-0/+1
|