154133 Commits

Author SHA1 Message Date
kn
d4b19362dd Remove astro/sattrack
Imported in 1998 and modified in 2009 to "fix Y2K bug" which means
"we may not distribute modified versions [due to its license]".

There has been no update and it now fails to build with "-fno-common".

The servers used by "getsts" and "gettle" to fetch satellite information
no longer exist.

FreeBSD removed it in 2011, "No more public distfiles". (thanks naddy)

OK naddy
2021-01-30 14:14:38 +00:00
benoit
46ac9d9491 Update to p5-SQL-Abstract-More-1.37 from wen heping (MAINTAINER) 2021-01-30 13:40:30 +00:00
kn
b4941ace81 Update to dtc 1.6.0 fixing build with -fno-common
Consumers build-tested by jsg
Feedback OK jsg
2021-01-30 13:07:20 +00:00
jsg
52802352c7 update plan9port to a newer snapshot
fixes clang 11 / default -fno-common build
ok gsoares@ kn@
2021-01-30 12:51:34 +00:00
kn
55c848aaf5 Remove audio/py-ogg and audio/py-vorbis
Both are Python 2 only, collecting dust, their common upstream is dead
and py-vorbis is the only consumer of py-ogg.

Nothing in the tree uses either of them, not even as TEST_DEPENDS.

py-ogg now fails to build with "-fno-common".

OK sthen
2021-01-30 11:45:54 +00:00
kn
d97cbe6942 Remove x11/xtraceroute
It often aborts upon start due to "free(): recursive call",
does not support IPv6,
segfaults in vfscanf(3) due to "traceroute: sendto: No route to host" and
specifying a target only seems to work on the command line but not during
runtim in the window.
At runtime, it eventually aborts again.

tb even reported graphics related crashes in X11's iris driver when clicking
on the globe.

This port fails to build with "-fno-common".

No objections tb
OK sthen
2021-01-30 11:41:49 +00:00
jsg
efe142c432 Fix -fno-common build. From FreeBSD ports. 2021-01-30 10:26:43 +00:00
kirby
87d96c97f0 Update to hugin 2020-0-0
Changelog:
 - http://hugin.sourceforge.net/releases/2020.0.0/en.shtml
 - http://hugin.sourceforge.net/releases/2019.2.0/en.shtml
2021-01-30 10:05:43 +00:00
pvk
9588d39644 Update beats 7.10.0 -> 7.10.2
Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.10.2.html
Port changes:
* build: set BUILD_DEPENDS += lang/python/ instead of
  using MODULES += lang/python to prevent unnecessary python dependecy
* metricbeat: report correct CPU/memory metrics - requires files/sigar_openbsd.go
* metricbeat: swap usage metrics are turned off due to metricbeat crashes
* metricbeat: remove configuration options which are useless under OpenBSD

Many thanks to David Alten for providing the fix for metricbeat CPU metrics
and testing
2021-01-30 10:03:40 +00:00
kirby
b1d4399291 upstream fix for -fno-common 2021-01-30 09:31:13 +00:00
jsg
12a019ae81 backport a fix for -fno-common
ok bentley@
2021-01-30 09:12:45 +00:00
kirby
a15b74ccf3 Fix for -fno-common from upstream 2021-01-30 08:34:15 +00:00
bentley
3097032a4a Backport upstream fix for -fno-common. 2021-01-30 08:05:43 +00:00
rsadowski
c4d5ada820 Remove Qt4 checks
We no longer want to import "new" Qt4 applicatios.
2021-01-30 08:01:10 +00:00
benoit
db415873df Update to stella-6.5.1. 2021-01-30 07:38:11 +00:00
benoit
936a7b9b81 Add fix for -fno-common 2021-01-30 07:14:29 +00:00
benoit
80d4fd60ce Add fix for -fno-common
Taken from upstream: https://github.com/Neverball/neverball/pull/198
2021-01-30 07:00:05 +00:00
rsadowski
7d40b29522 Update bitcoin to 0.21.0 2021-01-30 06:17:16 +00:00
sthen
ad64026f3d repair previous 2021-01-29 23:40:51 +00:00
sthen
a7ed2b1ae0 update to wireshark-3.4.3 2021-01-29 23:37:55 +00:00
sthen
1428e25346 update to w3m_0.5.3+git20210102, there are now full tar releases for the
Debian forked version so we can get rid of patch mess
2021-01-29 21:35:16 +00:00
bcallah
2f2e5865c4 Add fix for -fno-common
Taken from Debian:
https://sources.debian.org/patches/gerbv/2.7.0-2/fixes/gcc10-extern.patch/
ok kn@
2021-01-29 21:06:25 +00:00
bcallah
c5a49ae6d4 Add fix for -fno-common
Taken from upstream: https://github.com/vgmrips/vgmplay/pull/74
ok naddy@
2021-01-29 21:02:56 +00:00
kn
3184645e9b py-mutagen is py3 only, remove py2 TEST_DEPENDS 2021-01-29 19:40:51 +00:00
tracey
a6df97ef30 update net/thingsd to 3.0.4 for -fno-common 2021-01-29 19:33:43 +00:00
jeremy
c10fda1d86 Build Ruby 3.0 versions of native gem ports by default 2021-01-29 17:05:32 +00:00
kn
c288f41495 Remove security/hitch
Over half a year ago I dropped MAINTAINER on this port due to not using it
any longer.  At that time it was already outdated.  Noone spoke up to
update or even maintain it.

The new (unported) version 1.6.0 already suffers from TLS related build
failures, now there's another problem: it does not build with "-fcommon"
which will become a default compiler option in the tree.

If someone wants to fix both and get an up-to-date version running they
recover it from the attic.

OK tb
2021-01-29 16:50:42 +00:00
rsadowski
ba5b51d340 Some port bug fixes and enhancements
- Fix disabling doxygen (Spotted by tb)
- Enable STELLARIUM_RELEASE_BUILD
- Enable GPS support
- Add python as missing build dependency

OK aja, maintainer
2021-01-29 16:48:01 +00:00
semarie
9eabb86da0 textproc/the_silver_searcher: backport upstream patch to compile with -fno-common
21eaa1c416

Same diff from bket@
ok bket@
2021-01-29 16:38:00 +00:00
sthen
f2255cb68c update to mosquitto-2.0.6 2021-01-29 16:08:27 +00:00
sthen
9a71efb542 libgpod: disable py-gobject too, it is already not building python bindings
but still tries to build with py-gobject. problem reported by aja@
2021-01-29 16:04:28 +00:00
sthen
e5b5d67623 sync WANTLIB 2021-01-29 15:57:20 +00:00
sthen
8b24931c72 sync WANTLIB 2021-01-29 15:54:37 +00:00
sthen
3615c55871 update to solr-8.8.0 2021-01-29 14:41:34 +00:00
kmos
b4594f04ac Update glfw from 3.2.1 to 3.3.2
Needed for upcoming lwjgl3 port

ok thfr@
2021-01-29 14:31:30 +00:00
ajacoutot
d7cf4d184b Update to librsvg-2.50.3. 2021-01-29 12:14:37 +00:00
ajacoutot
d8177977cc SECURITY update to libgcrypt-1.9.1.
From https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000456.html:
There is a heap buffer overflow in libgcrypt due to an incorrect
assumption in the block buffer management code. Just decrypting some
data can overflow a heap buffer with attacker controlled data, no
verification or signature is validated before the vulnerability
occurs.
2021-01-29 12:14:13 +00:00
sthen
fe8e51784b Update existing patch for backtrace()-related unit test build failure
to the version committed upstream. From Brad.
2021-01-29 12:05:44 +00:00
sthen
24c917ef76 fix usbutil, struct usb_config_descriptor was changed 2021-01-29 11:45:51 +00:00
espie
877f1a4b20 a few responsive tweaks (from julianaito) 2021-01-29 10:50:36 +00:00
espie
b6ea449f90 show information from meta table, requires -current sqlports 2021-01-29 10:32:46 +00:00
espie
c10c81e8a7 simplify my debug process by allowing to restart build from a given point 2021-01-29 10:28:30 +00:00
martin
dbd4c2bfae Update py-rasterio to 1.2.0. 2021-01-29 09:59:40 +00:00
espie
c0b8252709 add the date at which the db was generated into sqlports.
document Meta table, which I somehow forgot
2021-01-29 08:30:37 +00:00
sthen
341a9253ba readd unifi 5.14, the newer vlan setup in 6.x is extremely annoying for certain setups 2021-01-28 22:42:39 +00:00
kn
265ea40306 Improve DESCR[IPTION], add AUTHORS section 2021-01-28 22:01:54 +00:00
tb
abf0c794e5 Update to tlsfuzzer 20210128 2021-01-28 21:57:15 +00:00
naddy
e4cb24c9ed shells/tcsh: update to 6.22.03 to fix minor bugs and the -fno-common build 2021-01-28 20:24:56 +00:00
rsadowski
e05976a931 Update nextcloudclient to 3.1.2
Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.1.2
Update diff from Adriano Barbosa (Maintainer), simple WANTLIB tweak by me
2021-01-28 20:23:01 +00:00
naddy
6c9939ba8d math/galculator: zap duplicate definition to fix build with -fno-common 2021-01-28 20:12:13 +00:00