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

(-)lame/Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	lame
8
PORTNAME=	lame
9
PORTVERSION=	3.91
9
PORTVERSION=	3.92
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
		ftp://lame.sourceforge.net/pub/
12
		ftp://lame.sourceforge.net/pub/
Lines 21-28 Link Here
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
23
USE_GNOMENG=	yes
23
USE_GNOMENG=	yes
24
WANT_GNOME=	yes
24
WANT_GNOME=		yes
25
CONFIGURE_ARGS=	--enable-nasm --enable-mp3rtp
25
CONFIGURE_ARGS=	--enable-nasm --enable-mp3rtp 
26
26
27
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
28
28
(-)lame/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (lame-3.91.tar.gz) = c09562caa789c946403f6f9661592ee5
1
MD5 (lame-3.92.tar.gz) = 4e1b83a7b08636d2ef43711e4c74d3a9
(-)lame/files/patch-configure (-13 / +27 lines)
Lines 1-16 Link Here
1
diff -ruN lame-3.91.orig/configure lame-3.91/configure
1
--- configure.orig	Tue Apr 16 01:54:58 2002
2
--- configure.orig	Wed Dec 26 02:59:42 2001
2
+++ configure	Sun Sep 22 16:53:48 2002
3
+++ configure	Thu Aug 15 23:54:44 2002
3
@@ -5531,27 +5531,6 @@
4
@@ -5521,12 +5521,6 @@
4
 	# from the gcc man pages:  "there is no reason to use -pedantic"
5
 	CFLAGS="-Wall -pipe ${CFLAGS}"
5
 
6
 
6
 
7
-	case "${GCC_version}" in
7
 if test "x$GCC" = "xyes"; then
8
-	2.96*)
8
-	# gcc defaults. OS specific options go in versious sections below
9
-        	# for buggy version of gcc shipped with RH7.1, back of on some
9
-        # from the gcc man pages:  "there is no reason to use -pedantic"
10
-        	# optimizations
10
-	CFLAGS="-Wall -pipe ${CFLAGS}"
11
-        	OPTIMIZATION="-O -fomit-frame-pointer -ffast-math \
12
-			-funroll-loops"
13
-        	;;
14
-	3.*)
15
-		# -funroll-loops seems to produce buggy code with gcc 3.0.3
16
-		OPTIMIZATION="-O -fomit-frame-pointer -ffast-math \
17
-			-funroll-loops -maccumulate-outgoing-args"
18
-		;;
19
-	*)
20
-		# default
21
-		OPTIMIZATION="-O3 -fomit-frame-pointer -ffast-math \
22
-			-funroll-loops"
23
-		;;
24
-	esac
25
-
11
-
26
-
12
-
27
-
13
-	OPTIMIZATION="-O3 -fomit-frame-pointer -ffast-math -funroll-loops"
28
 	OPTIMIZATION_NORM="-fschedule-insns2"
14
 	case "${GCC_version}" in
29
 
15
 	2.96*)
30
 	OPTIMIZATION_FULL="-fmove-all-movables -freduce-all-givs \
16
            # for buggy version of gcc shipped with RH7.1, back of on some

Return to bug 43255