Date: Tue, 10 Jul 2018 22:42:22 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474417 - in branches/2018Q3/comms/wsjt: . files Message-ID: <201807102242.w6AMgMkT059710@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: db Date: Tue Jul 10 22:42:21 2018 New Revision: 474417 URL: https://svnweb.freebsd.org/changeset/ports/474417 Log: MFH: r473901 Remove debug attempt that kept this port from building on package builder How has this managed to not be noticed? Point Hat: db Reported by: [package - 104i386-quarterly][comms/wsjt] Failed for wsjt-10.r5745_7 in build Approved by: portmgr Modified: branches/2018Q3/comms/wsjt/Makefile branches/2018Q3/comms/wsjt/files/patch-Makefile.in Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/comms/wsjt/Makefile ============================================================================== --- branches/2018Q3/comms/wsjt/Makefile Tue Jul 10 22:24:04 2018 (r474416) +++ branches/2018Q3/comms/wsjt/Makefile Tue Jul 10 22:42:21 2018 (r474417) @@ -2,7 +2,7 @@ PORTNAME= wsjt DISTVERSION= ${VERSION}.r${SVN_REV} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/db DISTNAME= wsjt-r${SVN_REV} Modified: branches/2018Q3/comms/wsjt/files/patch-Makefile.in ============================================================================== --- branches/2018Q3/comms/wsjt/files/patch-Makefile.in Tue Jul 10 22:24:04 2018 (r474416) +++ branches/2018Q3/comms/wsjt/files/patch-Makefile.in Tue Jul 10 22:42:21 2018 (r474417) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2015-01-08 12:33:18.000000000 -0500 -+++ Makefile.in 2017-12-31 22:28:48.134978000 -0500 +--- Makefile.in.orig 2015-01-08 17:33:18 UTC ++++ Makefile.in @@ -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 @@ +@@ -51,7 +57,7 @@ FC = @FC@ FCV = @FCV@ FC_LIB_PATH += @FC_LIB_PATH@ @@ -23,19 +23,18 @@ 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,12 @@ +@@ -97,12 +103,11 @@ F2PYSRCS = ftn_init.f90 ftn_quit.f90 audio_init.f90 sp 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} \ -+ ktrace -d -f /tmp/ktrace.out ${F2PY} -c -I. --fcompiler=${FCV} --f77exec=${FC} --f90exec=${FC} \ ++ ${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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807102242.w6AMgMkT059710>