Bug 208274

Summary: comms/wsjt: can't find the Python and f2py and fail to build
Product: Ports & Packages Reporter: takefu
Component: Individual Port(s)Assignee: Diane Bruce <db>
Status: Closed FIXED    
Severity: Affects Only Me CC: db
Priority: --- Flags: bugzilla: maintainer-feedback? (hamradio)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
wsjt.patch none

Description takefu 2016-03-25 01:57:06 UTC
Created attachment 168590 [details]
wsjt.patch

can't find the Python and f2py and fail to build

build requires the following ports
  math/py-numpy
  lang/python

portlint(1) some compliant
Remove the duplicate ${WRKSRC}

---
python f2py-3.4.py -c -I. --fcompiler=gnu95 --f77exec=gfortran48 --f90exec=gfortran48 \
--opt="-cpp -fbounds-check" -L/usr/local/lib -L/usr/local/lib  -Wl,-rpath=/usr/local/lib/gcc48  -L/usr/local/lib/gcc48 -B/usr/local/bin -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -L/usr/local/lib/gcc48 \
-lpthread -L/usr/local/lib -lportaudio -lsamplerate -lfftw3f libjt.a -m Audio ftn_init.f90 ftn_quit.f90 \
audio_init.f90 spec.f90 getfile.f90 azdist0.f90 \
astro0.f90 chkt0.f90
python: not found
Makefile:106: recipe for target 'WsjtMod/Audio.so' failed
gmake[1]: *** [WsjtMod/Audio.so] Error 127
gmake[1]: Leaving directory '/usr/ports/comms/wsjt/work/wsjt-r5745'
*** Error code 2

Stop.
make: stopped in /usr/ports/comms/wsjt
---
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-25 14:36:09 UTC
A commit references this bug:

Author: db
Date: Fri Mar 25 14:35:34 UTC 2016
New revision: 411846
URL: https://svnweb.freebsd.org/changeset/ports/411846

Log:
  "can't find the Python and f2py and fail to build"
  Patch provided hard codes the full python path to use.

  PR:		ports/208274
  Submitted by:	takefu@airport.fm

Changes:
  head/comms/wsjt/Makefile
  head/comms/wsjt/files/patch-configure.ac
  head/comms/wsjt/pkg-plist