From owner-svn-ports-head@freebsd.org Wed Jul 4 17:22:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E19A41026471; Wed, 4 Jul 2018 17:22:30 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 941E188BA5; Wed, 4 Jul 2018 17:22:30 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76AB56348; Wed, 4 Jul 2018 17:22:30 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w64HMUYY027833; Wed, 4 Jul 2018 17:22:30 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w64HMUiA027831; Wed, 4 Jul 2018 17:22:30 GMT (envelope-from db@FreeBSD.org) Message-Id: <201807041722.w64HMUiA027831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Wed, 4 Jul 2018 17:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473901 - in head/comms/wsjt: . files X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: in head/comms/wsjt: . files X-SVN-Commit-Revision: 473901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 17:22:31 -0000 Author: db Date: Wed Jul 4 17:22:29 2018 New Revision: 473901 URL: https://svnweb.freebsd.org/changeset/ports/473901 Log: 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 Modified: head/comms/wsjt/Makefile head/comms/wsjt/files/patch-Makefile.in Modified: head/comms/wsjt/Makefile ============================================================================== --- head/comms/wsjt/Makefile Wed Jul 4 17:22:21 2018 (r473900) +++ head/comms/wsjt/Makefile Wed Jul 4 17:22:29 2018 (r473901) @@ -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: head/comms/wsjt/files/patch-Makefile.in ============================================================================== --- head/comms/wsjt/files/patch-Makefile.in Wed Jul 4 17:22:21 2018 (r473900) +++ head/comms/wsjt/files/patch-Makefile.in Wed Jul 4 17:22:29 2018 (r473901) @@ -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