Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2018 20:58:51 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473681 - in head/comms: wsjt/files wspr
Message-ID:  <201807012058.w61KwpHO012830@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Sun Jul  1 20:58:50 2018
New Revision: 473681
URL: https://svnweb.freebsd.org/changeset/ports/473681

Log:
  Both these ports have long been replaced with wsjtx
  Let the grim reaper take them both in 3 months

Modified:
  head/comms/wsjt/files/patch-Makefile.in
  head/comms/wspr/Makefile

Modified: head/comms/wsjt/files/patch-Makefile.in
==============================================================================
--- head/comms/wsjt/files/patch-Makefile.in	Sun Jul  1 20:32:03 2018	(r473680)
+++ head/comms/wsjt/files/patch-Makefile.in	Sun Jul  1 20:58:50 2018	(r473681)
@@ -1,5 +1,5 @@
---- Makefile.in.orig	2015-01-08 17:33:18 UTC
-+++ Makefile.in
+--- Makefile.in.orig	2015-01-08 12:33:18.000000000 -0500
++++ Makefile.in	2017-12-31 22:28:48.134978000 -0500
 @@ -6,7 +6,13 @@
  # Prerequisites: Python 3.x, numpy-1.8.1, PIL, Pmw-2.0.0+
  
@@ -14,7 +14,7 @@
  MKDIR		?= 	mkdir
  RM			?=	@RM@
  INSTALL		=	install
-@@ -51,7 +57,7 @@ FC			=	@FC@
+@@ -51,7 +57,7 @@
  FCV			=	@FCV@
  FC_LIB_PATH	+=	@FC_LIB_PATH@
  
@@ -23,18 +23,19 @@
  
  OBJS1 =	a2d.o abc441.o alignmsg.o ana932.o analytic.o astro.o \
  	avecho.o avemsg4.o avemsg65.o avemsg6m.o avesp2.o azdist.o \
-@@ -97,12 +103,11 @@ F2PYSRCS = ftn_init.f90 ftn_quit.f90 aud
+@@ -97,12 +103,12 @@
  	 azdist0.f90 astro0.f90 chkt0.f90
  
  WsjtMod/Audio.so: libjt.a ${F2PYSRCS} 
 -	${F2PY} -c -I. --fcompiler=gnu95 --f77exec=gfortran --f90exec=gfortran \
 -	--opt="-cpp -fbounds-check -O2" ${LDFLAGS} \
-+	${F2PY} -c -I. --fcompiler=${FCV} --f77exec=${FC} --f90exec=${FC} \
++	ktrace -d -f /tmp/ktrace.out ${F2PY} -c -I. --fcompiler=${FCV} --f77exec=${FC} --f90exec=${FC} \
 +	--opt="-cpp -fbounds-check" ${LDFLAGS} \
  	${LIBS} libjt.a -m Audio ftn_init.f90 ftn_quit.f90 \
  	audio_init.f90 spec.f90 getfile.f90 azdist0.f90 \
  	astro0.f90 chkt0.f90
 -	
++	ktrace -C
  	${MV} Audio*.so WsjtMod/Audio.so
  
  .PHONY : clean

Modified: head/comms/wspr/Makefile
==============================================================================
--- head/comms/wspr/Makefile	Sun Jul  1 20:32:03 2018	(r473680)
+++ head/comms/wspr/Makefile	Sun Jul  1 20:58:50 2018	(r473681)
@@ -13,6 +13,8 @@ COMMENT=	Weak signal for HF ham radio communication pa
 LICENSE=	GPLv3
 
 BROKEN_aarch64=		fails to compile: gfortran6: unrecognized command line option '-m64'
+DEPRECATED=		replace with wsjtx upstream no longer maintained
+EXPIRATION_DATE=	2018-10-01
 
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \



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