notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: comms/wsjt/Makefile

Number of commits found: 64

Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Wednesday, 4 Jul 2018
17:22 db search for other commits by this committer
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
Original commitRevision:473901 
Sunday, 1 Jul 2018
21:02 db search for other commits by this committer
Forced commit forgot wsjt DEPRECATION and EXPIRATION
Both these ports have long been replaced with wsjtx.
Original commitRevision:473682 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Saturday, 9 Dec 2017
14:05 antoine search for other commits by this committer
wsjt builds fine without the python metaport
Original commitRevision:455861 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Sunday, 4 Jun 2017
21:49 bdrewery search for other commits by this committer
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
Original commitRevision:442592 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Wednesday, 7 Dec 2016
13:24 gerald search for other commits by this committer
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
Original commitRevision:428057 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
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.
Original commitRevision:426566 
Tuesday, 19 Jul 2016
11:04 mat search for other commits by this committer
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
Original commitRevision:418767 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Friday, 25 Mar 2016
14:35 db search for other commits by this committer
"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
Original commitRevision:411846 
Saturday, 12 Sep 2015
08:14 antoine search for other commits by this committer
Re-apply r396161
Ignore on the package builders

Reported by:	pkg-fallout
Original commitRevision:396735 
Thursday, 10 Sep 2015
13:51 db search for other commits by this committer
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
Original commitRevision:396569 
Saturday, 5 Sep 2015
08:20 antoine search for other commits by this committer
Ignore on the package builders

Reported by:	pkg-fallout
Original commitRevision:396161 
Wednesday, 19 Aug 2015
23:08 db search for other commits by this committer
Remove debugging echo
Actually use correct dependancy for kvasd
Original commitRevision:394818 
Monday, 17 Aug 2015
14:46 db search for other commits by this committer
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
Original commitRevision:394510 
Saturday, 30 May 2015
20:39 bapt search for other commits by this committer
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
Original commitRevision:387982 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Saturday, 2 May 2015
23:25 shurd search for other commits by this committer
Add dependency on libfftw3.so.

PR:		199412
Submitted by:	takefu@airport.fm
Original commitRevision:385226 
Sunday, 12 Apr 2015
10:22 antoine search for other commits by this committer
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
Original commitRevision:383853 
Monday, 12 Jan 2015
01:16 shurd search for other commits by this committer
Fix waterfall display (was previously disabled by the patch).
Original commitRevision:376810 
Tuesday, 16 Dec 2014
02:32 db search for other commits by this committer
Unbreak port
LDFLAGS= -shared breaks configure
Backport some fixes from upstream for latest py-numpy
Original commitRevision:374782 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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.
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)
Original commitRevision:374303 
Wednesday, 29 Oct 2014
21:38 antoine search for other commits by this committer
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
Original commitRevision:371708 
Thursday, 23 Oct 2014
15:23 demon search for other commits by this committer
Fix compilation after recent numpy patch.

Patch by thierry@FreeBSD.org, pointed out by antoine.
Original commitRevision:371398 
Wednesday, 8 Oct 2014
16:23 wg search for other commits by this committer
comms/wsjt: switch from py-imaging to py-pillow

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
Original commitRevision:370451 
Thursday, 11 Sep 2014
21:00 tijl search for other commits by this committer
- Remove USE_AUTOTOOLS=libtool
- Convert to USES=python
Original commitRevision:367982 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Sunday, 31 Aug 2014
16:36 tijl search for other commits by this committer
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Original commitRevision:366788 
Tuesday, 29 Jul 2014
21:22 db search for other commits by this committer
- Stage wsjt
- unbreak build
Original commitRevision:363394 
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Wednesday, 23 Jul 2014
16:44 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362705 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
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)
Original commitRevision:347809 
Sunday, 16 Feb 2014
17:15 tijl search for other commits by this committer
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)
Original commitRevision:344614 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Friday, 3 Jan 2014
16:06 adamw search for other commits by this committer
Convert comms to MDOCS and MEXAMPLES.

Hold-out shame list: perl
Original commitRevision:338555 
Wednesday, 11 Dec 2013
15:10 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
Original commitRevision:336176 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
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
 - 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)
Original commitRevision:331644 
Friday, 20 Sep 2013
16:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
Original commitRevision:327714 
Saturday, 2 Mar 2013
22:32 lwhsu search for other commits by this committer
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Original commitRevision:313303 
Thursday, 11 Oct 2012
12:14 bapt search for other commits by this committer
Dependency line should not end with a '/'

Feature safe:	yes
Original commitRevision:305712 
Friday, 10 Feb 2012
13:15 db search for other commits by this committer
- unbreak build
- update to 9.1
Original commit
Tuesday, 18 Oct 2011
22:16 pav search for other commits by this committer
- Mark BROKEN: does not build with new fortran
  Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1).

Reported by:    pointyhat
Original commit
Monday, 17 Oct 2011
10:08 bf search for other commits by this committer
- 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
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Thursday, 24 Feb 2011
23:25 miwi search for other commits by this committer
- Move over to python2.5 or higher
- While here kick md5
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 5 Oct 2009
21:52 db search for other commits by this committer
- 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)
Original commit
Sunday, 13 Sep 2009
00:08 gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
Original commit
Tuesday, 1 Sep 2009
21:02 db search for other commits by this committer
- Upgrade to wsjt 7.04
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Wednesday, 7 Jan 2009
16:34 gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
Original commit
Wednesday, 22 Aug 2007
22:47 db search for other commits by this committer
- 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
Original commit
Friday, 10 Aug 2007
15:10 db search for other commits by this committer
- Update to 5.9.7
- USE_FORTRAN=yes to use FORTRAN compiler. [1]

Notified by:    maho [1]
Approved by:    ehaupt (mentor)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 25 Feb 2007
02:37 db search for other commits by this committer
- 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)
Original commit
Friday, 19 Jan 2007
18:14 db search for other commits by this committer
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.

Approved by:    ehaupt (mentor)
Original commit
Wednesday, 15 Nov 2006
05:48 rafan search for other commits by this committer
- Stick on SciPy 0.3.x for now

Submitted by:   Diane Bruce (maintainer)
Original commit
Sunday, 12 Nov 2006
19:04 itetcu search for other commits by this committer
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>
Original commit

Number of commits found: 64