notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/calf/pkg-plist
SVNWeb

Number of commits found: 12

Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 20 Jun 2015
[ 09:24 wen search for other commits by this committer ] Original commit   Revision:390155
- Update to 0.0.60

PR:		199207
Submitted by:	tkato432@yahoo.com
Mon, 20 Oct 2014
[ 06:36 bapt search for other commits by this committer ] Original commit   Revision:371234 (Only the first 10 of 352 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Mon, 16 Jun 2014
[ 14:02 amdmi3 search for other commits by this committer ] Original commit   Revision:357993
- Switch to USES=libtool, drop .la files
Sun, 19 Jan 2014
[ 09:26 miwi search for other commits by this committer ] Original commit   Revision:340242
- Fix build with clang

PR:		185500
Submitted by:	Ports Fury
Fri, 13 Dec 2013
[ 10:05 marino search for other commits by this committer ] Original commit   Revision:336330
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)
Sun, 24 Nov 2013
[ 19:10 bapt search for other commits by this committer ] Original commit   Revision:334768
Support stage
Use options helpers
Tue, 22 Oct 2013
[ 13:50 amdmi3 search for other commits by this committer ] Original commit   Revision:331267 (Only the first 10 of 113 ports in this commit are shown above. View all ports for this commit)
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)

Approved by:	portmgr (bdrewery)
Fri, 1 Feb 2013
[ 15:04 ak search for other commits by this committer ] Original commit   Revision:311381 (Only the first 10 of 137 ports in this commit are shown above. View all ports for this commit)
- Fix all cases of 'No newline at end of file' in ports tree

Approved by: portmgr (bapt)
Thu, 13 Dec 2012
[ 18:28 beech search for other commits by this committer ] Original commit   Revision:308863
- Update to version 0.0.19

PR:		ports/174165
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Tue, 28 Dec 2010
[ 13:23 arved search for other commits by this committer ] Original commit 
Update to 0.0.18.6

PR:             153483
Submitted by:   Armin Pirkovitsch
Thu, 27 Aug 2009
[ 06:07 trasz search for other commits by this committer ] Original commit 
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/

Number of commits found: 12