Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 06:13:47 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502312 - in head/comms/quisk: . files
Message-ID:  <201905230613.x4N6Dl0W078491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu May 23 06:13:47 2019
New Revision: 502312
URL: https://svnweb.freebsd.org/changeset/ports/502312

Log:
  comms/quisk: Update 4.1.26 -> 4.1.39

Added:
  head/comms/quisk/files/patch-afedrinet_afedrinet__io.c   (contents, props changed)
Deleted:
  head/comms/quisk/files/patch-quisk.py
Modified:
  head/comms/quisk/Makefile
  head/comms/quisk/distinfo
  head/comms/quisk/files/patch-microphone.c
  head/comms/quisk/files/patch-quisk.c
  head/comms/quisk/files/patch-setup.py

Modified: head/comms/quisk/Makefile
==============================================================================
--- head/comms/quisk/Makefile	Thu May 23 06:10:49 2019	(r502311)
+++ head/comms/quisk/Makefile	Thu May 23 06:13:47 2019	(r502312)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	quisk
-PORTVERSION=	4.1.26
-PORTREVISION=	2
+DISTVERSION=	4.1.39
 CATEGORIES=	comms hamradio
 MASTER_SITES=	CHEESESHOP
 
@@ -24,11 +23,14 @@ USE_WX=		3.0+
 WX_COMPS=	python
 
 post-extract:
-	${RM} ${WRKSRC}/_quisk.so ${WRKSRC}/sdriqpkg/sdriq.so \
+	@${RM} ${WRKSRC}/_quisk.so ${WRKSRC}/sdriqpkg/sdriq.so \
 		${WRKSRC}/freedvpkg/libcodec2_32.so \
 		${WRKSRC}/freedvpkg/libcodec2_64.so
 
 post-patch:
-	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
+	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
+
+post-stage:
+	@${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD}
 
 .include <bsd.port.mk>

Modified: head/comms/quisk/distinfo
==============================================================================
--- head/comms/quisk/distinfo	Thu May 23 06:10:49 2019	(r502311)
+++ head/comms/quisk/distinfo	Thu May 23 06:13:47 2019	(r502312)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555665888
-SHA256 (quisk-4.1.26.tar.gz) = 6df5ac3adb43fa4daeafec4cef2a19ade33f6d561053302b761f944d98fc1890
-SIZE (quisk-4.1.26.tar.gz) = 3236756
+TIMESTAMP = 1558585840
+SHA256 (quisk-4.1.39.tar.gz) = 6e6a780309bf3f97d8ff8f3179e35c6c60b06df6fea838d493626f7066716018
+SIZE (quisk-4.1.39.tar.gz) = 3033628

Added: head/comms/quisk/files/patch-afedrinet_afedrinet__io.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/quisk/files/patch-afedrinet_afedrinet__io.c	Thu May 23 06:13:47 2019	(r502312)
@@ -0,0 +1,10 @@
+--- afedrinet/afedrinet_io.c.orig	2019-05-23 04:31:28 UTC
++++ afedrinet/afedrinet_io.c
+@@ -15,6 +15,7 @@
+ #include <errno.h>
+ #include <stdlib.h>
+ #include <unistd.h>
++#include <netinet/in.h>
+ #endif
+ 
+ #ifdef MS_WINDOWS

Modified: head/comms/quisk/files/patch-microphone.c
==============================================================================
--- head/comms/quisk/files/patch-microphone.c	Thu May 23 06:10:49 2019	(r502311)
+++ head/comms/quisk/files/patch-microphone.c	Thu May 23 06:13:47 2019	(r502312)
@@ -1,6 +1,6 @@
---- microphone.c.orig	2018-11-21 19:08:22 UTC
+--- microphone.c.orig	2019-05-09 20:49:44 UTC
 +++ microphone.c
-@@ -58,7 +58,7 @@ static int timeVOX = 2000;				// VOX han
+@@ -76,7 +76,7 @@ static int reverse_tx_sideband;
  
  static int doTxCorrect = 0;				// Corrections for UDP sample transmit
  static double TxCorrectLevel;

Modified: head/comms/quisk/files/patch-quisk.c
==============================================================================
--- head/comms/quisk/files/patch-quisk.c	Thu May 23 06:10:49 2019	(r502311)
+++ head/comms/quisk/files/patch-quisk.c	Thu May 23 06:13:47 2019	(r502312)
@@ -1,6 +1,6 @@
---- quisk.c.orig	2019-04-19 15:39:19 UTC
+--- quisk.c.orig	2019-05-09 20:50:36 UTC
 +++ quisk.c
-@@ -4065,7 +4065,7 @@ static PyObject * get_bandscope(void)	//
+@@ -4352,7 +4352,7 @@ static PyObject * get_bandscope(void)	// Called by the
  				j2 = floor(d2);
  				sample = (j1 + 1 - d1) * bandscopeAverage[j1];
  				for (j = j1 + 1; j < j2; j++)

Modified: head/comms/quisk/files/patch-setup.py
==============================================================================
--- head/comms/quisk/files/patch-setup.py	Thu May 23 06:10:49 2019	(r502311)
+++ head/comms/quisk/files/patch-setup.py	Thu May 23 06:13:47 2019	(r502312)
@@ -1,6 +1,6 @@
---- setup.py.orig	2018-11-22 14:56:57 UTC
+--- setup.py.orig	2019-04-18 17:28:40 UTC
 +++ setup.py
-@@ -13,23 +13,23 @@ fp.close()
+@@ -17,23 +17,23 @@ is_64bit = sys.maxint > 2**32
  
  if sys.platform != "win32":
    missing = False
@@ -41,16 +41,16 @@
    if missing:
      ans = raw_input("Do you want to continue (y, N):  ")
      ans = ans.strip()
-@@ -37,6 +37,8 @@ if sys.platform != "win32":
+@@ -41,6 +41,8 @@ if sys.platform != "win32":
        sys.exit(1)
  
  module1 = Extension ('quisk._quisk',
-+	include_dirs = ['%%LOCALBASE%%/include'],
-+	library_dirs = ['%%LOCALBASE%%/lib'],
++	include_dirs = ['/usr/local/include'],
++	library_dirs = ['/usr/local/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',
-@@ -69,8 +71,6 @@ modulew2 = Extension ('quisk.sdriqpkg.sd
+@@ -94,8 +96,6 @@ modulew4 = Extension ('quisk.soapypkg.soapy',
  
  # Changes for MacOS support thanks to Mario, DL3LSM.
  modulem1 = Extension ('quisk._quisk',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905230613.x4N6Dl0W078491>