svn commit: r336330 - head/audio/calf

John Marino marino at FreeBSD.org
Fri Dec 13 10:05:43 UTC 2013


Author: marino
Date: Fri Dec 13 10:05:42 2013
New Revision: 336330
URL: http://svnweb.freebsd.org/changeset/ports/336330

Log:
  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)

Modified:
  head/audio/calf/pkg-plist

Modified: head/audio/calf/pkg-plist
==============================================================================
--- head/audio/calf/pkg-plist	Fri Dec 13 09:49:38 2013	(r336329)
+++ head/audio/calf/pkg-plist	Fri Dec 13 10:05:42 2013	(r336330)
@@ -34,11 +34,6 @@ lib/calf/calf.so
 %%LV2%%lib/lv2/calf.lv2/calf.so
 %%LV2%%lib/lv2/calf.lv2/calflv2gui.so
 %%LV2%%lib/lv2/calf.lv2/manifest.ttl
-%%LV2%%lib/lv2/calf.lv2/presets-Filter.ttl
-%%LV2%%lib/lv2/calf.lv2/presets-Flanger.ttl
-%%LV2%%lib/lv2/calf.lv2/presets-Monosynth.ttl
-%%LV2%%lib/lv2/calf.lv2/presets-Organ.ttl
-%%LV2%%lib/lv2/calf.lv2/presets-Reverb.ttl
 man/man1/calfjackhost.1.gz
 man/man7/calf.7.gz
 share/applications/calf.desktop


More information about the svn-ports-head mailing list