Commit Graph

1220 Commits

Author SHA1 Message Date
jeremy c38e4a13ca Drop maintainership, as thankfully I no longer need to access mainframes 2023-01-26 22:00:28 +00:00
landry a3e8139ab7 comms/hylafax: fix build with tiff 4.5.0.
tiff 4.5 doesnt export anymore private symbols/functions that hylafax
was never supposed to have used anyway in the first place - copy them
from tiff 4.4 source into hylafax where needed.

cf https://gitlab.com/libtiff/libtiff/-/issues/504
2022-12-19 08:52:15 +00:00
sthen 7083a2e917 update to chirp-20221203 2022-12-05 12:05:55 +00:00
sthen cba70b885c libsigrok: add BDEP on setuptools 2022-11-29 23:25:51 +00:00
ajacoutot ce6553e5ab Explicitely configure with --without-indi to prevent picking up
libindiclient.
2022-11-14 07:28:09 +00:00
sthen 81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
ajacoutot f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
ajacoutot 648bd04e86 Fix for 64bit time_t and no need for _XOPEN_SOURCE_EXTENDED 2022-11-07 17:43:47 +00:00
sthen 2a69716178 fix copy-and-pasto, thanks aja@ 2022-11-07 17:41:06 +00:00
ajacoutot cc30d965d3 Bump and fix LDEP after vte3 split. 2022-11-07 17:14:39 +00:00
ajacoutot d3aaddb10c WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:06:22 +00:00
sthen 827050064a update libsigrok's autoconf script based on the Python version check
in newer aclocal/python.m4; the old one doesn't cope with 3.10
2022-11-05 16:26:50 +00:00
op 4dce62d655 mark archivers/lrzip and comms/lrzsz as conflicting
spotted by naddy@, ok sthen@
2022-11-04 15:05:10 +00:00
ajacoutot b44f25fa6e Add rtlsdr_set_tuner_bandwidth() function from upstream.
Required by upcoming devel/indi port.
2022-10-15 12:29:28 +00:00
kmos 91a0f34517 MODCMAKE_LDFLAGS is only passed to CONFIGURE_ENV. Shift to LDFLAGS.
Fixes the build on sparc64.

ok kirby@
2022-08-31 17:50:22 +00:00
fcambus 6c5a61ee71 Switch MASTER_SITES to HTTPS for some ports using spacehopper.org mirror.
OK sthen@
2022-07-26 19:40:25 +00:00
sthen 2ec4768ef6 update to conserver-8.2.7 2022-07-09 08:50:52 +00:00
rsadowski 6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
sthen 2e55f16d6b sync WANTLIB 2022-03-31 13:53:32 +00:00
sthen 3cdf2816b0 sync WANTLIB for some packages that could be semi-automated for some
common missing libs, with "help" from portbump, but i reviewed everything
2022-03-27 16:23:04 +00:00
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