Commit graph

7948 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
0ddbe884d6 UNBREAK some ports with php80
- Pet portclippy/portfmt

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-01-25 10:34:17 -06:00
Jan Beich
1469c1b408 deskutils/gnome-tweaks: unbreak build with Meson 0.61.0
data/meson.build:2:5: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-25 12:24:57 +00:00
Jan Beich
0d4cb8fc0e deskutils/gnome-initial-setup: unbreak build with Meson 0.61.0
data/meson.build:33:9: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-25 12:24:56 +00:00
Loïc Bartoletti
45ab80b9df archivers/minizip*: Add minizip-ng and zlib-ng and create USES=minizip
Import minizip-ng and zlib-ng

Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.

+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.

some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.

Mk/Uses: Introduce USES=minizip[:ng]

To simplify, the LIB_DEPENDS part a new USES tag is added.

USES=minizip will add a LIB_DEPENDS on legacy minizip and
USES=minizip:ng will add a LIB_DEPENDS on minizip-ng.

minizip [1]:

    databases/spatialite
    databases/spatialite-tools
    devel/collada-dom
    games/mrboom
    games/oolite
    graphics/comical
    misc/xiphos
    science/libkml
    textproc/sigil
    www/domoticz
    deskutils/anydesk
    emulators/mupen64plus-core
    multimedia/assimp
    multimedia/vlc
    net-im/psi
    net-im/telegram-desktop

minizip-ng:

    devel/axmldec

[1] Some are known to work with minizip-ng but have to be patched.

Approved by:	tcberner (portmgr)
Differential Revision:	https://reviews.freebsd.org/D33771
2022-01-25 07:35:22 +01:00
Jan Beich
80c5ab5b8b deskutils/bijiben: unbreak build with Meson 0.61.0
data/appdata/meson.build:3:5: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-24 12:35:07 +00:00
Jan Beich
56adebf3c4 deskutils/gnote: unbreak build with Meson 0.61.0
data/meson.build:4:0: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-24 12:35:06 +00:00
Jan Beich
908f8371fe deskutils/gnome-sound-recorder: unbreak build with Meson 0.61.0
data/meson.build:16:0: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-24 12:35:06 +00:00
Jan Beich
37b6d488ac deskutils/gnome-screenshot: unbreak build with Meson 0.61.0
data/meson.build:3:0: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-24 12:35:06 +00:00
Jan Beich
8741adef5d deskutils/gnome-maps: unbreak build with Meson 0.61.0
data/meson.build:35:0: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-24 12:35:06 +00:00
Jan Beich
5fd5afe0e6 deskutils/gnome-dictionary: unbreak build with Meson 0.61.0
data/appdata/meson.build:3:5: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-24 12:35:05 +00:00
Rene Ladan
48d98ef918 cleanup: remove transitive py27 deprecation (www/qt5-webengine) 2022-01-23 21:56:25 +01:00
Jan Beich
1cb23daf73 deskutils/gnome-characters: unbreak build with Meson 0.61.0
data/meson.build:49:5: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-23 11:08:35 +00:00
Jan Beich
2b2d5dc181 deskutils/gnome-calendar: unbreak build with Meson 0.61.0
data/appdata/meson.build:3:0: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-23 11:03:00 +00:00
Jan Beich
d3dbf1c48e deskutils/gnome-documents: unbreak build with Meson 0.61.0
data/meson.build:58:2: ERROR: Function does not take positional arguments.

PR:		260943
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-23 10:30:29 +00:00
Jan Beich
9f97846864 deskutils/gnome-font-viewer: unbreak build with Meson 0.61.0
src/meson.build:42:5: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-23 10:11:03 +00:00
Jan Beich
8b8a08c962 deskutils/gnome-weather: unbreak build with Meson 0.61.0
data/meson.build:61:0: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-23 10:07:48 +00:00
Jan Beich
a47049ccd4 deskutils/gnome-photos: unbreak build with Meson 0.61.0
data/meson.build:5:5: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-23 10:07:48 +00:00
Jan Beich
6cb5f08d65 deskutils/gucharmap: unbreak build with Meson 0.61.0
data/meson.build:20:5: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-23 09:26:15 +00:00
Guido Falsi
26b0cd8ce2 deskutils/calibre: Update to 5.35.0
- Remove upstreamed patch
2022-01-21 21:41:44 +01:00
Alexey Dokuchaev
c85087bca8 deskutils/qownnotes: update QOwnNotes to version 22.1.9. 2022-01-21 19:26:24 +00:00
Yuri Victorovich
69ab3214a9 deskutils/dfshow: Update 0.9.3-beta -> 0.9.4-beta
Reported by:	portscout
2022-01-21 09:14:39 -08:00
Jan Beich
43c7d9d134 deskutils/solanum: unbreak build with Meson 0.61.0
data/meson.build:3:0: ERROR: Function does not take positional arguments.

PR:		260943
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-18 16:50:38 +00:00
Jan Beich
3185afa34b deskutils/nautilus-sendto: unbreak build with Meson 0.61.0
src/meson.build:10:5: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-18 06:57:12 +00:00
Tobias Kortkamp
07389cd463
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables

I'm assuming the entries are correct otherwise.

Reported by:	portscan
2022-01-17 14:20:24 +01:00
Tobias Kortkamp
835bd57330
lang/rust: Bump revisions after 1.58.0 2022-01-17 12:57:45 +01:00
Michael Gmelin
2ac53548a8 deskutils/py-paperless: Adjust to updated dependencies
Unbreaks pkg-plist
2022-01-16 21:26:40 +01:00
Santhosh Raju
befa41655c deskutils/foliate: Update to 2.6.4
Changes since 2.6.3:

2.6.4

Changes:

  * Fixed various bugs
2022-01-16 06:04:15 +01:00
Alexey Dokuchaev
2fa947de60 deskutils/qownnotes: update QOwnNotes to version 22.1.5. 2022-01-11 11:47:24 +00:00
Tobias C. Berner
b8781fca70 deskutils/latte-dock: update to 0.10.7
Changelog:

  *  multi-screen: always trust KWin under X11 in order to set correct
     struts for panels and docks
  *  automatically offset centered applets when the left or right
     widgets overlap the centered one
  *  windowsgobelow: show properly during startup
  *  kwinedges: calculate accurately their size and position
  *  improve applets dragging during rearrange and configure widgets mode
  *  hide thin tooltips properly at some cases that were stack
  *  fill one pixel gap of justify splitters during rearrange and
     configure widgets mode
  *  fix, windows belong to screen whenever they are touching it. This
     way a window could belong in more than one screens and be taken
     into account for visibility modes and active window tracking
  *  remove file extensions for layouts and templates properly in order
     to identify the layout or template name
  *  fix build for Freebsd
  *  x11: force OnAllDesktops for all docks and panels during creation
  *  fix empty availableScreenRegion broadcast to Plasma
2022-01-11 09:11:08 +01:00
Danilo G. Baio
21fd9a9ed6 textproc/py-sphinx: Update to 4.3.1
ChangeLog:	https://github.com/sphinx-doc/sphinx/blob/v4.3.1/CHANGES
PR:		257116
Approved by:	python (dbaio)
2022-01-11 11:48:50 +09:00
Loïc Bartoletti
d110fac03f deskutils/freeplane: Fix Unable to launch freeplane
Fix a typo in the launch script and add bash as a dependency.
Create a new launch script.

PR:		260753
Reported by:	chris@crvintel.com
2022-01-10 21:32:39 +01:00
Muhammad Moinur Rahman
80f7a0af11 Mark ports to IGNORE with new php81
- Mark some additional ports to IGNORE with the upcoming php DEFAULT
  php80 [1]

PR: 260595 [1]
Reported by: portmgr (exp-run) [1]
Approved by: portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
2022-01-10 12:23:24 -06:00
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00
Muhammad Moinur Rahman
47721a7247 Mark ports to IGNORE with new php81
Approved by:	portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
2022-01-10 07:30:00 -06:00
Alexey Dokuchaev
ee1e583c05 deskutils/mindforger: update the port to version 1.53.0
GC most of the patches that had been integrated upstream.
2022-01-07 19:32:00 +00:00
Tobias C. Berner
2b5369a28e KDE: Update KDE Gear to 21.12.1
Thursday, 6 January 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations.
Distro and app store packagers should update their application packages.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.1/
2022-01-06 16:38:38 +01:00
Tobias C. Berner
7b08ff168e KDE: Update KDE Plasma Desktop to 5.23.5
KDE Plasma 5.23.5, Bugfix Release for January

Tuesday, 4 January 2022. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.5.

Plasma 5.23 was released in October 2021 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:

   * Save bluetooth status on teardown.
   * System Monitor: Handle process parent changes in ProcessDataModel.
   * Fix Klipper Actions content truncation.

Full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.23.4-5.23.5
2022-01-04 16:52:54 +01:00
Robert Clausecker
a5835387df deskutils/remind: update to 03.03.11
Port changes:
- simplify language handling in Makefile

Upstream changes:
- TkRemind: Save the print dialog settings so they persist
- TkRemind: Show queue in sorted order
- TkRemind: Pass "-r" flag to inotifywait
- TkRemind: Draw moon phases with Tk canvas items rather than using PNG
  images.  This lets them change color along with other TkRemind
  preferences.
- TkRemind: Underline editable reminders when the pointer enters them;
  fire up the editor with either Button-1 or Button-3 for
  non-TkRemind-generated reminders.
- Remind: Add the isany() built-in function.
- rem2html: Add class names indicating number of rows in calendar
- remind: In -z0 mode, sleep with higher precision to ensure we wake as
  close to possible to each 1-minute boundary.
- rem2html: Coalesce table.rem-cal CSS into one block.
- examples/defs.rem: Modernize the examples and get rid of some cruft.
- Add $Latitude and $Longitude system variables.  Deprecate
  $LatDeg, $LatMin, $LatSec, $LongDeg, $LongMin and $LongSec.
- Test: Add "dump $" to test.rem.
(https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW)

PR:		260862
Reported by:	Robert Clausecker <fuz@fuz.su> (maintainer)
2022-01-04 10:03:36 +09:00
Jan Beich
a7668311d7 deskutils/maliit-framework: explicitly depend on wayland-protocols
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find WaylandProtocols (missing: WAYLANDPROTOCOLS_PATH)
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindWaylandProtocols.cmake:38 (find_package_handle_standard_args)
  CMakeLists.txt:52 (find_package)

PR:		260639
Reported by:	antoine (via exp-run)
2021-12-31 09:53:01 +00:00
Michael Reifenberger
85e2e7faac deskutils/nextcloudclient: Update to 3.4.1
PR:		260392
Reported by:	Guido Falsi madpilot@
2021-12-30 13:50:09 +01:00
Eric Turgeon
84b05d67fd deskutils/mozo: updated to 1.26.1 2021-12-28 14:25:56 -04:00
Jan Beich
dc61018f02 deskutils/solanum: sort distfiles after e2500e896b 2021-12-28 17:25:35 +00:00
Tobias C. Berner
65b32419a6 deskutils/owncloudclient: prepare for KDE patched Qt
PR:             260548
2021-12-27 09:23:17 +01:00
Alexey Dokuchaev
92c0485b24 deskutils/qownnotes: update QOwnNotes to version 21.12.6. 2021-12-27 07:57:48 +00:00
Tobias C. Berner
df7961efab deskutils/kalendar: update to 0.4.0 2021-12-26 17:28:43 +01:00
Alexey Dokuchaev
e1d0315ba9 deskutils/notekit: new port had been added (+)
This program is a structured note-taking application based on GTK v3.
Write notes in instantly-formatted Markdown, organise them in a tree
of folders that can be instantly navigated from within the program,
and add hand-drawn notes by mouse, touchscreen, or digitizer.

WWW: https://github.com/blackhole89/notekit
2021-12-26 14:26:56 +00:00
Gleb Popov
6134fd3514 deskutils/libportal: Update to 0.5
Reported by:	portscout!
2021-12-26 17:12:46 +03:00
Martin Filla
58d8a7cb9b deskutils/ausweisapp2: Update to 1.22.2
PR:		258542
2021-12-26 20:44:25 +08:00
Piotr Kubaj
dc123a0b00 deskutils/mindforger: fix build on non-aarch64 non-x86 2021-12-25 14:41:49 +00:00
Yuri Victorovich
385750eb3c deskutils/just: Update 0.9.5 -> 0.10.5
Reported by:	portscout
2021-12-24 21:19:08 -08:00