aboutsummaryrefslogtreecommitdiff
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* x11/simplestroke: Update to 1.2.1Tobias Kortkamp2019-07-302-10/+30
| | | | | | | | Adds an evdev backend so that it can run everywhere and not just under Xorg. Notes: svn path=/head/; revision=507651
* Update xfce4-screensaver to 0.1.7Guido Falsi2019-07-293-5/+8
| | | | Notes: svn path=/head/; revision=507603
* Update libexo to 0.12.7Guido Falsi2019-07-293-4/+5
| | | | Notes: svn path=/head/; revision=507596
* x11/find-cursor: Update to v1.4Mateusz Piotrowski2019-07-292-4/+4
| | | | | | | Reported by: Repology Notes: svn path=/head/; revision=507569
* x11-wm/wayfire: add new portJan Beich2019-07-285-0/+38
| | | | | | | | | | | 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
* Update to 0.20Sunpoet Po-Chuan Hsieh2019-07-273-8/+14
| | | | | | | | | | - Add LICENSE_FILE - Sort PLIST Changes: https://metacpan.org/changes/distribution/Clipboard Notes: svn path=/head/; revision=507439
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-2670-27/+70
| | | | | | | | | | | | | | | | | | 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
* Prepare for powerpc-on-clang by deleting hard-coded tests for architectureMark Linimon2019-07-251-1/+1
| | | | | | | | | | | | | | | | | as a stand-in for "are we running on gcc". In some cases we only need to specifically test for "are we on the ancient base gcc", e.g, the usage of 'pragma'. While here, in some cases turn off SSE functions more specifically based on ARCH, and turn off -mtune=generic everywhere. These are part of a larger work in progress; these commits are for ports that would have been touched by the the powerpc-on-clang test regardless. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=507308
* Update to 348Emanuel Haupt2019-07-242-5/+5
| | | | Notes: svn path=/head/; revision=507269
* multimedia/x265: update to 3.1.1Jan Beich2019-07-191-0/+1
| | | | | | | Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-1 Notes: svn path=/head/; revision=506963
* x11/py-pyvirtualdisplay: update to 0.2.4Steve Wills2019-07-192-4/+4
| | | | | | | | PR: 239281 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) Notes: svn path=/head/; revision=506932
* KDE Frameworks: update to 5.60.0Tobias C. Berner2019-07-1624-45/+43
| | | | | | | | | | | | | | | | | July 13, 2019. KDE today announces the release of KDE Frameworks 5.60.0. KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. Announcement: https://kde.org/announcements/kde-frameworks-5.60.0.php PR: 239183 Exp-run by: antoine Notes: svn path=/head/; revision=506776
* KDE Applications: update to 19.04.3Tobias C. Berner2019-07-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | July 11, 2019. Today KDE released the third stability update for KDE Applications 19.04. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. Over sixty recorded bugfixes include improvements to Kontact, Ark, Cantor, JuK, K3b, Kdenlive, KTouch, Okular, Umbrello, among others. Improvements include: * Konqueror and Kontact no longer crash on exit with QtWebEngine 5.13 * Cutting groups with compositions no longer crashes the Kdenlive video editor * The Python importer in Umbrello UML designer now handles parameters with default arguments Changelog: https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.3 Notes: svn path=/head/; revision=506435
* x11/swayidle: update to 1.5Jan Beich2019-07-112-4/+4
| | | | | | | | Changes: https://github.com/swaywm/swayidle/compare/1.3...1.5 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=506413
* Update babl to 0.1.66.Koop Mast2019-07-103-5/+5
| | | | Notes: svn path=/head/; revision=506361
* Use LINUX_DEFAULT unmodified. The _64 suffix is no longer used. AlsoTijl Coosemans2019-07-101-2/+2
| | | | | | | | compare with c6 instead of c7 because c6 is expected to be the only distribution that doesn't use libglvnd from now on. Notes: svn path=/head/; revision=506356
* On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made LinuxTijl Coosemans2019-07-101-12/+14
| | | | | | | | | | | | | | | | | | | | infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6 packages. Using c6_64 instead of c6 made them install mixed amd64/i386 CentOS 6 packages and allowed Linux application ports to install amd64 binaries when available. The i386-only configuration was only useful for users of x11/nvidia-driver* which didn't provide Linux amd64 emulation until recently. With x11/nvidia-driver* now supporting Linux amd64 there's no longer a need for i386-only Linux on amd64. Let DEFAULT_VERSIONS+=linux=c6 make Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages, like c6_64 before, and remove support for c6_64 as a value. Replace LINUX_ARCH with ARCH everywhere because they are always the same now. Notes: svn path=/head/; revision=506352
* KDE Plasma Desktop: update to 5.16.3Tobias C. Berner2019-07-1010-24/+27
| | | | | | | | | | | | | | | | | | | | | | | | 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
* - Add LICENSE_FILEDmitry Marakasov2019-07-062-1/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=505970
* Update to 347Emanuel Haupt2019-07-052-4/+4
| | | | Notes: svn path=/head/; revision=505895
* x11/pixman: Update to 0.38.4Niclas Zeising2019-07-045-22/+6
| | | | | | | | | | PR: 233737 Submitted by: Charlie Li (original version) exp-run by: antoine Sponsored by: B3 Init (zeising) Notes: svn path=/head/; revision=505838
* lang/rust: Update to 1.36.0Tobias Kortkamp2019-07-042-1/+2
| | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html Tested by: jbeich, mikael.urankar@gmail.com With hat: rust Differential Revision: https://reviews.freebsd.org/D20810 Notes: svn path=/head/; revision=505837
* - Update xfce4-terminal to 0.8.8Guido Falsi2019-07-033-7/+6
| | | | | | | - Remove comment which slipped in by mistake Notes: svn path=/head/; revision=505757
* - Fix LICENSEDmitry Marakasov2019-07-032-2/+4
| | | | | | | | - Add LICENSE_FILE - Update WWW Notes: svn path=/head/; revision=505737
* - Fix LICENSEDmitry Marakasov2019-07-022-2/+4
| | | | | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=505669
* Update xfce4-screensaver to 0.1.6Guido Falsi2019-07-023-5/+4
| | | | Notes: svn path=/head/; revision=505666
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2019-07-011-1/+1
| | | | Notes: svn path=/head/; revision=505574
* Update to version 1.0.3 (now requires GNU make to build).Alexey Dokuchaev2019-07-013-20/+12
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=505560
* x11/libX11: Update to 1.6.8Niclas Zeising2019-06-304-5/+19
| | | | | | | | | | | | | | | | | | | Update x11/libX11 to 1.6.8 This is a farirly big update Add a patch from upstream to fix a build issue when X headers aren't installed in the default search path of the compiler. Changelog: https://lists.x.org/archives/xorg-announce/2019-June/002997.html Obtained from: Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs Sponsored by: B3 Init Notes: svn path=/head/; revision=505427
* x11/xfd x11/xload: Don't mark as broken on aarch64Niclas Zeising2019-06-302-4/+0
| | | | | | | | | | Don't mark x11/xfd and x11/xload as broken on aarch64, they build. PR: 237739 Submitted by: linimon Notes: svn path=/head/; revision=505415
* graphics/poppler: update to 0.78.0Tobias C. Berner2019-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.78.0: core: * Fix line annotation arrows for usage in dimensioning * Handle Ink annots without an InkList but with an AP * Fix typos preventing parsing of Movie start and duration * Fix crash on malformed files glib: * Add poppler_document_create_dests_tree() * Don't use the deprecated g_type_class_add_private() * Document the differences between render() and render_for_printing() * Fix introspection for poppler_document_new_from_data * Don't create PopplerInputStream with length 0. Issue #414 * Document G_IO_ERROR as a possible error condition * docs: Add index for API new in 0.78 build system: * Fixes cross compilation of gir in Void Linux * Add -Wshadow to the default warning flags * install pkg-config pc files if pkg-config is found PR: 238857 Exp-run by: antoine Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=505331
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-3/+1
| | | | | | | | | | | | | | | | | | | | This allows for port testing with lang/go-devel via GO_PORT, setting up the Go build environment in a single place, and is step one in simplifying Go ports that often define too complicated do-build targets themselves. USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and 'no_targets' for ports with composite builds that call 'go' themselves and do not need the do-build/do-install targets of USES=go. PR: 238849 Submitted by: dg@syrec.org (also D20745) Reviewed by: mat, tobik Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20746 Notes: svn path=/head/; revision=505321
* x11/rofi: Update to 1.5.4Alexandre C. Guimarães2019-06-282-4/+4
| | | | | | | | | PR: 238829 Submitted by: Greg Fitzgerald <gregf@hugops.pw> Approved by: tcberner (mentor), nomoo <nomoo@nomoo.ru> (maintainer) Notes: svn path=/head/; revision=505314
* Update KDE Plasma Desktop to 5.16.2Tobias C. Berner2019-06-2512-27/+27
| | | | | | | | | | | | | | | | | | | | | 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
* x11/rofi: Update to 1.5.3Alexandre C. Guimarães2019-06-254-6/+7
| | | | | | | | PR: 238783 Approved by: tcberner (mentor), nomoo <nomoo@nomoo.ru> (maintainer) Notes: svn path=/head/; revision=505103
* - Update to version 1.1.1, install manual pageAlexey Dokuchaev2019-06-255-33/+44
| | | | | | | | | | | - Add run-time dependency on sql-sqlite3 to enable save/restore of profile and other settings [*] - Fix some stage Q/A warnings while here Reported by: Lundin Cahill [*] Notes: svn path=/head/; revision=505098
* devel/meson: Update to 0.51.0Tobias Kortkamp2019-06-241-1/+1
| | | | | | | | | | Changes: https://mesonbuild.com/Release-notes-for-0-51-0.html PR: 238726 Submitted by: greg@unrelenting.technology (update to 0.50.1) Exp-run by: antoine Notes: svn path=/head/; revision=505003
* KDE Applications: complete dependency listsTobias C. Berner2019-06-231-1/+2
| | | | | | | | | | This has been on the TODO list for forever... PR: 238764 Reported by: yuri Notes: svn path=/head/; revision=504959
* Plasma Desktop: Complete dependenciesTobias C. Berner2019-06-233-3/+7
| | | | Notes: svn path=/head/; revision=504938
* KDE Frameworks: complete dependenciesTobias C. Berner2019-06-225-7/+12
| | | | Notes: svn path=/head/; revision=504916
* x11/libXi: Update to 1.7.10Niclas Zeising2019-06-222-5/+4
| | | | | | | | | | | | This release contains minor fixes and build system improvements. Changelog: https://lists.x.org/archives/xorg-announce/2019-June/002999.html Sponsored by: B3 Init Notes: svn path=/head/; revision=504915
* x11/xorgproto: update to 2019.1Niclas Zeising2019-06-223-428/+5
| | | | | | | | | | | | | | | | | | | Update x11/xorgproto to 2019.1 This release contains cleanups and and a few new keysyms. No functional changes to any protocols. Big thanks to antoine and portmgr for help with the exp-run! Changelog: https://lists.x.org/archives/xorg-announce/2019-June/003000.html PR: 238728 (exp-run) exp-run by: antoine Sponsored by: B3 Init (zeising) Notes: svn path=/head/; revision=504885
* astro/rsibreak: update to 0.12.10Tobias C. Berner2019-06-223-7/+6
| | | | Notes: svn path=/head/; revision=504860
* x11/cde: Add dtlogin rc scriptChris Rees2019-06-204-8/+38
| | | | | | | | | | | | | | | | Remove double ksh dependency Pet portlint Mark BROKEN on head: cc -o dthelpview -O2 -fno-strict-aliasing -Wno-write-strings -Wno-unused-result -Wno-deprecated-register -pipe -L../../../exports/lib -L/usr/local/lib -L/usr/local/lib Main.o ManPage.o Util.o version.o -lDtHelp -lDtSvc -ltt -lXm -lXt -lSM -lICE -lXext -lX11 -L/usr/local/dt/lib -L/usr/local/lib -L/usr/local/lib -liconv -lm -lstdc++ ld: error: ../../../exports/lib/libDtHelp.so: undefined reference to jpeg_CreateDecompress [...] Notes: svn path=/head/; revision=504733
* In wrapper scripts, use $@ instead of $* to correctly pass arguments to the ↵Gleb Popov2019-06-201-0/+1
| | | | | | | | | | real program PR: 238719 Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=504637
* use dirent.h instead of deprecated sys/dir.hRodrigo Osorio2019-06-202-4/+13
| | | | | | | | | | | | | tilda currently includes sys/dir.h, but this header is scheduled for removal. Its successor is dirent.h. Update this port accordingly. Poudriere build run with Freebsd 11 and 12 PR: 238695 Submitted by: rene Notes: svn path=/head/; revision=504621
* x11/mate-applets: fix build on non-x86Piotr Kubaj2019-06-192-834/+834
| | | | | | | | | | | | | pkg-plist entries for non-x86 were removed in the last upgrade. While here, also add USES=gnome mate. PR: 238323 Approved by: gnome (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20699 Notes: svn path=/head/; revision=504600
* Update KDE Plasma Desktop to 5.16.1Tobias C. Berner2019-06-1910-24/+26
| | | | | | | | Announcement: https://kde.org/announcements/plasma-5.16.1.php Notes: svn path=/head/; revision=504588
* - Simplify XFCE MASTER_SITES usageGuido Falsi2019-06-1914-19/+19
| | | | | | | | | | | | - 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
* x11/alacritty: Update to 0.3.3Tobias Kortkamp2019-06-174-374/+430
| | | | | | | | | | | | | While here - Revert some commits in the winit crate to workaround freezes on X11 when there are no X input events - Pet portclippy Changes: https://github.com/jwilm/alacritty/releases/tag/v0.3.3 Notes: svn path=/head/; revision=504393