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

(-)audio/swhplugins/Makefile (-10 / +3 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/audio/swhplugins/Makefile,v 1.25 2004/11/24 06:26:16 ahze Exp $
5
# $FreeBSD: ports/audio/swhplugins/Makefile,v 1.25 2004/11/24 06:26:16 ahze Exp $
6
6
7
PORTNAME=	swhplugins
7
PORTNAME=	swhplugins
8
PORTVERSION=	0.4.11
8
PORTVERSION=	0.4.12
9
PORTREVISION=	2
10
CATEGORIES=	audio
9
CATEGORIES=	audio
11
MASTER_SITES=	http://plugin.org.uk/releases/%SUBDIR%/
10
MASTER_SITES=	http://plugin.org.uk/releases/%SUBDIR%/
12
MASTER_SITE_SUBDIR=	${PORTVERSION}
11
MASTER_SITE_SUBDIR=	${PORTVERSION}
Lines 36-45 Link Here
36
CONFIGURE_ARGS+=	--enable-3dnow
35
CONFIGURE_ARGS+=	--enable-3dnow
37
.endif
36
.endif
38
37
39
.if defined(WITH_SSE)
40
CONFIGURE_ARGS+=	--enable-sse
41
.endif
42
43
.if defined(WITHOUT_NLS)
38
.if defined(WITHOUT_NLS)
44
CONFIGURE_ARGS+=	--disable-nls
39
CONFIGURE_ARGS+=	--disable-nls
45
PLIST_SUB+=	NLS="@comment "
40
PLIST_SUB+=	NLS="@comment "
Lines 49-58 Link Here
49
.endif
44
.endif
50
45
51
post-patch:
46
post-patch:
52
.if !defined(WITH_OPTIMIZED_CFLAGS)
47
	@${REINPLACE_CMD} -e \
53
	@${REINPLACE_CMD} -e 's|$$CFLAGS.*$${MACHINE}|$$CFLAGS|g' \
48
		's|="$$CFLAGS -Wall .*"|="$$CFLAGS"|g' ${WRKSRC}/configure
54
		 ${WRKSRC}/configure
55
.endif
56
	@${REINPLACE_CMD} -e 's|gcc |$$(CC) |g ; \
49
	@${REINPLACE_CMD} -e 's|gcc |$$(CC) |g ; \
57
		 s| -lc| $$(LDFLAGS)|g ; \
50
		 s| -lc| $$(LDFLAGS)|g ; \
58
		 s|-lrt||g' ${WRKSRC}/Makefile.in
51
		 s|-lrt||g' ${WRKSRC}/Makefile.in
(-)audio/swhplugins/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (swh-plugins-0.4.11.tar.gz) = eaee4b55be1d370014d5ee728bbf1c52
1
MD5 (swh-plugins-0.4.12.tar.gz) = 7fb73f57c259c31a1967f559057d7b04
2
SIZE (swh-plugins-0.4.11.tar.gz) = 894727
2
SIZE (swh-plugins-0.4.12.tar.gz) = 913770
(-)audio/swhplugins/pkg-plist (+1 lines)
Lines 72-77 Link Here
72
lib/ladspa/sc2_1426.so
72
lib/ladspa/sc2_1426.so
73
lib/ladspa/sc3_1427.so
73
lib/ladspa/sc3_1427.so
74
lib/ladspa/sc4_1882.so
74
lib/ladspa/sc4_1882.so
75
lib/ladspa/sc4m_1916.so
75
lib/ladspa/se4_1883.so
76
lib/ladspa/se4_1883.so
76
lib/ladspa/shaper_1187.so
77
lib/ladspa/shaper_1187.so
77
lib/ladspa/sifter_1210.so
78
lib/ladspa/sifter_1210.so

Return to bug 75263