Index: head/comms/quisk/Makefile =================================================================== --- head/comms/quisk/Makefile (revision 429197) +++ head/comms/quisk/Makefile (revision 429198) @@ -1,31 +1,31 @@ # Created by: Stephen Hurd # $FreeBSD$ PORTNAME= quisk -PORTVERSION= 4.0.5 +PORTVERSION= 4.1.3 CATEGORIES= comms hamradio MASTER_SITES= http://james.ahlstrom.name/quisk/ \ - LOCAL/shurd + LOCAL/db MAINTAINER= hamradio@FreeBSD.org COMMENT= Software Defined Radio (SDR) LICENSE= GPLv2 LIB_DEPENDS= libfftw3.so:math/fftw3 \ libportaudio.so:audio/portaudio \ libasound.so:audio/alsa-lib \ libpulse.so:audio/pulseaudio USES= python USE_PYTHON= distutils autoplist USE_WX= 3.0+ WX_COMPS= python post-extract: ${RM} ${WRKSRC}/_quisk.so ${WRKSRC}/sdriqpkg/sdriq.so post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py .include Index: head/comms/quisk/distinfo =================================================================== --- head/comms/quisk/distinfo (revision 429197) +++ head/comms/quisk/distinfo (revision 429198) @@ -1,2 +1,3 @@ -SHA256 (quisk-4.0.5.tar.gz) = fc0a45012f5e47fa86ce11e8a55acecc4d2534e829c965face12f68fd8fc9992 -SIZE (quisk-4.0.5.tar.gz) = 2072511 +TIMESTAMP = 1482446629 +SHA256 (quisk-4.1.3.tar.gz) = 3bb41e3d5dd7feb4c949a6086fe4d2adad12048d5eccb6499ced85b2b46f5999 +SIZE (quisk-4.1.3.tar.gz) = 2093660 Property changes on: head/comms/quisk/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/quisk/files/patch-microphone.c =================================================================== --- head/comms/quisk/files/patch-microphone.c (revision 429197) +++ head/comms/quisk/files/patch-microphone.c (revision 429198) @@ -1,11 +1,11 @@ ---- microphone.c.orig 2015-11-27 20:43:24 UTC +--- microphone.c.orig 2016-10-25 20:57:54 UTC +++ microphone.c @@ -56,7 +56,7 @@ static int timeVOX = 2000; // VOX han static int doTxCorrect = 0; // Corrections for UDP sample transmit static double TxCorrectLevel; -static complex TxCorrectDc; +static complex double TxCorrectDc; // Used for the Hermes protocol - #define HERMES_TX_BUF_SAMPLES 4800 + #define HERMES_TX_BUF_SAMPLES 4800 // buffer size in I/Q samples (two shorts) Property changes on: head/comms/quisk/files/patch-microphone.c ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property Index: head/comms/quisk/files/patch-setup.py =================================================================== --- head/comms/quisk/files/patch-setup.py (revision 429197) +++ head/comms/quisk/files/patch-setup.py (revision 429198) @@ -1,22 +1,22 @@ ---- setup.py.orig 2016-02-16 20:10:44 UTC +--- setup.py.orig 2016-12-08 22:14:02 UTC +++ setup.py @@ -12,8 +12,8 @@ fp.write("#Quisk version %s\n" % Version fp.close() module1 = Extension ('quisk._quisk', - #include_dirs = ['.'], - #library_dirs = ['.'], -+ include_dirs = ['%%LOCALBASE%%/include/portaudio2', '%%LOCALBASE%%/include'], -+ library_dirs = ['%%LOCALBASE%%/lib/portaudio2', '%%LOCALBASE%%/lib'], ++ include_dirs = ['%%LOCALBASE%%/include'], ++ library_dirs = ['%%LOCALBASE%%/lib'], libraries = ['asound', 'portaudio', 'pulse', 'fftw3', 'm'], sources = ['quisk.c', 'sound.c', 'sound_alsa.c', 'sound_portaudio.c', 'sound_pulseaudio.c', 'is_key_down.c', 'microphone.c', 'utility.c', @@ -116,7 +116,7 @@ control the N8LP LP-PAN panadapter and t author_email = 'jahlstr@gmail.com', url = 'http://james.ahlstrom.name/quisk/', download_url = 'http://james.ahlstrom.name/quisk/', - packages = ['quisk', 'quisk.sdriqpkg', 'quisk.n2adr', 'quisk.softrock', 'quisk.usb'], + packages = ['quisk', 'quisk.sdriqpkg', 'quisk.n2adr', 'quisk.softrock', 'quisk.usb', 'quisk.hermes'], package_dir = {'quisk' : '.'}, package_data = {'quisk' : ['*.txt', '*.html']}, ext_modules = Modules, Property changes on: head/comms/quisk/files/patch-setup.py ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property