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

(-)audio/sweep/Makefile (-6 / +4 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	sweep
8
PORTNAME=	sweep
9
PORTVERSION=	0.8.3
9
PORTVERSION=	0.8.4
10
PORTREVISION=	2
11
CATEGORIES=	audio gnome
10
CATEGORIES=	audio gnome
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 19-31 Link Here
19
		samplerate.1:${PORTSDIR}/audio/libsamplerate \
18
		samplerate.1:${PORTSDIR}/audio/libsamplerate \
20
		vorbis.3:${PORTSDIR}/audio/libvorbis \
19
		vorbis.3:${PORTSDIR}/audio/libvorbis \
21
		speex.3:${PORTSDIR}/audio/speex \
20
		speex.3:${PORTSDIR}/audio/speex \
22
		mad.2:${PORTSDIR}/audio/mad \
21
		mad.2:${PORTSDIR}/audio/mad
23
		tdb.1:${PORTSDIR}/databases/tdb
24
22
25
USE_X_PREFIX=	yes
23
USE_X_PREFIX=	yes
24
USE_GNOME=	gnomehack gnomeprefix gnometarget gtk12
26
USE_GMAKE=	yes
25
USE_GMAKE=	yes
27
USE_LIBTOOL_VER=15
26
USE_LIBTOOL_VER=	15
28
USE_GNOME=	gnomeprefix gnomehier gnomehack gnometarget gtk12
29
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
27
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
30
		LDFLAGS="-L${LOCALBASE}/lib"
28
		LDFLAGS="-L${LOCALBASE}/lib"
31
CONFIGURE_ARGS=	--with-extralibdir=${LOCALBASE}/lib \
29
CONFIGURE_ARGS=	--with-extralibdir=${LOCALBASE}/lib \
(-)audio/sweep/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (sweep-0.8.3.tar.gz) = 2b9ee0529c666f80b362aeefae28b891
1
MD5 (sweep-0.8.4.tar.gz) = ca51425057c040cbce807d1b2c2433d9
2
SIZE (sweep-0.8.3.tar.gz) = 1014539
2
SIZE (sweep-0.8.4.tar.gz) = 1163931
(-)audio/sweep/files/patch-configure (-19 lines)
Lines 1-19 Link Here
1
--- configure.orig	Fri Apr 30 10:05:34 2004
2
+++ configure	Fri Apr 30 10:06:30 2004
3
@@ -19129,6 +19129,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
11
@@ -19566,7 +19567,7 @@
12
 done
13
 
14
 
15
-ALL_LINGUAS="de el es_ES fr hu it pl ru en_AU"
16
+ALL_LINGUAS="de el es_ES fr hu it pl ru"
17
 if test -n "$ac_tool_prefix"; then
18
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
19
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
(-)audio/sweep/pkg-plist (+3 lines)
Lines 20-25 Link Here
20
share/gnome/sweep/sweep_logo.ppm
20
share/gnome/sweep/sweep_logo.ppm
21
share/locale/de/LC_MESSAGES/sweep.mo
21
share/locale/de/LC_MESSAGES/sweep.mo
22
share/locale/el/LC_MESSAGES/sweep.mo
22
share/locale/el/LC_MESSAGES/sweep.mo
23
share/locale/en_AU/LC_MESSAGES/sweep.mo
23
share/locale/es_ES/LC_MESSAGES/sweep.mo
24
share/locale/es_ES/LC_MESSAGES/sweep.mo
24
share/locale/fr/LC_MESSAGES/sweep.mo
25
share/locale/fr/LC_MESSAGES/sweep.mo
25
share/locale/hu/LC_MESSAGES/sweep.mo
26
share/locale/hu/LC_MESSAGES/sweep.mo
Lines 29-31 Link Here
29
@dirrm share/gnome/sweep
30
@dirrm share/gnome/sweep
30
@dirrm lib/sweep
31
@dirrm lib/sweep
31
@dirrm include/sweep
32
@dirrm include/sweep
33
@unexec rmdir %D/share/locale/en_AU/LC_MESSAGES 2>/dev/null || true
34
@unexec rmdir %D/share/locale/en_AU 2>/dev/null || true

Return to bug 87532