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) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/calf/Makefile

Number of commits found: 32

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 
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 
Saturday, 5 Nov 2016
02:59 jbeich search for other commits by this committer
audio/lv2core: deprecate in favor of audio/lv2 (try#2)

- Switch existing consumers to audio/lv2

PR:		197126, 213285 (for tracking)
Original commitRevision:425373 
02:59 jbeich search for other commits by this committer
audio/lv2core: backout r425367 to re-land cleanly
Original commitRevision:425371 
01:19 jbeich search for other commits by this committer
audio/lv2core: deprecate in favor of audio/lv2

- Switch existing consumers to audio/lv2

PR:		197126, 213285 (for tracking)
Original commitRevision:425367 
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 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Saturday, 20 Jun 2015
09:24 wen search for other commits by this committer
- Update to 0.0.60

PR:		199207
Submitted by:	tkato432@yahoo.com
Original commitRevision:390155 
Monday, 25 May 2015
20:16 amdmi3 search for other commits by this committer
- Strip libraries

Approved by:	portmgr blanket
Original commitRevision:387431 
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, 15 Jul 2014
23:11 adamw search for other commits by this committer
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.

Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
Original commitRevision:362014 
Friday, 20 Jun 2014
12:15 amdmi3 search for other commits by this committer
- Switch audio/lash to USES=libtool, drop .la files
- Add required LIBS
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:358565 
Monday, 16 Jun 2014
14:02 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
Original commitRevision:357993 
Wednesday, 23 Apr 2014
01:14 amdmi3 search for other commits by this committer
- Minor port cleanup

PR:		188145
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:351901 
Thursday, 3 Apr 2014
11:17 amdmi3 search for other commits by this committer
- Fix build on HEAD (unknown clang options -finline-*)
Original commitRevision:349995 
Sunday, 19 Jan 2014
09:26 miwi search for other commits by this committer
- Fix build with clang

PR:		185500
Submitted by:	Ports Fury
Original commitRevision:340242 
Sunday, 24 Nov 2013
19:10 bapt search for other commits by this committer
Support stage
Use options helpers
Original commitRevision:334768 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Friday, 6 Sep 2013
12:12 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326491 
Friday, 30 Aug 2013
23:01 bapt search for other commits by this committer
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Original commitRevision:325727 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Monday, 31 Dec 2012
14:25 bapt search for other commits by this committer
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
Original commitRevision:309754 
Thursday, 13 Dec 2012
18:28 beech search for other commits by this committer
- Update to version 0.0.19

PR:		ports/174165
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:308863 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 21 Jan 2012
17:40 eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
Original commit
Tuesday, 28 Dec 2010
13:23 arved search for other commits by this committer
Update to 0.0.18.6

PR:             153483
Submitted by:   Armin Pirkovitsch
Original commit
Monday, 25 Oct 2010
20:09 trasz search for other commits by this committer
Drop maintainership for ports I can't maintain anymore.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 14 Sep 2009
16:46 trasz search for other commits by this committer
Improve BROKEN.
Original commit
07:00 miwi search for other commits by this committer
- Mark BROKEN Does not compile
Original commit
Thursday, 27 Aug 2009
06:07 trasz search for other commits by this committer
The Calf project aims at providing a set of high quality open source
audio plugins for musicians. All the included plugins are designed
to be used with multitrack software, as software replacement for
instruments and guitar stomp boxes.

The plugins are available in following formats:

 - DSSI (both synthesizers and effects, GTK+ GUI is included)

 - Standalone JACK client application with GTK+-based GUI

 - LADSPA (only effect plugins, GUI not available unless host supports
   DSSI-style GUI for LADSPA), with LRDF. Note that use of LADSPA
   is strongly discouraged, as the limitations of the standard may cause
   serious inconvenience.

WWW:    http://calf.sourceforge.net/
Original commit

Number of commits found: 32