Index: head/comms/linrad/Makefile =================================================================== --- head/comms/linrad/Makefile (revision 385125) +++ head/comms/linrad/Makefile (revision 385126) @@ -1,76 +1,71 @@ -# Created by: db # $FreeBSD$ PORTNAME= linrad PORTVERSION= 4.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= http://www.nitehawk.com/sm5bsz/linuxdsp/archive/\ http://g7rau.demon.co.uk/sm5bsz/linuxdsp/archive/\ http://www.sm5bsz.com/linuxdsp/archive/ DISTNAME= lir04-02 EXTRACT_SUFX= .tbz MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio DSP utility (SDR) LIB_DEPENDS= librtlsdr.so:${PORTSDIR}/comms/rtl-sdr \ libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ libftdi.so:${PORTSDIR}/devel/libftdi BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm WRKSRC= ${WRKDIR}/${PORTNAME}-0${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= gmake tar:bzip2 USE_XORG= x11 LINRAD_DOCFILES= z_APM.txt z_BUFFERS.txt z_CALIBRATE.txt \ z_COPYRIGHT.txt z_GIFINFO.txt \ z_MORSE_DECODING.txt z_MOUSE.txt z_NETWORK.txt \ z_PARALLEL_PORT.txt z_SETTINGS.txt \ z_USERS_EXTRA.txt z_USERS_HWARE.txt -OPTIONS_DEFINE= DOCS - .include .if ${ARCH} == "i386" BINFILE= xlinrad .else BINFILE= xlinrad64 .endif ALL_TARGET= ${BINFILE} post-patch: # These extensions seem to be Windows only # @${CP} ${WRKSRC}/extra_w3sz.c ${WRKSRC}/users_extra.c # @${CP} ${WRKSRC}/users_tr.c ${WRKSRC}/users_hwaredriver.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}/|' \ ${WRKSRC}/help.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}/|' \ ${WRKSRC}/libfind1.c # NOTE: The code that actually does anything in users.c is currently # #ifdef'd out because it's just a non-working example @${REINPLACE_CMD} -e "s|ttyd|ttyu|" \ ${WRKSRC}/lxsys.c do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/errors.lir ${STAGEDIR}${DATADIR}/errors.lir ${INSTALL_DATA} ${WRKSRC}/help.lir ${STAGEDIR}${DATADIR}/help.lir ${INSTALL_SCRIPT} -m0555 ${FILESDIR}/linrad ${STAGEDIR}${PREFIX}/bin/linrad # Some day we may want the svga version as well. # ${INSTALL_PROGRAM} -m0555 ${WRKSRC}/${PORTNAME} $(STAGEDIR}${PREFIX}/bin/${PORTNAME}.svga ${INSTALL_PROGRAM} -m0555 ${WRKSRC}/${BINFILE} ${STAGEDIR}${PREFIX}/bin/x${PORTNAME} -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${LINRAD_DOCFILES} @${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}/$f .endfor -.endif .include Index: head/comms/linrad/files/patch-Makefile.in =================================================================== --- head/comms/linrad/files/patch-Makefile.in (revision 385125) +++ head/comms/linrad/files/patch-Makefile.in (revision 385126) @@ -1,99 +1,99 @@ ---- Makefile.in.orig 2014-11-04 02:25:00.000000000 -0800 -+++ Makefile.in 2014-12-08 03:03:40.000000000 -0800 +--- Makefile.in.orig 2014-11-04 10:25:00 UTC ++++ Makefile.in @@ -23,7 +23,7 @@ # # ----------- Compilers ---------------- # Use gcc to compile files for Linux. -CC=gcc +CC?=gcc # Name the output files *.ol instead of *.o # so we definitely know it is for Linux. # (*.o files can be present by mistake) -@@ -42,7 +42,7 @@ +@@ -42,7 +42,7 @@ WINNASM64 = C:\mingw\bin\nasm -w-orphan- # (*.o files can be present by mistake) # Always use the same flags. # -Wconversion -Wno-sign-conversion -Wunreachable-code -CFL = -g -O2 -DOSNUM=1 -DMEMREF_T=int @X11_32_INC@ -W -Wall -DCPU=@CPU@ \ +CFL = -O2 -DOSNUM=1 -DMEMREF_T=int @X11_32_INC@ -W -Wall -DCPU=@CPU@ \ -DSHM_INSTALLED=@LIBXEXT32_OK@ -Wimplicit \ -DALSA_PRESENT=@ALSA32_OK@ -DIA64=0 \ @DARWIN@ -DLIBUDEV_PRESENT=@LIBUDEV_32_OK@ -DSERVER=@MAKE_SERVER@ \ -@@ -50,7 +50,7 @@ +@@ -50,7 +50,7 @@ CFL = -g -O2 -DOSNUM=1 -DMEMREF_T=int @X -Wuninitialized -Wparentheses -Wstrict-prototypes -Werror -ffast-math \ -Wundef -fomit-frame-pointer -c -o -CFLN = -g -O2 -DOSNUM=1 -DMEMREF_T=int @X11_32_INC@ -W -Wall \ +CFLN = -O2 -DOSNUM=1 -DMEMREF_T=int @X11_32_INC@ -W -Wall \ -DCPU=@CPU@ -DSHM_INSTALLED=@LIBXEXT32_OK@ -Wimplicit \ -DALSA_PRESENT=@ALSA32_OK@ -DIA64=0 \ @DARWIN@ -DLIBUDEV_PRESENT=@LIBUDEV_32_OK@ -DSERVER=@MAKE_SERVER@ \ -@@ -58,13 +58,13 @@ +@@ -58,13 +58,13 @@ CFLN = -g -O2 -DOSNUM=1 -DMEMREF_T=int @ -Wuninitialized -Wparentheses -Wstrict-prototypes -Werror -ffast-math \ -Wundef -fomit-frame-pointer -c -o -CFW = -g -O2 -DOSNUM=2 -DMEMREF_T=int -W -Wall -Wimplicit -DIA64=0 \ +CFW = -O2 -DOSNUM=2 -DMEMREF_T=int -W -Wall -Wimplicit -DIA64=0 \ -DLIBUDEV_PRESENT=1 -DCPU=CPU_INTEL -DSERVER=@MAKE_SERVER@ \ @M32@ -Wreturn-type -Wformat -Wunused -Wcomment -Wchar-subscripts \ -Wshadow -Wuninitialized -Wparentheses -Wstrict-prototypes -Werror \ -ffast-math -Wundef -fomit-frame-pointer -c -o -CFL64 = -g -O2 -DOSNUM=1 -DMEMREF_T='long int' @X11_64_INC@ -W -Wall \ +CFL64 = -O2 -DOSNUM=1 -DMEMREF_T='long int' @X11_64_INC@ -W -Wall \ -DCPU=@CPU@ -DSHM_INSTALLED=@LIBXEXT64_OK@ -DALSA_PRESENT=@ALSA64_OK@ \ -DIA64=1 @DARWIN@ -DLIBUDEV_PRESENT=@LIBUDEV_64_OK@ -DSERVER=@MAKE_SERVER@ \ -Wimplicit -Wreturn-type -Wformat -m64 -Wunused -Wcomment \ -@@ -1040,7 +1040,7 @@ +@@ -1040,7 +1040,7 @@ fcdpp.ol hid.ol pcie9842.ol bladerf.ol m @SVGA32_LD@ \ @SVGAGL32_LD@ \ @LIBUDEV_32_LD@ \ --lpthread @LIBRT@ -lm -ldl +-lpthread @LIBRT@ -lm @echo " " @echo "You may want to disable pulseaudio in Ubuntu with this command:" -@@ -1137,7 +1137,7 @@ +@@ -1137,7 +1137,7 @@ fcdpp.ol hid.ol pcie9842.ol bladerf.ol m @X11_32_LD@ \ @ALSA32_LD@ \ @LIBUDEV_32_LD@ \ --lpthread @LIBRT@ -lm -ldl +-lpthread @LIBRT@ -lm @echo " " @echo "You may want to disable pulseaudio in Ubuntu with this command:" -@@ -1210,7 +1210,7 @@ +@@ -1210,7 +1210,7 @@ fcdpp.ol hid.ol pcie9842.ol bladerf.ol m @SVGA32_LD@ \ @SVGAGL32_LD@ \ @LIBUDEV_32_LD@ \ --lpthread @LIBRT@ -lm -ldl +-lpthread @LIBRT@ -lm @echo " " @echo "You may want to disable pulseaudio in Ubuntu with this command:" -@@ -1527,7 +1527,7 @@ +@@ -1527,7 +1527,7 @@ fcdpp.om hid.om pcie9842.om bladerf.om m @SVGA64_LD@ \ @SVGAGL64_LD@ \ @LIBUDEV_64_LD@ \ --lpthread @LIBRT@ -lm -ldl +-lpthread @LIBRT@ -lm @echo " " @echo "You may want to disable pulseaudio in Ubuntu with this command:" -@@ -1612,7 +1612,7 @@ +@@ -1612,7 +1612,7 @@ elektor.om fcdpp.om hid.om pcie9842.om b @ALSA64_LD@ \ @X11_64_LD@ \ @LIBUDEV_64_LD@ \ --lpthread @LIBRT@ -lm -ldl +-lpthread @LIBRT@ -lm @echo " " @echo "You may want to disable pulseaudio in Ubuntu with this command:" -@@ -1686,7 +1686,7 @@ +@@ -1686,7 +1686,7 @@ elektor.om fcdpp.om hid.om pcie9842.om b @SVGA64_LD@ \ @SVGAGL64_LD@ \ @LIBUDEV_64_LD@ \ --lpthread @LIBRT@ -lm -ldl +-lpthread @LIBRT@ -lm @echo " " @echo "You may want to disable pulseaudio in Ubuntu with this command:" Property changes on: head/comms/linrad/files/patch-Makefile.in ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/linrad/files/patch-buf.c =================================================================== --- head/comms/linrad/files/patch-buf.c (revision 385125) +++ head/comms/linrad/files/patch-buf.c (revision 385126) @@ -1,11 +1,11 @@ ---- buf.c.orig 2014-06-27 18:11:24.000000000 -0700 -+++ buf.c 2014-06-27 18:11:33.000000000 -0700 -@@ -1292,7 +1292,7 @@ +--- buf.c.orig 2014-11-04 10:25:00 UTC ++++ buf.c +@@ -1328,7 +1328,7 @@ if( (ui.network_flag & NET_RXIN_FFT1) == memset(fft1_char,0,fft1_bytes); memset(liminfo,0,2*fft1_size*sizeof(float)); memset(liminfo_wait,0,fft1_size*sizeof(unsigned char)); -memset(fft1_slowsum,0.1,fft1_size*sizeof(float)); +memset(fft1_slowsum,0,fft1_size*sizeof(float)); if(fft1_correlation_flag)memset(fft1_slowcorr,0,2*fft1_size*sizeof(float)); memset(wg_waterf_sum,0,fft1_size*sizeof(float)); memset(timf1_char,0,timf1_bytes); Property changes on: head/comms/linrad/files/patch-buf.c ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/linrad/files/patch-caliq.c =================================================================== --- head/comms/linrad/files/patch-caliq.c (nonexistent) +++ head/comms/linrad/files/patch-caliq.c (revision 385126) @@ -0,0 +1,11 @@ +--- caliq.c.orig 2014-11-04 10:25:00 UTC ++++ caliq.c +@@ -391,7 +391,7 @@ char s[80]; + int seg,color; + int ia,ib; + int i,j,k,m,n,mm,errskip; +-float z[2*MAX_ADCHAN]; ++float z[4*MAX_ADCHAN]; + float t1,t2,t3; + caliq_clear_flag=TRUE; + clear_fft1_filtercorr(); Property changes on: head/comms/linrad/files/patch-caliq.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/linrad/files/patch-configure =================================================================== --- head/comms/linrad/files/patch-configure (revision 385125) +++ head/comms/linrad/files/patch-configure (revision 385126) @@ -1,43 +1,43 @@ ---- configure.orig 2014-11-04 02:25:00.000000000 -0800 -+++ configure 2014-12-09 10:52:10.000000000 -0800 -@@ -1832,11 +1832,6 @@ +--- configure.orig 2014-11-04 10:25:00 UTC ++++ configure +@@ -1832,11 +1832,6 @@ fi ELF32="" ELF64="" if test ${OS} != "Darwin"; then - ldconfig /lib32 /lib64 /usr/lib32 /usr/lib64 /usr/lib32/lib /usr/local/lib \ - /usr/local32/lib /emul/ia32-linux/lib /emul/ia32-linux/usr/lib /usr/X11/lib \ - /usr/PCBSD/local/lib /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu \ - /usr/X11R6/lib /opt/local/lib /usr/lib/arm-linux-gnueabihf \ - /usr/local/lib64 ELF64="-felf64" LIBEXT="so" S_OS_TYPE="OS_LINUX" -@@ -1853,7 +1848,9 @@ +@@ -1853,7 +1848,9 @@ else fi # Find out whether we have gcc -CC=gcc +if test "${CC}" = ""; then + CC=gcc +fi # Extract the first word of "${CC} ", so it can be a program name with args. set dummy ${CC} ; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -@@ -4025,6 +4022,9 @@ +@@ -4025,6 +4022,9 @@ ALSA32_OK="0" ALSA64_OK="0" ALSA32_INSTALLED="0" ALSA64_INSTALLED="0" +ALSA32_LD="" +ALSA64_LD="" +< 0.001 ) + if ( fabs(old_hwfreq-hwfreq) > 0.001 ) { Setup_Preselector(); old_hwfreq = hwfreq; show_elektor_parms(); Property changes on: head/comms/linrad/files/patch-elektor.c ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/linrad/files/patch-help.c =================================================================== --- head/comms/linrad/files/patch-help.c (revision 385125) +++ head/comms/linrad/files/patch-help.c (revision 385126) @@ -1,14 +1,14 @@ ---- help.c.orig 2014-03-20 18:05:17.000000000 -0700 -+++ help.c 2014-06-27 21:52:48.000000000 -0700 -@@ -584,7 +584,10 @@ +--- help.c.orig 2014-11-04 10:25:00 UTC ++++ help.c +@@ -583,7 +583,10 @@ void write_from_msg_file(int *line, int char s[512]; char chr; int i,j,k; -msg_file=fopen(msg_filename, "r"); +char *fn; -+asprintf(&fn, "%s/%s", "%%DATADIR%%", msg_filename); ++asprintf(&fn, "%s/%s", "/usr/local/share/linrad/", msg_filename); +msg_file=fopen(fn, "r"); +free(fn); if(msg_file == NULL) { sprintf(s,"Could not find %s",msg_filename); Property changes on: head/comms/linrad/files/patch-help.c ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/linrad/files/patch-libfind1.c =================================================================== --- head/comms/linrad/files/patch-libfind1.c (revision 385125) +++ head/comms/linrad/files/patch-libfind1.c (revision 385126) @@ -1,13 +1,11 @@ ---- libfind1.c.orig 2014-03-20 18:05:17.000000000 -0700 -+++ libfind1.c 2014-06-27 21:45:49.000000000 -0700 -@@ -38,7 +38,9 @@ - "/usr/lib64/lib", +--- libfind1.c.orig 2014-11-04 10:25:00 UTC ++++ libfind1.c +@@ -39,6 +39,8 @@ char *dirs[]={"/lib/i386-linux-gnu", "/usr/lib32", "/usr/lib64", -- "/usr/local/lib", -+ "%%LOCALBASE%%lib", -+ "%%LOCALBASE%%lib/portaudio2", -+ "%%LOCALBASE%%lib32", + "/usr/local/lib", ++ "/usr/local/lib/portaudio2", ++ "/usr/local/lib32", "/usr/local/lib64", "/usr/local32/lib", "/usr/lib", Property changes on: head/comms/linrad/files/patch-libfind1.c ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/linrad/files/patch-libfind2.c =================================================================== --- head/comms/linrad/files/patch-libfind2.c (revision 385125) +++ head/comms/linrad/files/patch-libfind2.c (revision 385126) @@ -1,38 +1,38 @@ ---- libfind2.c.orig 2014-06-27 19:49:15.000000000 -0700 -+++ libfind2.c 2014-06-27 19:50:30.000000000 -0700 -@@ -83,7 +83,7 @@ +--- libfind2.c.orig 2014-11-04 10:25:00 UTC ++++ libfind2.c +@@ -83,7 +83,7 @@ findlinux:; argv[2][i-2] == '1' && argv[2][i-1] == '1') { - sprintf(&argv[2][j],"include/X11"); + sprintf(&argv[2][j],"include"); } else { -@@ -140,7 +140,7 @@ +@@ -140,7 +140,7 @@ findlinux:; argv[2][i-6] == '1' && argv[2][i-5] == '1') { - sprintf(&argv[2][j],"include/X11"); + sprintf(&argv[2][j],"include"); } else { -@@ -211,7 +211,7 @@ +@@ -211,7 +211,7 @@ findmac:; argv[2][i-2] == '1' && argv[2][i-1] == '1') { - sprintf(&argv[2][j],"include/X11"); + sprintf(&argv[2][j],"include"); } else { -@@ -257,7 +257,7 @@ +@@ -257,7 +257,7 @@ findmac:; argv[2][i-2] == '1' && argv[2][i-1] == '1') { - sprintf(&argv[2][j],"include/X11"); + sprintf(&argv[2][j],"include"); } else { Property changes on: head/comms/linrad/files/patch-libfind2.c ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/linrad/files/patch-loadusb.h =================================================================== --- head/comms/linrad/files/patch-loadusb.h (revision 385125) +++ head/comms/linrad/files/patch-loadusb.h (revision 385126) @@ -1,10 +1,10 @@ ---- loadusb.h.orig 2014-12-08 03:09:37.000000000 -0800 -+++ loadusb.h 2014-12-08 03:10:07.000000000 -0800 +--- loadusb.h.orig 2014-11-04 10:25:00 UTC ++++ loadusb.h @@ -30,6 +30,7 @@ #if OSNUM == OSNUM_LINUX #include +#include #define LIBUSB_CALL #endif Property changes on: head/comms/linrad/files/patch-loadusb.h ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/linrad/files/patch-lxsys.c =================================================================== --- head/comms/linrad/files/patch-lxsys.c (revision 385125) +++ head/comms/linrad/files/patch-lxsys.c (revision 385126) @@ -1,13 +1,22 @@ ---- lxsys.c.orig 2014-12-08 03:10:46.000000000 -0800 -+++ lxsys.c 2014-12-08 03:11:39.000000000 -0800 -@@ -120,9 +120,9 @@ +--- lxsys.c.orig 2014-11-04 10:25:00 UTC ++++ lxsys.c +@@ -63,7 +63,7 @@ int open_USB2LPT(void); + + struct termios old_options; + #ifdef BSD +-char serport_name[]="/dev/ttyd...."; ++char serport_name[]="/dev/ttyu...."; + #else + char serport_name[]="/dev/ttyS....?"; + #endif +@@ -120,9 +120,9 @@ char *fmmx=" mmx"; char *fsse=" sse"; char *fht=" ht"; char *fprocessor="processor"; +int no_of_ht; #endif int xxprint; -int no_of_ht; // If there is no mmx, do not use simd either. tickspersec = sysconf(_SC_CLK_TCK); xxprint=0; Property changes on: head/comms/linrad/files/patch-lxsys.c ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/linrad/files/patch-menu.c =================================================================== --- head/comms/linrad/files/patch-menu.c (nonexistent) +++ head/comms/linrad/files/patch-menu.c (revision 385126) @@ -0,0 +1,18 @@ +--- menu.c.orig 2014-11-04 10:25:00 UTC ++++ menu.c +@@ -965,11 +965,13 @@ if(parnum == SECOND_FFT_ATT_N) + { + k[0]=fft2_n-2; + } ++// Please check if index is within constaints *BEFORE* using it. ++// This error was caught by GCC5 diagnostics marino@FreeBSD.org + if(parnum == SECOND_FFT_VERNR) + { + i=0; +- while( fft2_version[ui.rx_rf_channels-1][i+1] > 0 && +- i < MAX_FFT2_VERNR-1)i++; ++ while( i < MAX_FFT2_VERNR-1 && ++ fft2_version[ui.rx_rf_channels-1][i+1] > 0)i++; + if(mmx_present == 0) + { + while( fft_cntrl[fft2_version[ui.rx_rf_channels-1][i]].mmx != 0)i--; Property changes on: head/comms/linrad/files/patch-menu.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/linrad/files/patch-users.c =================================================================== --- head/comms/linrad/files/patch-users.c (revision 385125) +++ head/comms/linrad/files/patch-users.c (revision 385126) @@ -1,18 +1,18 @@ ---- users.c.orig 2014-06-28 18:33:12.000000000 -0700 -+++ users.c 2014-06-28 18:33:19.000000000 -0700 -@@ -130,6 +130,7 @@ +--- users.c.orig 2014-11-04 10:25:00 UTC ++++ users.c +@@ -130,6 +130,7 @@ void userdefined_q(void) // Leaving the port open the whole time could leave it in an // undefined state if Linrad crashes. // +#if 0 int n; int serport_baudrate; int serport_stopbits; -@@ -142,6 +143,7 @@ +@@ -142,6 +143,7 @@ lir_open_serport(SERPORT_NUMBER, 0); // RTS mode = 0 n=lir_write_serport(serport_message,10); lir_close_serport(); +#endif } void users_close_devices(void) Property changes on: head/comms/linrad/files/patch-users.c ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/linrad/files/patch-wse_sdrxx.c =================================================================== --- head/comms/linrad/files/patch-wse_sdrxx.c (revision 385125) +++ head/comms/linrad/files/patch-wse_sdrxx.c (revision 385126) @@ -1,26 +1,26 @@ ---- wse_sdrxx.c.orig 2014-11-04 02:25:00.000000000 -0800 -+++ wse_sdrxx.c 2014-12-08 03:15:31.000000000 -0800 -@@ -219,9 +219,9 @@ +--- wse_sdrxx.c.orig 2014-11-04 10:25:00 UTC ++++ wse_sdrxx.c +@@ -219,9 +219,9 @@ if(ui.rx_addev_no == RTL2832_DEVICE_CODE m=10000; for(i=0; i