head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.01.19.13.40.54; author mef; state Exp; branches; next ; commitid yWKM2nfdqQdYu0rG; desc @@ 1.1 log @ham/wsjtx: import wsjtx-2.5.4 Weak Signal Communication Software WSJT-X, WSJT, MAP65, and WSPR are open-source programs designed for weak-signal digital communication by amateur radio. Normal usage requires a standard SSB transceiver and a personal computer with soundcard, or the equivalent. SDR-style hardware including the SDR-IQ, Perseus, SoftRock, and FUNcube Dongle is supported by MAP65 and WSPR. SimJT is a utility program that generates simulated signals for test purposes. All of the programs are available free of charge, licensed under the GNU General Public License. Installation packages for WSJT-X are available for Windows, Linux, and OS X; WSJT and WSPR have Windows and Linux packages, and MAP65 and SimJT are Windows only. For further details about source code and operating systems, see the Program Development page. @ text @$NetBSD$ patch PREFIX inside patch --- /dev/null 2021-03-27 14:25:58.185030027 +0900 +++ hamlib.patch 2021-03-27 14:26:58.703680417 +0900 @@@@ -0,0 +1,21 @@@@ +--- hamlib-prefix/src/hamlib/hamlib.pc.in.orig 2021-02-01 21:35:36.000000000 +0900 ++++ hamlib/hamlib.pc.in 2021-03-21 21:07:31.473290128 +0900 +@@@@ -9,5 +9,5 @@@@ URL: @@PACKAGE_URL@@ + Version: @@PACKAGE_VERSION@@ + Requires.private: @@LIBUSB@@ + Cflags: -I${includedir} @@PTHREAD_CFLAGS@@ +-Libs: -L${libdir} -lhamlib ++Libs: -L${libdir} ${libdir}/libhamlib.a + Libs.private: @@MATH_LIBS@@ @@DL_LIBS@@ @@NET_LIBS@@ @@PTHREAD_LIBS@@ + +--- hamlib/configure.orig 2021-02-01 21:35:58.000000000 +0900 ++++ hamlib/configure 2021-03-27 14:11:34.897938353 +0900 +@@@@ -19344,7 +19344,7 @@@@ + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_usb_1_0_libusb_init" >&5 + $as_echo "$ac_cv_lib_usb_1_0_libusb_init" >&6; } + if test "x$ac_cv_lib_usb_1_0_libusb_init" = xyes; then : +- LIBUSB_LIBS="-lusb-1.0" ++ LIBUSB_LIBS="-lusb-1.0 -L@@PREFIX@@/lib" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libusb_init was not found in libusb-1.0--USB backends will be disabled" >&5 + $as_echo "$as_me: WARNING: libusb_init was not found in libusb-1.0--USB backends will be disabled" >&2;} @