Commit Graph

1200 Commits

Author SHA1 Message Date
naddy
31ec66ebca drop RCS Ids 2022-03-11 18:26:24 +00:00
sthen
385739a94f drop rcs id in category Makefiles 2022-03-09 16:18:03 +00:00
naddy
69de5bdc39 drop RCS Id from all ports where I'm listed as MAINTAINER 2022-03-08 14:27:46 +00:00
sthen
b6966d2e73 GC a few more RCS ids in my ports 2022-03-07 21:45:09 +00:00
sthen
a98e0e6666 remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
jca
fa1c7dd79a Properly link against libpython3.9 and unbreak consumers on sparc64/ld.bfd archs
While here, enable regress tests (dep on devel/check)
ok bentley@ (maintainer)
2022-01-11 18:00:53 +00:00
uaa
3c6cdfb9f0 bump up 1.2.15.3 -> 4.4 ok sthen@ 2022-01-04 11:15:02 +00:00
uaa
ede447a05a add support for FILPATHLEN -> HAMLIB_FILPATHLEN change at hamlib-4.2
ok sthen@
2022-01-02 20:23:48 +00:00
uaa
f6deba442b add support for FILPATHLEN -> HAMLIB_FILPATHLEN change at hamlib-4.2
ok sthen@
2022-01-02 20:23:03 +00:00
espie
737fb8bb76 zap a few PKGNAME-sub which are now default
(and also duplicated EPOCH-sub which make little sense in db/{v3,v4}
2021-11-22 13:55:54 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
phessler
187af626fe BROKEN-aarch64
volk/kernels/volk/asm/neon/volk_16i_max_star_horizontal_16i.s:1:1:
	error: unexpected token at start of statement
2021-10-30 19:07:47 +00:00
ajacoutot
1dc13ee6da Remove gmfsk which also depend on old/unmaintained GNOME-2 stack.
Forgot in previous...
2021-10-30 09:59:29 +00:00
solene
142e91ec7d Add missing run dependency devel/py-six
ok kirby@ (maintainer)
2021-09-21 16:34:24 +00:00
ajacoutot
5b908bb0a0 Unbreak with newer boost.
from Brad
2021-09-05 08:13:33 +00:00
jca
1846d41d05 Detect 64 bits archs using #if defined(_LP64), instead of a hardcoded list
Fixes the build on riscv64
2021-07-28 17:08:22 +00:00
jca
671b28543e Properly #define __BIG_ENDIAN__ on many more platforms 2021-07-28 10:40:32 +00:00
jca
1cc7ee21a8 Fix build on sparc64 and possibly others: don't hardcode -fpic 2021-07-28 10:38:41 +00:00
jca
8e2d8c3746 Restore patch to allow building on machines without apm(4) support.
No bump as it doesn't change the code on platforms with apm(4) support.
Fixes the build on riscv64.
2021-07-23 08:04:21 +00:00
jca
639c63d5ba Remove the BROKEN-sparc64 marker, and tidy up a bit 2021-07-15 15:23:22 +00:00
jca
469211af6a Simplify patch and let this build on riscv64.
REVISION for aarch64 probably not needed, the #define that seemed so
important one day isn't used any more.
2021-07-15 15:22:41 +00:00
sthen
8b83b236f8 neuter autoconf check for execinfo.h 2021-06-07 20:52:52 +00:00
gnezdo
43ba869daa comms/hylafax: avoid CPU spinning (wrong fifo mode)
Patch from Larry Moore lmoore at starwon dot com dot au

ok gkoehler@
2021-05-27 02:48:23 +00:00
kmos
2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
kmos
83cadd889f Mark comms/syncterm BROKEN-sparc64
ok jcs@ (maintainer)
2021-05-16 17:15:25 +00:00
ajacoutot
d78cd41d6a Fix build with GLib >=2.68 (first batch). 2021-05-09 08:55:41 +00:00
cwen
810ffbcc70 libsigrok: use libhidapi's hid_init() instead of our usbhid(3)'s one
Because our usbhid(3) defines hid_init(3), the libhidapi's one has been
renamed to hidapi_hid_init(). Sigrok expects the libhidapi one. This led
to build failures on ld.bfd arches, and probably runtime errors on other
arches.

As such, redefine the hid_init() call to hidapi_hid_init().

OK sthen@, kmos@ (who build tested on sparc64) and
"seems ok to me" bentley@ (maintainer)
2021-04-12 11:22:33 +00:00
cwen
4022502446 libhidapi: add a comment mentioning that any consumer should
be patched to use hidapi_hid_init() instead of hid_init(3),
to avoid conflict with base usbhid(3).

OK sthen@
2021-04-12 10:53:55 +00:00
sthen
573e64a047 mark gnuradio BROKEN-i386, it hits the cmake problem where it produces an
.so file following ports versioning but in the install stage tries to install
the original version. failed 4 times out of the last 13 bulk builds and it
takes an hour to build in each.
2021-03-19 17:06:35 +00:00
rsadowski
7fac9ebc4e Unbreak with upcoming boost update
From Brad.
2021-03-18 19:51:44 +00:00
fcambus
c63d1d01f3 Switch HOMEPAGE and MASTER_SITES to HTTPS. 2021-03-18 08:57:31 +00:00
naddy
2f3856e9cc comms/hylafax: accept all 4.x versions of tiff 2021-03-17 12:39:19 +00:00
fcambus
e73a65e21c Update qodem to 1.0.1.
Add --disable-gpm to CONFIGURE_ARGS to disable Linux console GPM support,
as it is enabled by default and otherwise breaks the build on OpenBSD.
2021-03-17 11:20:47 +00:00
sthen
da54af2459 update to dfu-util 0.10, from Ashton Fagg with a tiny tweak 2021-03-09 12:56:39 +00:00
bentley
dd210b670a Update to sigrok-cli-0.7.2. 2021-03-07 02:22:09 +00:00
bentley
5eb0e7039f libsigrok picks up hidapi if present, so add LIB_DEPENDS.
Fixes sigrok-cli build failure (reported by naddy@)
2021-03-06 22:42:43 +00:00
landry
8e6b93d116 comms/xastir: fix proj 8 detection
actually add the configure.ac patch this time, backported from
6ee6348ca9
to properly detect an upcoming proj 8 update - backwards compatible with
the in-tree proj 7.2.1.
2021-03-05 07:55:10 +00:00
landry
edf8f5a8d9 comms/xastir: update to 2.1.6.
From Michael ( michi plus openbsd at dataswamp dot org) who takes
MAINTAINER, thanks !

while here, add a configure.ac patch backported from
6ee6348ca9
to properly detect an upcoming proj 8 update - backwards compatible with
the in-tree proj 7.2.1.
2021-03-05 07:53:53 +00:00
naddy
03edc50d87 comms/xdx: fix build with -fno-common; sync wantlib 2021-02-28 20:54:51 +00:00
naddy
f4c86ea34d comms/scmxx: update to last release 0.9.0
Not tested at runtime for lack of a Siemens mobile phone; the company
has been defunct for 15 years.

ok tb@
2021-02-26 21:09:57 +00:00
naddy
914db67450 comms/efax: fix build with -fno-common; ok ian@ 2021-02-26 20:45:37 +00:00
tb
39ed7eaa31 comms/scmxx: fix build with -fno-common 2021-02-26 16:51:40 +00:00
kirby
db01675b17 update to gammu-1.42.0 2021-02-26 13:20:52 +00:00
sthen
df80d334eb update to birda-1.3, fix commons 2021-02-26 13:08:37 +00:00
bentley
8221fdc32b Update to libsigrok-0.5.2 and pulseview-0.4.2.
Disable ruby support; ruby gets picked up but the bindings fail to build.
Improve some package COMMENTs.
Enable debug packages.

requested & tested by jcs@
2021-02-25 07:56:30 +00:00
sthen
c2f60aad26 drop comms/seyon, fails to build with -fno-common, essentially unmaintained
upstream since 1993, version in ports was even older
2021-02-24 17:26:28 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
ajacoutot
df0fe9f6f4 Fix for -fno-common; from Fedora. 2021-02-20 16:54:24 +00:00
sthen
ac4982f803 update to lcdproc-0.5.9 and patch to fix commons 2021-02-20 01:14:03 +00:00
tb
77fcc57763 xastir: Fix build with -fno-common
move HOMEPAGE to TLS while there.

From Michael (michi+openbsd dataswamp org)
2021-02-18 22:08:25 +00:00