non port: comms/wsjt/Makefile |
SVNWeb
|
Number of commits found: 64 |
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Wed, 4 Jul 2018
|
[ 17:22 db ]
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
|
Sun, 1 Jul 2018
|
[ 21:02 db ]
Forced commit forgot wsjt DEPRECATION and EXPIRATION
Both these ports have long been replaced with wsjtx.
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Sat, 9 Dec 2017
|
[ 14:05 antoine ]
wsjt builds fine without the python metaport
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sun, 4 Jun 2017
|
[ 21:49 bdrewery ] (Only the first 10 of 13 ports in this commit are shown above. )
Allow these ports to build with PACKAGE_BUILDING_FLAVORS set.
Poudriere in particulr did not properly handle DEPENDS_ARGS which
made these ports not properly install dependencies. That bug
is being addressed along with adding FLAVORS support to it.
With hat: portmgr
MFH: 2017Q2
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Wed, 7 Dec 2016
|
[ 13:24 gerald ] (Only the first 10 of 227 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Tue, 19 Jul 2016
|
[ 11:04 mat ] (Only the first 10 of 174 ports in this commit are shown above. )
When there is a do-install target, do not use a post-install target, do
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
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 25 Mar 2016
|
[ 14:35 db ]
"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
|
Sat, 12 Sep 2015
|
[ 08:14 antoine ]
Re-apply r396161
Ignore on the package builders
Reported by: pkg-fallout
|
Thu, 10 Sep 2015
|
[ 13:51 db ]
Clean up wsjt build and update to reflect latest version
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
|
Sat, 5 Sep 2015
|
[ 08:20 antoine ]
Ignore on the package builders
Reported by: pkg-fallout
|
Wed, 19 Aug 2015
|
[ 23:08 db ]
Remove debugging echo
Actually use correct dependancy for kvasd
|
Mon, 17 Aug 2015
|
[ 14:46 db ] (Only the first 10 of 11 ports in this commit are shown above. )
Unbreak wsjt
Current head python code uses python3 so update to reflect that
both wsjt and the upcoming wsjtx port rely upon Linux binary kvasd
|
Sat, 30 May 2015
|
[ 20:39 bapt ] (Only the first 10 of 68 ports in this commit are shown above. )
Update portaudio to v19/Remove portaudio2 [1]
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
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- 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
|
Sat, 2 May 2015
|
[ 23:25 shurd ]
Add dependency on libfftw3.so.
PR: 199412
Submitted by: takefu@airport.fm
|
Sun, 12 Apr 2015
|
[ 10:22 antoine ]
Mark BROKEN: fails to configure
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
|
Mon, 12 Jan 2015
|
[ 01:16 shurd ]
Fix waterfall display (was previously disabled by the patch).
|
Tue, 16 Dec 2014
|
[ 02:32 db ]
Unbreak port
LDFLAGS= -shared breaks configure
Backport some fixes from upstream for latest py-numpy
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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. (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Oct 2014
|
[ 21:38 antoine ]
Mark BROKEN: Fails to configure
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
|
Thu, 23 Oct 2014
|
[ 15:23 demon ]
Fix compilation after recent numpy patch.
Patch by thierry@FreeBSD.org, pointed out by antoine.
|
Wed, 8 Oct 2014
|
[ 16:23 wg ]
comms/wsjt: switch from py-imaging to py-pillow
With hat: python
Approved by: portmgr (bdrewery, implicit)
|
Thu, 11 Sep 2014
|
[ 21:00 tijl ]
- Remove USE_AUTOTOOLS=libtool
- Convert to USES=python
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Sun, 31 Aug 2014
|
[ 16:36 tijl ] (Only the first 10 of 83 ports in this commit are shown above. )
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
|
Tue, 29 Jul 2014
|
[ 21:22 db ]
- Stage wsjt
- unbreak build
|
[ 18:41 adamw ] (Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Wed, 23 Jul 2014
|
[ 16:44 bapt ] (Only the first 10 of 55 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
Update the default version of GCC used in the Ports Collection from
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)
|
Sun, 16 Feb 2014
|
[ 17:15 tijl ] (Only the first 10 of 211 ports in this commit are shown above. )
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
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)
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Fri, 3 Jan 2014
|
[ 16:06 adamw ] (Only the first 10 of 12 ports in this commit are shown above. )
Convert comms to MDOCS and MEXAMPLES.
Hold-out shame list: perl
|
Wed, 11 Dec 2013
|
[ 15:10 bapt ] (Only the first 10 of 33 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- 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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 16:03 bapt ] (Only the first 10 of 172 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
|
Sat, 2 Mar 2013
|
[ 22:32 lwhsu ] (Only the first 10 of 28 ports in this commit are shown above. )
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
|
Thu, 11 Oct 2012
|
[ 12:14 bapt ]
Dependency line should not end with a '/'
Feature safe: yes
|
Fri, 10 Feb 2012
|
[ 13:15 db ]
- unbreak build
- update to 9.1
|
Tue, 18 Oct 2011
|
[ 22:16 pav ]
- Mark BROKEN: does not build with new fortran
Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1).
Reported by: pointyhat
|
Mon, 17 Oct 2011
|
[ 10:08 bf ] (Only the first 10 of 72 ports in this commit are shown above. )
- update fftw3* to 3.3 [1], and adjust dependent ports
- 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
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Thu, 24 Feb 2011
|
[ 23:25 miwi ] (Only the first 10 of 20 ports in this commit are shown above. )
- Move over to python2.5 or higher
- While here kick md5
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Mon, 5 Oct 2009
|
[ 21:52 db ]
- Temporary hack to fix the build for now.
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)
|
Sun, 13 Sep 2009
|
[ 00:08 gerald ] (Only the first 10 of 107 ports in this commit are shown above. )
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
|
Tue, 1 Sep 2009
|
[ 21:02 db ]
- Upgrade to wsjt 7.04
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Wed, 7 Jan 2009
|
[ 16:34 gerald ] (Only the first 10 of 104 ports in this commit are shown above. )
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
|
Wed, 22 Aug 2007
|
[ 22:47 db ]
- Add additional mirror for port as BERLIOS is somewhat unreliable. [1]
- Fix very minor typo in COMMENT
Notified by: kris (via pointyhat) [1]
Reviewed by: gabor, linimon
|
Fri, 10 Aug 2007
|
[ 15:10 db ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 5.9.7
- USE_FORTRAN=yes to use FORTRAN compiler. [1]
Notified by: maho [1]
Approved by: ehaupt (mentor)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 25 Feb 2007
|
[ 02:37 db ] (Only the first 10 of 11 ports in this commit are shown above. )
- fixed Makefile to depend on gcc42 not gfortran
- 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)
|
Fri, 19 Jan 2007
|
[ 18:14 db ] (Only the first 10 of 24 ports in this commit are shown above. )
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.
Approved by: ehaupt (mentor)
|
Wed, 15 Nov 2006
|
[ 05:48 rafan ]
- Stick on SciPy 0.3.x for now
Submitted by: Diane Bruce (maintainer)
|
Sun, 12 Nov 2006
|
[ 19:04 itetcu ]
WSJT is a computer program for amateur radio VHF/UHF communication
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>
|
Number of commits found: 64 |