aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/ede: Add sed=gsedKyle Evans2019-09-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two problems lie in ${EDELIB_WRKSRC}/sslib/gen-c-string.sh sed usage: - \s is a GNU extension, this is trivially replaced with [[:space:]], HOWEVER: - The next expression uses \t and expects a tab, but this will not happen with our sed. \s was caught by the patch in bug #229925 that forbids escaping ordinary characters that have no extra meaning to lessen the stress of later adding special behavior to some of these escape sequences. \t, however, will just silently do the wrong thing. Switch this over to gsed for now; a pass will be done later to check out every port with BUILD_DEPENDS containing gsed to evaluate whether we're ready for them to use base sed or not. QA: * portlint: OK (minor warnings that should be addressed separately) * testport: OK (poudriere: 13.0-CURRENT and 12.0-RELEASE, amd64) * diffoscope: OK (only minor metadata changes to package) PR: 240312 Approved by: koobs (ports) Notes: svn path=/head/; revision=511364
* Remove expired ports:Rene Ladan2019-09-0515-563/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-09-04 devel/ace+tao-doc: Broken for more than 6 months 2019-09-04 devel/dfmt: Broken for more than 6 months 2019-09-04 devel/ignition-transport: Broken for more than 6 months 2019-09-04 devel/spin: Broken for more than 6 months 2019-09-04 editors/dexed: Depends on expiring devel/dfmt 2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree 2019-09-04 games/asc: Broken for more than 6 months 2019-09-04 games/slade: Broken for more than 6 months 2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months 2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree 2019-09-04 irc/irssi-otr: Broken for more than 6 months 2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months 2019-09-04 mail/qmail-ldap: Broken for more than 6 months 2019-09-04 math/fityk: Broken for more than 6 months 2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months 2019-09-04 math/octave-forge-fits: Broken for more than 6 months 2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months 2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months 2019-09-04 math/octave-forge-parallel: Broken for more than 6 months 2019-09-04 math/octave-forge-strings: Broken for more than 6 months 2019-09-04 math/octave-forge-tisean: Broken for more than 6 months 2019-09-04 math/octave-forge-video: Broken for more than 6 months 2019-09-04 math/py-yt: Depends on expiring graphics/embree 2019-09-04 misc/gnustep-examples: Broken for more than 6 months 2019-09-04 net/turses: Depends on expiring net/py-tweepy 2019-09-04 security/clamcour: Broken for more than 6 months 2019-09-04 security/honeybadger: Broken for more than 6 months 2019-09-04 sysutils/freefilesync: Broken for more than 6 months 2019-09-04 sysutils/log-courier: Broken for more than 6 months 2019-09-04 textproc/py-orange3-text: Broken for more than 6 months 2019-09-05 www/feedjack: Upstream gone 2019-09-04 www/havp: Broken for more than 6 months 2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead 2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-wm/golem: Broken for more than 6 months 2019-09-04 x11-wm/pawm: Broken for more than 6 months Notes: svn path=/head/; revision=511180
* KDE Plasma Desktop -- update to 5.16.5Tobias C. Berner2019-09-034-6/+13
| | | | | | | | | | | | | | | | | | | Tuesday, 3 September 2019. Today KDE releases a Bugfix update to KDE Plasma 5, versioned 5.16.5. Plasma 5.16 was released in June with many feature refinements and new modules to complete the desktop experience. This release adds a month's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * [weather] [envcan] Add additional current condition icon mappings. * [Notifications] Group only same origin and show it in heading. * Volume Control: Fix speaker test not showing sinks/buttons. Full changelog: https://kde.org/announcements/plasma-5.16.4-5.16.5-changelog.php Notes: svn path=/head/; revision=510972
* x11-wm/ctwm: Update to 4.0.3Steve Wills2019-09-022-4/+4
| | | | | | | | PR: 239369 Submitted by: fullermd@over-yonder.net (maintainer) Notes: svn path=/head/; revision=510900
* x11-wm/i3-gaps: Update to 4.17.1Yuri Victorovich2019-09-022-5/+5
| | | | | | | | PR: 240276 Submitted by: Dmitri Goutnik <dg@syrec.org> (mainteiner) Notes: svn path=/head/; revision=510855
* Update WWWBaptiste Daroussin2019-08-291-1/+1
| | | | Notes: svn path=/head/; revision=510156
* x11-wm/enlightenment: fix build with GCC architecturesPiotr Kubaj2019-08-282-1/+11
| | | | | | | | | | | | | | This port needs include sys/types.h in src/modules/sysinfo/cpuclock/cpuclock_sysctl.c: /usr/include/sys/sysctl.h:1062: error: expected declaration specifiers or '...' before 'u_int' It also needs USES=compiler:c11 because of pragma GCC diagnostic. PR: 239407 Approved by: enlightenment (maintainer timeout), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21399 Notes: svn path=/head/; revision=510091
* x11-toolkits/wlroots: update to 0.7.0Jan Beich2019-08-273-1/+3
| | | | | | | | Changes: https://github.com/swaywm/wlroots/releases/tag/0.7.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=510012
* x11-wm/sway: update to 1.2Jan Beich2019-08-272-4/+4
| | | | | | | | | Changes: https://github.com/swaywm/sway/compare/1.2-rc2...1.2 Changes: https://github.com/swaywm/sway/releases/tag/1.2 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=510011
* Update to 4.17Baptiste Daroussin2019-08-222-5/+4
| | | | Notes: svn path=/head/; revision=509594
* x11-wm/fvwm-crystal: ups, still needs python2.7Kurt Jaeger2019-08-211-1/+1
| | | | | | | | PR: 239625 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Notes: svn path=/head/; revision=509557
* x11-wm/fvwm-crystal: really update WWWKurt Jaeger2019-08-211-1/+1
| | | | | | | PR: 239625 Notes: svn path=/head/; revision=509553
* x11-wm/fvwm-crystal: upgrade 3.0.6 -> 3.4.1Kurt Jaeger2019-08-215-189/+1101
| | | | | | | | | | | | | - update WWW to SF - no longer limited to python2.x PR: 239625 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Approved by: giacomomariani@yahoo.it (maintainer timeout) Relnotes: https://sourceforge.net/p/fvwm-crystal/code/HEAD/tree/ChangeLog Notes: svn path=/head/; revision=509552
* x11-wm/fvwm-crystal: force python to 2.7, change MASTER_SITEKurt Jaeger2019-08-212-3/+5
| | | | | | | | | PR: 239625 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Approved by: giacomomariani@yahoo.it (maintainer timeout) Notes: svn path=/head/; revision=509525
* x11-wm/sway: update to 1.2.r2Jan Beich2019-08-202-4/+4
| | | | | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.2-rc2 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=509416
* x11-wm/i3-gaps: Update to 4.17Yuri Victorovich2019-08-152-5/+4
| | | | | | | | PR: 239820 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=509023
* Convert to UCL & cleanup pkg-message (categories x)Mathieu Arnold2019-08-1411-24/+68
| | | | Notes: svn path=/head/; revision=508914
* - tune plist (thanks mat@)Jason Helfman2019-08-131-6/+7
| | | | | | | | | - pet portlint - link libSM - bump portrevision Notes: svn path=/head/; revision=508879
* x11-wm/sway: update to 1.2.r1Jan Beich2019-08-093-5/+5
| | | | | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.2-rc1 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=508425
* - reclaimJason Helfman2019-08-081-1/+1
| | | | Notes: svn path=/head/; revision=508388
* - remove old documentation as part of optional documentation to installJason Helfman2019-08-073-37/+7
| | | | | | | | | | | | | | | | * docs from 2006 (probably out-of-date) - pet portlint - bump portrevision Old docs are still accessible here: https://people.freebsd.org/~mezz/distfiles/ M fluxbox/Makefile M fluxbox/distinfo M fluxbox/files/patch-util_fbsetbg Notes: svn path=/head/; revision=508348
* - pet portlint a bitJason Helfman2019-08-071-2/+3
| | | | Notes: svn path=/head/; revision=508290
* - set deprecationJason Helfman2019-08-061-0/+2
| | | | | | | | | | - set expiration to 2019-10-05 PR: 239661 Submitted by: w.schwarzenfeld@utanet.at (based on) Notes: svn path=/head/; revision=508263
* Return jgh's ports to the various pools after his commit bit was safekept.Rene Ladan2019-08-052-2/+2
| | | | | | | Hat: portmgr-secretary Notes: svn path=/head/; revision=508206
* Mark BROKEN: unfetchableAntoine Brodin2019-08-056-0/+12
| | | | Notes: svn path=/head/; revision=508166
* Use HTTPS in pkg-descr's of Haskell ports.Gleb Popov2019-08-041-1/+1
| | | | Notes: svn path=/head/; revision=508085
* Deprecate ports broken for more than 6 monthsAntoine Brodin2019-08-042-0/+4
| | | | Notes: svn path=/head/; revision=508082
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2019-08-021-1/+1
| | | | Notes: svn path=/head/; revision=507859
* KDE Plasma Desktop: update to 5.16.4Tobias C. Berner2019-07-314-8/+6
| | | | | | | | | | | | | | | Tuesday, 30 July 2019. Today KDE releases a Bugfix update to KDE Plasma 5, versioned 5.16.4. Plasma 5.16 was released in June with many feature refinements and new modules to complete the desktop experience. This release adds three week's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: Changelog: https://kde.org/announcements/plasma-5.16.3-5.16.4-changelog.php Notes: svn path=/head/; revision=507721
* x11-wm/awesome: Fix build when multiple Lua versions are installedDanilo G. Baio2019-07-301-1/+2
| | | | | | | Reported by: Alan Braslau (email) Notes: svn path=/head/; revision=507686
* Update xfce4-panel-profiles to 1.0.9Guido Falsi2019-07-293-7/+18
| | | | Notes: svn path=/head/; revision=507606
* x11-wm/wayfire: add new portJan Beich2019-07-285-0/+123
| | | | | | | | | | | 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/ Notes: svn path=/head/; revision=507480
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-2615-5/+15
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Use ftp.freebsd.org instead of people.freebsd.org.Cy Schubert2019-07-221-1/+1
| | | | | | | | Reported by: mat@ MFH: 2019Q3 Notes: svn path=/head/; revision=507121
* Distfile directory for fvwm_icons is 404. Use new location. WhileCy Schubert2019-07-201-1/+3
| | | | | | | | | at it host the file in local backup locations. MFH: 2019Q3 Notes: svn path=/head/; revision=506975
* KDE Plasma Desktop: update to 5.16.3Tobias C. Berner2019-07-102-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=506333
* x11-wm/gcompmgr: fix build with GCC-based architecturesPiotr Kubaj2019-07-013-2/+20
| | | | | | | | Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D20822 Notes: svn path=/head/; revision=505633
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2019-07-011-1/+1
| | | | Notes: svn path=/head/; revision=505574
* Comment out false dependencies in the sample system.fvwm2rc. UlikeCy Schubert2019-06-282-55/+55
| | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=505298
* Update KDE Plasma Desktop to 5.16.2Tobias C. Berner2019-06-252-6/+6
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=505128
* Update KDE Plasma Desktop to 5.16.1Tobias C. Berner2019-06-192-6/+6
| | | | | | | | Announcement: https://kde.org/announcements/plasma-5.16.1.php Notes: svn path=/head/; revision=504588
* - Simplify XFCE MASTER_SITES usageGuido Falsi2019-06-195-7/+7
| | | | | | | | | | | | - Update XFCE Master sites list Submitted by: olivierd Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D8416 Notes: svn path=/head/; revision=504557
* Update KDE's Plasma Desktop to 5.16Tobias C. Berner2019-06-154-100/+137
| | | | | | | | Announcement: https://kde.org/announcements/plasma-5.16.0.php Notes: svn path=/head/; revision=504246
* x11-wm/hikari: fix buildPiotr Kubaj2019-06-051-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=503513
* Update xfce4-desktop to 4.12.5Guido Falsi2019-06-052-4/+4
| | | | Notes: svn path=/head/; revision=503495
* x11-wm/cage: update to 0.1.1Jan Beich2019-06-032-31/+4
| | | | | | | | Changes: https://github.com/Hjdskes/cage/releases/tag/v0.1.1 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=503414
* x11-wm/sway: update to 1.1.1Jan Beich2019-06-032-9/+4
| | | | | | | | Changes: https://github.com/swaywm/sway/compare/1.1-rc3...1.1.1 Changes: https://github.com/swaywm/sway/releases/tag/1.1 Notes: svn path=/head/; revision=503402
* x11-wm/e16: update to 1.0.20Pietro Cerutti2019-06-032-6/+10
| | | | | | | | Announcement: https://sf.net/p/enlightenment/mailman/message/36682432 Changelog: https://git.enlightenment.org/e16/e16.git/commit/ChangeLog?h=v1.0.20 Notes: svn path=/head/; revision=503377
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2019-06-021-1/+1
| | | | Notes: svn path=/head/; revision=503294
* lang/ghc: Update to 8.6.4 and bump PORTREVISIONs for Haskell ports.Gleb Popov2019-06-022-2/+2
| | | | | | | | | | While there, fix build with DOCS=off. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20464 Notes: svn path=/head/; revision=503292