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: audio/calf/pkg-plist

Number of commits found: 12

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, 20 Oct 2014
06:36 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371234 
Monday, 16 Jun 2014
14:02 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
Original commitRevision:357993 
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 
Friday, 13 Dec 2013
10:05 marino search for other commits by this committer
audio/calf: Unbreak on most platforms by fixing plist

It is still broken on FreeBSD 10+:
fixed_point.h: error: 'data' declared as an array with a negative size (4x)
Original commitRevision:336330 
Sunday, 24 Nov 2013
19:10 bapt search for other commits by this committer
Support stage
Use options helpers
Original commitRevision:334768 
Tuesday, 22 Oct 2013
13:50 amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)

Approved by:	portmgr (bdrewery)
Original commitRevision:331267 
Friday, 1 Feb 2013
15:04 ak search for other commits by this committer
- Fix all cases of 'No newline at end of file' in ports tree

Approved by: portmgr (bapt)
Original commitRevision:311381 
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 
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
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: 12