Commit Graph

167556 Commits

Author SHA1 Message Date
bcallah
e3717489b9 Bump libR.so version number.
Original diff from Ze Loff. ok rsadowski@
2022-07-14 02:02:48 +00:00
kn
c4a2b6fbe5 Do not use GH_DISTFILE in EXTRACT_ONLY for GH_COMMIT ports
GH_DISTFILE now contains DISTFILES {} patterns which EXTRACT_ONLY does not
(yet) understand.

Copied over from recently fixed x11/gnome/gdm.

No distinfo change.
Noticed by naddy
2022-07-13 22:31:50 +00:00
jsing
2ddaa6514e Update lang/go to 1.18.4 2022-07-13 20:04:39 +00:00
rsadowski
464d4e5010 Update minizip-ng to 3.0.6
OK kn@
2022-07-13 19:54:47 +00:00
kn
c5a1f8364c Fix segfault in verify code path
libdigidocpp expects the original zlib minizip, but we built with the
incompatible minizip-ng.

Require <2.0.0 with cmake and thus force the bundled version.
This is the same as already done (and upstreamed) in net/tdesktop.
2022-07-13 19:11:50 +00:00
edd
642d2e6404 games/xonotic: Easy update to version 0.8.5.
Also bket@ asked me to remove him as MAINTAINER.
2022-07-13 19:05:30 +00:00
rsadowski
6dec93a7b4 Update mercurial to 6.2
The parts that are broken in version 5.8 are also broken in 6.8.
All in all, however, our version works.

Update diff from Matthew Martin, thanks
2022-07-13 19:00:01 +00:00
rsadowski
477b60cc1b Update Orthanc
- Update Orthanc to 1.11.1
- Update OrthancPostgreSQL to 4.0
- Update OrthancWebViewer to 2.8

Most patches from FreeBSD.

Feedback and OK op, maintainer timeout
2022-07-13 18:44:40 +00:00
rsadowski
f7f80a2c81 Update dcmtk to 3.6.7
Tweak and ok op@
2022-07-13 18:44:37 +00:00
kn
d6cee71f41 Update to zmusic 1.1.9
From MAINTAINER Timo Myyra, thanks.
2022-07-13 18:00:12 +00:00
kn
b7e8d3795b Use single DIST_SUBDIR instead of prefixing every DISTFILE
Second and working version.
Also use FULLDISTDIR instead of DISTDIR plus DIST_SUBDIR.

This time with DIST_SUBDIR=qdigidoc4 instead of DIST_SUBDIR=${PKGSTEM}
which seems nice but (obviously) expands to the empty string if you
set it before the include line, thus FULLDISTDIR is botched and extract.

Bump REVISION again.
2022-07-13 17:52:58 +00:00
matthieu
78c4d662a0 Update x11/xscope to version 1.4.3. ok kn@ 2022-07-13 17:31:28 +00:00
kn
5bd9e0a134 Revert previous, I'm missing something with DIST_SUBDIR
Still increment REVISION instead of going backwards.
2022-07-13 16:54:06 +00:00
kn
1cda2395f4 Use single DIST_SUBDIR instead of prefixing every DISTFILE
Bump REVISISON as CONFIG_URL ends up in the program's help text.
2022-07-13 16:19:41 +00:00
kn
ec758ffede Use GH_DISTFILE
Sync back with bsd.port.mk(5) and replace an outdated copy with the now
available variable.

No functional change now, but this keeps gdm building in case planned
changes around MASTER_SITES_GITHUB/GH_DISTFILE would land in bsd.port.mk.

Comment on the existing EXTRACT_ONLY/DISTFILES issue (until that is
fixed/improved as well).

OK aja
2022-07-13 16:07:55 +00:00
rsadowski
b2e1a043db Remove outdated patches 2022-07-13 15:49:53 +00:00
rsadowski
be15a53df0 Update Qt5 to 5.15.5
Tweak and OK caspar@
2022-07-13 15:48:56 +00:00
rsadowski
29eefff4e2 Update KDE Gear 22.04.3
https://kde.org/announcements/changelogs/gear/22.04.3/
2022-07-13 15:45:29 +00:00
gonzalo
2750625377 Fix some permissions on apps/ 2022-07-13 14:46:35 +00:00
gonzalo
f9a1f91968 Fix some permissions on config and themes 2022-07-13 14:45:17 +00:00
gonzalo
b8a0bb57a4 Add Nextcloud 24
OK sthen@
2022-07-13 14:43:31 +00:00
gonzalo
0dafce5d28 Bye bye 21, hello 24 2022-07-13 14:33:40 +00:00
gonzalo
c72efeb66d Bye Bye 21
OK sthen@
2022-07-13 14:27:39 +00:00
gonzalo
ec3d8da0b3 Update for Gource to 0.53
OK caspar@
2022-07-13 14:24:51 +00:00
op
433ecff279 update audio/amused to 0.10
changelog:

- changed the default output of 'amused status'
- print the status after 'amused consume' or 'amused repeat'
- fixed 'amused load' with an empty playlist
- the on|off argument to 'amused consume/repeat' is now optional
- added a consume mode
- pledge earlier
- rework (and document) the events reported by "amused monitor" (some were added/removed)
- added contrib/amused-monitor: ncurses tui written in perl (not installed by default)
- added 'amused status -f <fmt>' to customize the output format
- clarify how non-regular or non-supported files in the playlist are treated
- handle fdopen failures gracefully
- use (a modified version of) kristaps' oconfigure; amused is portable now!
- added ability to seek
- keep track of current position and total duration of the track
- don't get stuck if the server fails to start
- improved error reporting when failing to play a song
2022-07-13 13:54:20 +00:00
kn
72a07b6279 Move long regex/substitution into variable for readability
No functional change but less eyestrain inducing.

OK sthen
2022-07-13 12:54:26 +00:00
kn
889474746b Simplify DISTFILES pattern in GH_DISTFILE
If filename and url share a common suffix in `filename{url}sufx',
it might as well be merged into sufx.

OK sthen
2022-07-13 12:40:51 +00:00
otto
66df2167d3 Update to PowerDNS Authoritative Server 4.6.3 2022-07-13 12:26:30 +00:00
ajacoutot
99adce1b6d Missing skipv for PORTROACH. 2022-07-13 11:56:13 +00:00
kn
a6961048f1 Update to git 2.37.1 2022-07-13 10:59:22 +00:00
sthen
b1d1ea1468 update to p5-Data-Printer-1.000004, from wen heping 2022-07-13 09:43:38 +00:00
kevlo
75a1cbc54a Update to arm-compute-library 22.05
ok sthen@
2022-07-13 08:12:21 +00:00
ajacoutot
074d709df0 Update to gnome-console-42.0. 2022-07-13 07:22:59 +00:00
ajacoutot
685ea6242f Update to google-cloud-sdk-393.0.0. 2022-07-13 07:22:26 +00:00
ajacoutot
77c5b472aa Update to spice-gtk-0.41. 2022-07-13 07:10:47 +00:00
ajacoutot
2966ed7907 Update to libgit2-1.4.4. 2022-07-13 07:07:19 +00:00
ajacoutot
10d38b1c9a Update to polkit-121.
This now uses duktape instead of spidermonkey.
2022-07-13 06:14:43 +00:00
ajacoutot
026dd4d27d Tweak and move do-install to post-install and use the regular install target so
we can ship the pkgconfig file.
2022-07-13 06:14:06 +00:00
ajacoutot
63c859fa17 Add comment. 2022-07-13 06:09:13 +00:00
robert
c14b578e3f enable PGO (Profile Guided Optimization) by providing a profile datafile
compatible with our llvm
2022-07-13 05:57:52 +00:00
jeremy
a66f4fad40 Remove --without-libldap from configure args
This has been broken at runtime since the update to OpenLDAP 2.6.2.
ruby-ldap previously linked to libldap_r, but the OpenLDAP update removed
libldap_r, and the code compiled without linking to any ldap library,
breaking at runtime.

Update WANTLIB while here.
2022-07-12 23:39:34 +00:00
sthen
cacec3dbfc update to lepton-eda-1.9.18, from Dmitry Pryakhin (maintainer), feedback kn@ 2022-07-12 21:17:30 +00:00
sthen
d3359ff214 add erlang 25, from Volker Schlecht 2022-07-12 20:45:15 +00:00
tb
0b2c588797 Update to py-protobuf 4.21.2
https://github.com/protocolbuffers/protobuf/releases/tag/v21.2
2022-07-12 20:01:50 +00:00
tb
00aa88d452 Update to protobuf 3.21.2
https://github.com/protocolbuffers/protobuf/releases/tag/v21.2
2022-07-12 20:01:22 +00:00
rsadowski
2839afa6b3 Update jenkins-devel to 2.359 2022-07-12 19:05:33 +00:00
bket
eb3c6a1dda Update to audacious-4.2
Release notes can be found at
https://audacious-media-player.org/news/53-audacious-4-2-released.

Bumped minor of libaudqt, which is part of player. Player installs
system-wide icons so add x11/gtk+3,-guic as RDEP (found by portcheck).

OK caspar@
2022-07-12 17:28:04 +00:00
op
cdce1842bf update mail/aerc to 0.11.0
"This is a big one" (sic)

changelog:

* New commands to deal with calendar invites.
* Background mail count polling for all folders.
* Authentication-Results display (DKIM, SPF & DMARC).
* Maildir++ support.
* Messages are now deselected after performing a command.
* IMAP header cache.
* Better PGP indicators.
* Better threading.
* User interface improvements and optimizations.
* Various bug fixes.
2022-07-12 15:12:47 +00:00
kmos
3a2cb10a44 The new version of yara/python won't build with base-gcc.
Shift to ports-gcc on base-gcc arches. Fixes build on sparc64
2022-07-12 14:14:27 +00:00
kmos
78b140f614 zziplib now uses a compiler option base-gcc does not understand.
Shift to using ports-gcc on base-gcc architectures to fix build on sparc64
2022-07-12 14:02:45 +00:00