aboutsummaryrefslogtreecommitdiffstats
path: root/comms/wsjt
Commit message (Collapse)AuthorAgeFilesLines
* When there is a do-install target, do not use a post-install target, domat2016-07-191-9/+13
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-11/+11
| | | | | With hat: portmgr Sponsored by: Absolight
* "can't find the Python and f2py and fail to build"db2016-03-253-33/+63
| | | | | | | Patch provided hard codes the full python path to use. PR: ports/208274 Submitted by: takefu@airport.fm
* Re-apply r396161antoine2015-09-121-0/+4
| | | | | | Ignore on the package builders Reported by: pkg-fallout
* Clean up wsjt build and update to reflect latest versiondb2015-09-101-10/+3
| | | | | | Upstream version is now 10 Fix dependency to reflect new naming of tkinter under python3 Fix dependency for kvasd as it is installed in LOCALBASE not LINUXBASE
* Ignore on the package buildersantoine2015-09-051-0/+4
| | | | Reported by: pkg-fallout
* Remove debugging echodb2015-08-201-2/+1
| | | | Actually use correct dependancy for kvasd
* Unbreak wsjtdb2015-08-1711-6266/+260
| | | | | Current head python code uses python3 so update to reflect that both wsjt and the upcoming wsjtx port rely upon Linux binary kvasd
* Update portaudio to v19/Remove portaudio2 [1]bapt2015-05-311-5/+5
| | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Add dependency on libfftw3.so.shurd2015-05-031-4/+3
| | | | | PR: 199412 Submitted by: takefu@airport.fm
* Mark BROKEN: fails to configureantoine2015-04-121-0/+2
| | | | | | | | | | | checking for sfftw_destroy_plan_ in -lfftw3f... yes checking for stdarg.h... (cached) yes You need to install the fftw3 libraries You are missing the fftw3.h include file configure: error: Please check error messages and install missing packages. ===> Script "configure" failed unexpectedly. Reported by: pkg-fallout
* Fix waterfall display (was previously disabled by the patch).shurd2015-01-122-4/+21
|
* Unbreak portdb2014-12-163-6/+60
| | | | | LDFLAGS= -shared breaks configure Backport some fixes from upstream for latest py-numpy
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Mark BROKEN: Fails to configureantoine2014-10-301-0/+2
| | | | | | | | | | | | | | | | | | | | With gcc: configure: loading site script /usr/ports/Templates/config.site checking for gcc... cc checking whether the C compiler works... no configure: error: in `/wrkdirs/usr/ports/comms/wsjt/work/wsjt-r2511': configure: error: C compiler cannot create executables With clang: configure: loading site script /usr/ports/Templates/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... configure: error: in `/wrkdirs/usr/ports/comms/wsjt/work/wsjt-r2511': configure: error: cannot run C compiled programs. Reported by: pkg-fallout
* Fix compilation after recent numpy patch.demon2014-10-231-0/+1
| | | | Patch by thierry@FreeBSD.org, pointed out by antoine.
* Cleanup plistbapt2014-10-201-3/+0
|
* comms/wsjt: switch from py-imaging to py-pillowwg2014-10-091-2/+2
| | | | | With hat: python Approved by: portmgr (bdrewery, implicit)
* - Remove USE_AUTOTOOLS=libtooltijl2014-09-121-5/+3
| | | | - Convert to USES=python
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* math/fftw3:tijl2014-09-011-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD
* - Stage wsjtdb2014-07-305-11/+6154
| | | | - unbreak build
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Reset maintainership for ports not staged with no pending PRbapt2014-07-241-1/+1
| | | | With hat: portmgr
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-2/+1
| | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Convert comms to MDOCS and MEXAMPLES.adamw2014-01-041-1/+1
| | | | Hold-out shame list: perl
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-2/+2
| | | | LIB_DEPENDS in comms
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | comms)
* - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocationlwhsu2013-03-031-6/+3
|
* Dependency line should not end with a '/'bapt2012-10-111-1/+1
| | | | Feature safe: yes
* - unbreak builddb2012-02-104-30/+27
| | | | - update to 9.1
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-2/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Mark BROKEN: does not build with new fortranpav2011-10-191-0/+2
| | | | | | Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1). Reported by: pointyhat
* - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-10-171-1/+1
| | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Move over to python2.5 or highermiwi2011-02-251-2/+2
| | | | - While here kick md5
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Temporary hack to fix the build for now.db2009-10-061-0/+2
| | | | | | | | | | This bug was triggered as a side effect of: "revision 1.34 of Mk/bsd.gcc.mk date: 2009/09/26 01:02:01; author: gerald; state: Exp; lines: +3 -1 Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directory " The actual problem is in f2py from py-numpy which is not recognising -Wl,rpath=... as a loader option and should be fixed in f2py. Notified by: erwin, pav (pointyhat)
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-0/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* - Embarassingly forgot to add Makefile.svn_revdb2009-09-021-0/+1
|
* - Upgrade to wsjt 7.04db2009-09-024-52/+82
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-0/+1
|
* - Add additional mirror for port as BERLIOS is somewhat unreliable. [1]db2007-08-231-3/+3
| | | | | | | - Fix very minor typo in COMMENT Notified by: kris (via pointyhat) [1] Reviewed by: gabor, linimon
* - Update to 5.9.7db2007-08-1011-233/+16
| | | | | | | - USE_FORTRAN=yes to use FORTRAN compiler. [1] Notified by: maho [1] Approved by: ehaupt (mentor)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - fixed Makefile to depend on gcc42 not gfortrandb2007-02-2511-985/+229
| | | | | | | | | | | | - regenerated configure to use gcc42 gfortran42 with py-numpy - fixed botch with missing gmtime_r_ (already fixed upstream) - fixed wsjt to use py-numpy instead of deprecated py-numeric - fixed to use portaudio v19 already in ports - fixed to run on amd due to above - maho wants WANT_FORTRAN knob in gfortran ports Pointy hat to: pav,maho Approved by: ehaupt (mentor)
* Change my MAINTAINER: line in Makfile to db@FreeBSD.orgdb2007-01-201-1/+1
| | | | | | fix simple typo in xwota Makefile while at it. Approved by: ehaupt (mentor)
* - Stick on SciPy 0.3.x for nowrafan2006-11-151-1/+2
| | | | Submitted by: Diane Bruce (maintainer)
* WSJT is a computer program for amateur radio VHF/UHF communicationitetcu2006-11-138-0/+1079
using state of the art digital techniques. Typical applications include communication by meteor scatter and EME (Earth-Moon-Earth) propagation paths. WWW: http://pulsar.princeton.edu/~joe/K1JT - Diane Bruce, VA3DB PR: ports/101360 Submitted by: Diane Bruce <db at db.net>