1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-08 02:15:08 +00:00
Commit Graph

12214 Commits

Author SHA1 Message Date
Eric Turgeon
9681738b31 add mate-dock-applet/files/patch-src_dock.in
This patch fix the slow start of mate-dock-applet
2021-03-13 17:32:08 +00:00
Guido Falsi
26d410911a - Update libexo to 4.16.1
- Remove old patch not needed anymore
2021-03-12 18:51:45 +00:00
Dmitry Marakasov
f98c6bc93b - Update math/glm to 0.9.9.8 2021-03-12 15:55:03 +00:00
Mikael Urankar
b2a494077a x11/alacritty: enable X11 option by default
Reported by:	bapt
2021-03-12 13:50:55 +00:00
Mikael Urankar
7c4f419e26 x11/alacritty: Add video backend option
PR:		254035
Submitted by:	Evgeniy Khramtsov
2021-03-12 11:38:07 +00:00
Gleb Popov
1fe9af7d0c x11/xpra: Update to 4.1.1 2021-03-11 14:59:33 +00:00
Jan Beich
6d43dcc108 x11/mako: unbreak build on DragonFly
../notification.c: In function 'get_binding':
../notification.c:275:14: error: 'BTN_LEFT' undeclared (first use in this function)
  275 |         case BTN_LEFT:
      |              ^~~~~~~~
../notification.c:275:14: note: each undeclared identifier is reported only once for each function it appears in
../notification.c:277:14: error: 'BTN_RIGHT' undeclared (first use in this function)
  277 |         case BTN_RIGHT:
      |              ^~~~~~~~~
../notification.c:279:14: error: 'BTN_MIDDLE' undeclared (first use in this function)
  279 |         case BTN_MIDDLE:
      |              ^~~~~~~~~~

Reported by:	DPorts
2021-03-11 02:19:17 +00:00
Eric Turgeon
b1c3ea811d update x11/brisk-menu to 6.2
PR:		254182
Submitted by:	Daniel Morante
2021-03-10 10:28:26 +00:00
Tobias C. Berner
0ef82d433f graphics/poppler: update to 21.03.0
Release 21.03.0:
        core:
         * Fix parsing text in some broken pdf files. Issue #1040
         * Fix memory issue when using threads. Issue #1050
         * TextSelectionDumper: Fix getText() for space after word
         * Change signature of OutputDev:tilingPatternFill
         * Make PDFDocBuilder return a std::unique_ptr
         * Improve well formed check for shading functions
         * Fix leak in case of fread failing
         * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
         * PSOutputDev: Fix stack overflow in broken files

        glib:
         * poppler_annot_free_text_get_callout_line: Fix wrong static cast
         * poppler-structure-element: fix memleak
         * Improve documentation
         * demo: keep same visual appearance between displayed and copied text

        utils:
         * pdftotext: Add -cropbox option
         * pdftoppm: Add -progress option
         * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927

        qt6:
         * Add missing poppler-qt6.pc.cmake

PR:		253953
Exp-run by:	antoine
2021-03-08 19:32:55 +00:00
Loïc Bartoletti
108f234f7f PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3

This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages.

 - Added the missing QImage.setAlphaChannel().
 - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package.
 - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel.

* QScintilla2: update to 2.12.0

This adds support for Qt6 and removes support for Qt4.

 - Change the new distname (again)i due to a conflict
 - Use the new sip-build system

* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo

PR:		253865
Exp-run by:	antoine
2021-03-08 06:49:17 +00:00
Jan Beich
2272d1605e x11/wayland-logout: update to 1.4
Changes:	https://github.com/soreau/wayland-logout/compare/v1.1...v1.4
Reported by:	portscout
2021-03-07 19:02:05 +00:00
Tobias Kortkamp
f2499eec5a Remove redundant option descriptions that match the default ones
(ignoring case)

Reported by:	danfe (for net/mosquitto), portscan
2021-03-07 16:45:48 +00:00
Guido Falsi
c553d35f64 Update xfce4-dashboard to 0.8.1 2021-03-05 09:00:12 +00:00
Gleb Popov
97995f0674 x11/hs-xmobar: Update to 0.37 2021-03-04 20:09:00 +00:00
Tobias C. Berner
3c7e4f259a Update KDE Release-Service releases to 20.12.3
20.12.3 Releases
Over 120 individual programs plus dozens of programmer libraries and feature
plugins are released simultaneously as part of KDE’s release service.
2021-03-04 19:19:10 +00:00
Tijl Coosemans
9aae2889e0 Update Linux CentOS ports to 7.9.2009. 2021-03-04 16:50:29 +00:00
Mateusz Piotrowski
6016f00e11 Honor LOCALBASE in the xdm rc script
I am not increasing the PORTREVISION because the package does not change
with the default settings.

Approved by:	portmgr blanket
2021-03-04 13:10:28 +00:00
Alexey Dokuchaev
0b12ad65dc Ulauncher is graphical application launcher written in Python and GTK.
It offers fuzzy search, custom color themes, shortcuts and extensions,
and fast directory browser.

WWW: https://ulauncher.io/
2021-03-04 05:42:15 +00:00
Kai Knoblich
27028b50f4 x11/xpra: Fix packaging with Python 3.8
While I'm here:

* Fix pkg-plist entries of the AVAHI option which contained hardcoded Python
  version artifacts.

* Add "noflavors" to USE_PYTHON to avoid package name collisions if built
  with "BUILD_ALL_PYTHON_FLAVORS".

PR:		253815
Approved by:	python (with hat)
2021-03-03 13:37:10 +00:00
Kai Knoblich
bd769df12b x11/mate-dock-applet: Fix pkg-plist issues with non-default Python versions
PR:		253815
Approved by:	portmgr (build fix)
2021-03-03 12:30:11 +00:00
Neel Chauhan
8330f27251 x11/workrave: Update to 1.10.44 and pass maintainership to submitter
https://github.com/rcaelers/workrave/releases/tag/v1_10_37
https://github.com/rcaelers/workrave/releases/tag/v1_10_40
https://github.com/rcaelers/workrave/releases/tag/v1_10_41
https://github.com/rcaelers/workrave/releases/tag/v1_10_42
https://github.com/rcaelers/workrave/releases/tag/v1_10_43
https://github.com/rcaelers/workrave/releases/tag/v1_10_44

PR:		253967
Submitted by:	Naram Qashat <cyberbotx AT cyberbotx DOT com> (maintainer)
2021-03-02 22:18:33 +00:00
Kirill Ponomarev
027481b398 Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2021-03-02 11:45:20 +00:00
Guido Falsi
569a833194 Import patch from upstream to fix key grabbing issues.
This replaces previous homegroown patch.

PR:		244290
Submitted by:	aryeh.friedman@gmail.com
Tested by:	Jethro Nederhof <jethro@jethron.id.au>
Obtained from:	https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/27
MFH After:	1 week
MFH:		2021Q1
2021-03-02 11:01:40 +00:00
Alexey Dokuchaev
18dbc54152 Update to version 2.0.7. 2021-03-01 09:13:44 +00:00
Tobias Kortkamp
215e0ad16e Clean up some things
- Fix typos
- Sort categories

Reported by:	portscan
2021-02-28 09:24:04 +00:00
Thierry Thomas
6752d1737e Proposed changes by bapt@:
-   use option helpers where possible
-   simplify the makefile: USES=perl5 is always necessary
-   Stop installing the terminfo files on head, it is not necessary

And since I'm there, add some missing libraried notified by stage-qa.

Submitted by:	bapt
Differential Revision:	D28934
2021-02-27 16:40:52 +00:00
Tobias Kortkamp
4d9773d24d Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories

Reported by:	portscan
2021-02-26 12:11:35 +00:00
Alexey Dokuchaev
54b3734dce Chase r566595 and update Linux libraries and tools to version 460.56.
PR:		253864
Submitted by:	jkim
2021-02-26 11:27:22 +00:00
Alexey Dokuchaev
8fe7a350a5 Update NVidia mainline driver to version 460.56, which had:
- Added support for GeForce RTX 3060
- Fixed a regression that could cause display corruption when using
  a scaled resolution after resuming from power management suspend

PR:		253863
Submitted by:	jkim
2021-02-26 11:27:07 +00:00
Jan Beich
41d69eb554 x11/foot: simplify terminfo support
- Make post-patch unconditional as it's nop on FreeBSD < 14
- Switch = to += to allow additions outside the conditional
2021-02-25 12:35:55 +00:00
Jan Beich
60107aa325 x11/foot: expose terminfo support on -CURRENT
Makes foot default to TERM=foot instead of TERM=xterm-256color.
Proper 24-bit color support without relying on COLORTERM=truecolor
and hardcoded xterm escape sequences requires TERM=foot-direct e.g.,

  $ foot -t foot-direct
  $ tput Co
  16777216
2021-02-25 11:30:22 +00:00
Chris Rees
8abc4e2698 x11/cde: Sadly, broken on all archs for head 2021-02-20 21:37:02 +00:00
Dmitri Goutnik
2df1c2588b x11/xkb-switch: Update to 1.8.5 2021-02-20 12:25:50 +00:00
Jan Beich
4895e82905 x11/alacritty: Update to 0.7.2
Changes:	https://github.com/alacritty/alacritty/releases/tag/v0.7.2
2021-02-20 00:49:21 +00:00
Chris Rees
3937a9acea x11/cde: Still broken on head for i386 2021-02-19 21:28:18 +00:00
Gleb Popov
395d2b6314 x11/xpra: Update to 4.0.6 2021-02-19 20:39:41 +00:00
Kevin Bowling
5a2a2f1497 x11/x3270: Remove unneeded patch
Sponsored by:	BBOX.io
2021-02-19 18:21:57 +00:00
Jan Beich
f7d0a67ed8 Unbreak fetch from git.sr.ht
Git footer have changed e.g.,

 ---
-2.30.0
+2.30.1
2021-02-19 11:49:34 +00:00
Yuri Victorovich
1f36e0d8e1 Maintainer reset for jlaffaye
Reason: Many bug reports (including bug#253256) related to jlaffaye's ports timed out in the period from April 2020 to now.

PR:		253256
Approved by:	jlaffaye (maintainer's timeout 14 days)
2021-02-18 21:06:55 +00:00
Jan Beich
2c37533f6e Unbreak fetch from git.sr.ht
GZIP compression ratio and Git footer have changed e.g.,

 method  crc     date  time    compressed uncompressed  ratio uncompressed_name
-defla 944caee6 Dec  7 21:15        12482        71680  82.5% scdoc-1.11.1.tar
+defla 944caee6 Feb 17 23:20        12510        71680  82.5% scdoc-1.11.1.tar

 ---
-2.26.2
+2.30.0
2021-02-17 23:39:04 +00:00
Lewis Cook
b3a1955d45 x11/jgmenu: Update to 4.3.0
Changes:		https://github.com/johanmalm/jgmenu/releases/tag/v4.3.0
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D28733
2021-02-17 17:43:18 +00:00
Tobias C. Berner
a8a228e50d x11/gnome-terminal: update to 3.38.3 2021-02-17 16:35:44 +00:00
Tobias C. Berner
62c9868a9d x11/yelp: update to 3.38.3 2021-02-17 16:25:11 +00:00
Antoine Brodin
7dd8a1b13f Mark BROKEN on FreeBSD 13 and 14
network.c:298:19: error: variable has incomplete type 'struct ifdatareq'
        struct ifdatareq ifdr;
                         ^
network.c:298:9: note: forward declaration of 'struct ifdatareq'
        struct ifdatareq ifdr;

Reported by:	pkg-fallout
MFH:		2021Q1
2021-02-16 17:35:10 +00:00
Chris Rees
6f7b90d884 x11/cde: Update to 2.3.2
Make a few fixes for head, and add appropriate messages for dtlogin
2021-02-16 16:42:10 +00:00
Kevin Bowling
4a7ad4a705 x11/x3270: Add a pkg-message for fonts and high DPI
Sponsored by:	BBOX.io
2021-02-15 21:57:34 +00:00
Kevin Bowling
70bafa1aba x11/x3270: Fix manpage install and fix DBCS option
Sponsored by:	BBOX.io
2021-02-15 21:42:48 +00:00
Kevin Bowling
3640773ee4 x11/x3270: Update the pkg-descr
Sponsored by:	BBOX.io
2021-02-15 20:39:49 +00:00
Tobias C. Berner
b99507411b Update KDE Frameworks to 5.79
Saturday, 13 February 2021

KDE today announces the release of KDE Frameworks 5.79.0.

KDE Frameworks are 83 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. For an introduction see the KDE
Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Changelog and Announcement:
	https://kde.org/announcements/frameworks/5/5.79.0/

PR:		253484
Exp-run by:	antoine
2021-02-15 18:55:43 +00:00
Kevin Bowling
601f956e3b net/c3270: Make it a slave port of x11/x3270
Reviewed by:	krion, timur
Sponsored by:	BBOX.io
Differential Revision:	D28606
2021-02-15 18:43:44 +00:00