Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/lame/Makefile,v retrieving revision 1.24 diff -U1 -r1.24 Makefile --- Makefile 20 Sep 2002 20:07:19 -0000 1.24 +++ Makefile 5 Oct 2002 23:38:51 -0000 @@ -8,3 +8,3 @@ PORTNAME= lame -PORTVERSION= 3.91 +PORTVERSION= 3.92 CATEGORIES= audio Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/lame/distinfo,v retrieving revision 1.9 diff -U1 -r1.9 distinfo --- distinfo 17 Jan 2002 05:40:36 -0000 1.9 +++ distinfo 5 Oct 2002 23:38:51 -0000 @@ -1 +1 @@ -MD5 (lame-3.91.tar.gz) = c09562caa789c946403f6f9661592ee5 +MD5 (lame-3.92.tar.gz) = 4e1b83a7b08636d2ef43711e4c74d3a9 Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/audio/lame/files/patch-configure,v retrieving revision 1.1 diff -U1 -r1.1 patch-configure --- files/patch-configure 16 Aug 2002 15:14:54 -0000 1.1 +++ files/patch-configure 5 Oct 2002 23:38:51 -0000 @@ -1,16 +1,28 @@ -diff -ruN lame-3.91.orig/configure lame-3.91/configure ---- configure.orig Wed Dec 26 02:59:42 2001 -+++ configure Thu Aug 15 23:54:44 2002 -@@ -5521,12 +5521,6 @@ - - - if test "x$GCC" = "xyes"; then -- # gcc defaults. OS specific options go in versious sections below -- # from the gcc man pages: "there is no reason to use -pedantic" +--- configure Mon Apr 15 12:54:58 2002 ++++ configure Sat Oct 5 17:59:12 2002 +@@ -5531,24 +5531,3 @@ + # from the gcc man pages: "there is no reason to use -pedantic" - CFLAGS="-Wall -pipe ${CFLAGS}" - +- case "${GCC_version}" in +- 2.96*) +- # for buggy version of gcc shipped with RH7.1, back of on some +- # optimizations +- OPTIMIZATION="-O -fomit-frame-pointer -ffast-math \ +- -funroll-loops" +- ;; +- 3.*) +- # -funroll-loops seems to produce buggy code with gcc 3.0.3 +- OPTIMIZATION="-O -fomit-frame-pointer -ffast-math \ +- -funroll-loops -maccumulate-outgoing-args" +- ;; +- *) +- # default +- OPTIMIZATION="-O3 -fomit-frame-pointer -ffast-math \ +- -funroll-loops" +- ;; +- esac - -- OPTIMIZATION="-O3 -fomit-frame-pointer -ffast-math -funroll-loops" - case "${GCC_version}" in - 2.96*) - # for buggy version of gcc shipped with RH7.1, back of on some +- ++ CFLAGS="-Wall -pipe -ffast-math -fomit-frame-pointer ${CFLAGS}" + Index: files/patch-sloppy =================================================================== RCS file: /home/ncvs/ports/audio/lame/files/patch-sloppy,v retrieving revision 1.1 diff -U1 -r1.1 patch-sloppy --- files/patch-sloppy 30 Sep 2002 15:24:53 -0000 1.1 +++ files/patch-sloppy 5 Oct 2002 23:38:51 -0000 @@ -1,8 +1 @@ ---- frontend/rtp.h Tue Dec 19 02:43:25 2000 -+++ frontend/rtp.h Fri Sep 27 18:26:42 2002 -@@ -28,3 +28,3 @@ - --#ifdef 0 -+#if 0 - int rtp_send ( --- frontend/mp3rtp.c Fri Jun 8 17:29:34 2001