View | Details | Raw Unified | Return to bug 153483
Collapse All | Expand All

(-)audio/calf/Makefile (-6 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	calf
8
PORTNAME=	calf
9
PORTVERSION=	0.0.18.5
9
PORTVERSION=	0.0.18.6
10
PORTREVISION=	2
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
12
Lines 32-41 Link Here
32
31
33
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
34
33
35
.if ${OSVERSION} < 700000
36
BROKEN=		Does not compile
37
.endif
38
39
post-patch:
34
post-patch:
40
		@${FIND} ${BUILD_WRKSRC} -name '*.cpp' | ${XARGS} \
35
		@${FIND} ${BUILD_WRKSRC} -name '*.cpp' | ${XARGS} \
41
			${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
36
			${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
(-)audio/calf/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (calf-0.0.18.5.tar.gz) = b844eac59bb16354b8dc25a15a0576f6
1
SHA256 (calf-0.0.18.6.tar.gz) = 304733efbafc00c94807a0f8d5a56125893769231db48f8d6a889b9ca794860f
2
SHA256 (calf-0.0.18.5.tar.gz) = e25d69f1b949a952d78d51b992fdeb8e1d5d746ca632797bc5622fe246ceafe1
2
SIZE (calf-0.0.18.6.tar.gz) = 599207
3
SIZE (calf-0.0.18.5.tar.gz) = 583875
(-)audio/calf/pkg-plist (-1 / +1 lines)
Lines 15-27 Link Here
15
share/calf/gui-phaser.xml
15
share/calf/gui-phaser.xml
16
share/calf/gui-multichorus.xml
16
share/calf/gui-multichorus.xml
17
share/calf/gui-compressor.xml
17
share/calf/gui-compressor.xml
18
share/calf/gui-sidechaingate.xml
18
share/calf/calf.glade
19
share/calf/calf.glade
19
share/ladspa/rdf/calf.rdf
20
share/ladspa/rdf/calf.rdf
20
share/icons/hicolor/16x16/apps/calf.png
21
share/icons/hicolor/16x16/apps/calf.png
21
share/icons/hicolor/24x24/apps/calf.png
22
share/icons/hicolor/24x24/apps/calf.png
22
share/icons/hicolor/32x32/apps/calf.png
23
share/icons/hicolor/32x32/apps/calf.png
23
share/icons/hicolor/48x48/apps/calf.png
24
share/icons/hicolor/48x48/apps/calf.png
24
share/icons/hicolor/icon-theme.cache
25
share/applications/calf.desktop
25
share/applications/calf.desktop
26
@dirrm lib/dssi/calf
26
@dirrm lib/dssi/calf
27
@dirrm share/calf
27
@dirrm share/calf

Return to bug 153483