summaryrefslogtreecommitdiff
path: root/x11-wm
AgeCommit message (Collapse)Author
2019-07-28x11-wm/wayfire: add new portJan Beich
Wayfire is a wayland compositor based on wlroots. It aims to create a customizable, extendable and lightweight environment without sacrificing its appearance. https://wayfire.org/
2019-07-26Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
2019-07-22Use ftp.freebsd.org instead of people.freebsd.org.Cy Schubert
Reported by: mat@ MFH: 2019Q3
2019-07-20Distfile directory for fvwm_icons is 404. Use new location. WhileCy Schubert
at it host the file in local backup locations. MFH: 2019Q3
2019-07-10KDE Plasma Desktop: update to 5.16.3Tobias C. Berner
Tuesday, 9 July 2019. Today KDE releases a Bugfix update to KDE Plasma 5, versioned 5.16.3. Plasma 5.16 was released in June with many feature refinements and new modules to complete the desktop experience. This release adds a fortnight's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * DrKonqi will now automatically log into bugs.kde.org when possible. Fixes bug #202495. * libinput. * Keep Klipper notifications out of notification history. Fixes bug #408989. Announcement: https://kde.org/announcements/plasma-5.16.3.php Changelog: https://kde.org/announcements/plasma-5.16.2-5.16.3-changelog.php
2019-07-01x11-wm/gcompmgr: fix build with GCC-based architecturesPiotr Kubaj
Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D20822
2019-07-01Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev
2019-06-28Comment out false dependencies in the sample system.fvwm2rc. UlikeCy Schubert
Gnome, KDE, XFCE, and LXDE, which are windowing enviornments, FVWM is a simple window manager which simply controls the the placement of windows and provides decoration for windows. Wereas a windowing environment (like Gnome or KDE) is an ecosystem of themes, settings (like keyboard, mouse, network, and others), and a suite of applications within that ecosystem. FVWM is not this. There remove references sample applications, many which do not exist any more. Some people erroneously expect the samples to be installed when FVWM is installed. The samples still exist in the system.fvwm2rc file as comments. Users can install applications of their choosing and uncomment the desired samples, though it is recommended that people create their own ~/.fvwm2rc file instead. PR: 238350
2019-06-25Update KDE Plasma Desktop to 5.16.2Tobias C. Berner
Tuesday, 25 June 2019. Today KDE releases a Bugfix update to KDE Plasma 5, versioned 5.16.2. Plasma 5.16 was released in June with many feature refinements and new modules to complete the desktop experience. This release adds a week's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Klipper Always restore the last clipbboard item. Commit. * Discover: Improved notification identification for Snap applications. * Notifications: Don't keep non-configurable notifications in history. Announcement: https://kde.org/announcements/plasma-5.16.2.php The changelog can be found here: https://kde.org/announcements/plasma-5.16.1-5.16.2-changelog.php
2019-06-19Update KDE Plasma Desktop to 5.16.1Tobias C. Berner
Announcement: https://kde.org/announcements/plasma-5.16.1.php
2019-06-19- Simplify XFCE MASTER_SITES usageGuido Falsi
- Update XFCE Master sites list Submitted by: olivierd Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D8416
2019-06-15Update KDE's Plasma Desktop to 5.16Tobias C. Berner
Announcement: https://kde.org/announcements/plasma-5.16.0.php
2019-06-05x11-wm/hikari: fix buildPiotr Kubaj
Add USES=compiler:c11 to fix build. Note that this port actually needs C17, but there's no USES=compiler:c17, and our C11-compatible compilers already support C17: cc1: error: unrecognized command line option "-std=c17" Approved by: mentors (implicit approval)
2019-06-05Update xfce4-desktop to 4.12.5Guido Falsi
2019-06-03x11-wm/cage: update to 0.1.1Jan Beich
Changes: https://github.com/Hjdskes/cage/releases/tag/v0.1.1 Reported by: GitHub (watch releases)
2019-06-03x11-wm/sway: update to 1.1.1Jan Beich
Changes: https://github.com/swaywm/sway/compare/1.1-rc3...1.1.1 Changes: https://github.com/swaywm/sway/releases/tag/1.1
2019-06-03x11-wm/e16: update to 1.0.20Pietro Cerutti
Announcement: https://sf.net/p/enlightenment/mailman/message/36682432 Changelog: https://git.enlightenment.org/e16/e16.git/commit/ChangeLog?h=v1.0.20
2019-06-02Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev
2019-06-02lang/ghc: Update to 8.6.4 and bump PORTREVISIONs for Haskell ports.Gleb Popov
While there, fix build with DOCS=off. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20464
2019-05-31bump cairocffi to 0.9 in x11-wm/qtile Makefile and remove brokenEric Turgeon
Approved by: mentor (implicit)
2019-05-28x11-wm/i3: fix build with many threadsPiotr Kubaj
i3 needs MAKE_JOBS_UNSAFE=yes to build. Errors: /wrkdirs/usr/ports/x11-wm/i3/work/i3-4.16/../i3-4.16/i3-config-wizard/main.c:109:10: fatal error: GENERATED_config_enums.h: No such file or directory #include "GENERATED_config_enums.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. PR: 237890 Approved by: tcberner (mentor), bapt (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D20438
2019-05-28Merge lang/ghcXXX ports into lang/ghc.Gleb Popov
Remove OPTIONS support from library Haskell ports. Do not install documentation by library Haskell ports. Remove deprecation notice from library ports, that still needed. PR: 224083 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20247
2019-05-25x11-wm/hikari: update to 0.1.3Steve Wills
While here, improve the desktop file and improve formatting PR: 238110 Submitted by: Alexander Sieg <alex@xanderio.de> (maintainer)
2019-05-21Add hikari.desktop for display/login managers.Mateusz Piotrowski
While here: - Include bsd.port.pre.mk before checking the value of WITH_DEBUG so that WITH_DEBUG_PORTS is respected. - Mention that the format of config.h may change across versions. PR: 238019 Submitted by: Alexander Sieg <alex@xanderio.de>
2019-05-21x11-wm/sway: update to 1.1.r3Jan Beich
Changes: https://github.com/swaywm/sway/releases/tag/1.1-rc3
2019-05-21Add dwm.desktop for display managers like xdm or SLiM.Mateusz Piotrowski
2019-05-20New port: x11-wm/hikari: Stacking window manager with tiling capabilitiesMateusz Piotrowski
Hikari is a stacking window manager with additional tiling capabilities, it is heavily inspired by the Calm Window manager (cwm(1)). Its core concepts are windows, groups, sheets and the workspace. WWW: https://hub.darcs.net/raichoo/hikari PR: 237970 Submitted by: Alexander Sieg <alex@xanderio.de> Differential Revision: https://reviews.freebsd.org/D20306
2019-05-11x11-wm/sway: update to 1.1.r2Jan Beich
Changes: https://github.com/swaywm/sway/releases/tag/1.1-rc2
2019-05-11update mate desktop to 1.22.1Eric Turgeon
Approved by: mentors (implicit)
2019-05-09Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev
2019-05-08Update KDE Plasma Desktop to 5.15.5Tobias C. Berner
Changelog: https://kde.org/announcements/plasma-5.15.4-5.15.5-changelog.php
2019-05-03x11-wm/cage: update upstream patchesJan Beich
- Some patches changed slightly on merge - Backport honoring XKB_* variables
2019-05-03x11-wm/sway: update to 1.1.r1Jan Beich
Changes: https://github.com/swaywm/sway/releases/tag/1.1-rc1
2019-05-03x11-toolkits/wlroots: update to 0.6.0Jan Beich
Changes: https://github.com/swaywm/wlroots/releases/tag/0.6.0
2019-05-02x11-wm/compiz: Add the amdgpu to driver whitelistMateusz Piotrowski
The elements of the list are prefixes of display drivers located in /usr/local/lib/xorg/modules/drivers, so these refer to Xorg display drivers, not kernel modules. The "intel" driver covers i915 if and only if intel_drv.so is loaded. If modesetting_drv.so is loaded then "intel" does not cover i915 anymore. As xf86-video-amdgpu installs amdgpu_drv.so, "amdgpu" should also be added to the list. "ati" and "radeon" cover display drivers installed by both xf86-video-ati and xf86-video-ati-legacy. PR: 230894 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: portmgr (maintainer timeout, > 14 days)
2019-05-02x11-wm/compiz: Clean up port's makefileMateusz Piotrowski
- Add modesetting to the drivers whitelist - Use upstream name xfwm4 instead of xfwm to properly fall back - Remove reference to former option GNOME - Simplify option DBUS - Add missing dependencies - Add LICENSE - Add USES=gnome, USES=gl and USE_GL=gl - Reorder the variables to pet portlint - Regenerate patch files to pet portlint Metacity migrated to GTK+ 3 while Compiz still uses GTK+ 2. This incompatibility was left unseen at make time because of a reference to former option GNOME in an assertion which resulted in METACITY being always disabled. Committer's changes: - Remove broken option METACITY - Further lint the makefile PR: 230894 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Reviewed by: mat Approved by: portmgr (maintainer timeout: > 14 days) Differential Revision: https://reviews.freebsd.org/D19467
2019-05-01Remove esound support from pulseaudio as audio/esound expired.Rene Ladan
Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
2019-04-26x11-wm/cage: add new portJan Beich
2019-04-24x11-wm/i3-gaps: add MAKE_JOBS_UNSAFE=yesPiotr Kubaj
I encountered a build error resulting from parallel build. PR: 237526 Approved by: tcberner (mentor), dg@syrec.org (maintainer) Differential Revision: https://reviews.freebsd.org/D20041
2019-04-24Mark BROKEN: tries to download during configure phaseMathieu Arnold
===> Configuring for qtile-0.13.0 Download error on https://pypi.org/simple/cairocffi/: [Errno 65] No route to host -- Some packages may not be found! Download error on https://pypi.org/simple/: [Errno 65] No route to host -- Some packages may not be found! No local packages or working download links found for cairocffi>=0.9[xcb] Reported by: pkg-fallout
2019-04-24remove broken states of x11-wm/qtileEric Turgeon
Approved by: mentors (implicit)
2019-04-18x11-wm/openbox: fix openbox-xdg-autostart for Python 3Roman Bogorodskiy
Openbox includes a Python script (openbox-xdg-autostart) which implements the XDG autostart spec (https://www.freedesktop.org/wiki/Specifications/autostart-spec/). The switch of the default Python to 3.6 in ports r498529 broke the script. The added patch makes the script work again with both Python 2 and 3. Luckily the only problem was "print" being changed from a keyword to a regular function. PR: 237319 Submitted by: Sebastian Schwarz
2019-04-09Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh
- Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
2019-04-06Mark BROKEN on i386Antoine Brodin
Reported by: pkg-fallout MFH: 2019Q2
2019-04-02Update KDE Plasma Desktop to 5.15.4Tobias C. Berner
Changelog: https://kde.org/announcements/plasma-5.15.3-5.15.4-changelog.php
2019-04-02x11-wm/xfce4-session: Add xflock4 option for xfce4-screensaver-commandBen Woods
This will ensure the "Super+L" key combination locks the screen when x11/xfce4-screensaver is being used. Approved by: madpilot (xfce) Differential Revision: https://reviews.freebsd.org/D19771
2019-03-30Mark almost all Haskell ports for expiration by mid AprilTobias C. Berner
Ports for Haskell *libraries* are going to be removed from the ports tree. Haskell *applications* are going to be statically linked with all dependencies ( https://reviews.freebsd.org/D19730 ), so there is no reason to keep Haskell libraries in tree. If you think a port is wrongly marked and should stay, please contact haskell@ Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D19244
2019-03-28Upgrade the LXQt desktop environment to 0.14.0Jesper Schmitz Mouridsen
Upstream announcement https://forum.lxqt.org/t/release-lxqt-0-14-0/572 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19056
2019-03-26x11-wm/xcompmgr: Update to 1.1.8Niclas Zeising
Update x11-wm/xcompmgr to 1.1.8. This is a maintenance release. Add LICENSE and LICENSE_FILE. Changelog: https://lists.x.org/archives/xorg-announce/2019-March/002989.html
2019-03-25New port: shells/ionTobias Kortkamp
Ion is a modern system shell that features a simple, yet powerful, syntax. It is written entirely in Rust, which greatly increases the overall quality and security of the shell, eliminating the possibilities of a ShellShock-like vulnerability, and making development easier. It also offers a level of performance that exceeds that of Dash, when taking advantage of Ion's features. While it is developed alongside, and primarily for, RedoxOS, it is a fully capable on other *nix platforms. WWW: https://gitlab.redox-os.org/redox-os/ion