Date: Mon, 23 Sep 2002 00:50:58 +0900 (JST) From: yoshiaki@kt.rim.or.jp To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43255: lame ports update (ver. 3.9.2) Message-ID: <200209221550.g8MFow33066471@singer.tertio.atoll>
next in thread | raw e-mail | index | archive | help
>Number: 43255 >Category: ports >Synopsis: lame ports update (ver. 3.9.2) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 22 09:00:09 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Yoshiaki Uchikawa >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD singer.tertio.atoll 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Sep 18 01:08:30 JST 2002 yoshiaki@singer.tertio.atoll:/usr/src/sys/i386/compile/CRUSE i386 >Description: >How-To-Repeat: >Fix: diff -urN lame391/Makefile lame/Makefile --- lame391/Makefile Sat Sep 21 05:07:19 2002 +++ lame/Makefile Sun Sep 22 16:55:26 2002 @@ -6,7 +6,7 @@ # PORTNAME= lame -PORTVERSION= 3.91 +PORTVERSION= 3.92 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://lame.sourceforge.net/pub/ @@ -21,8 +21,8 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_GNOMENG= yes -WANT_GNOME= yes -CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp +WANT_GNOME= yes +CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp .include <bsd.port.pre.mk> diff -urN lame391/distinfo lame/distinfo --- lame391/distinfo Thu Jan 17 14:40:36 2002 +++ lame/distinfo Sun Sep 22 16:55:26 2002 @@ -1 +1 @@ -MD5 (lame-3.91.tar.gz) = c09562caa789c946403f6f9661592ee5 +MD5 (lame-3.92.tar.gz) = 4e1b83a7b08636d2ef43711e4c74d3a9 diff -urN lame391/files/patch-configure lame/files/patch-configure --- lame391/files/patch-configure Sat Aug 17 00:14:54 2002 +++ lame/files/patch-configure Sun Sep 22 16:55:26 2002 @@ -1,16 +1,30 @@ -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 @@ +--- configure.orig Tue Apr 16 01:54:58 2002 ++++ configure Sun Sep 22 16:53:48 2002 +@@ -5531,27 +5531,6 @@ + # from the gcc man pages: "there is no reason to use -pedantic" + CFLAGS="-Wall -pipe ${CFLAGS}" - - 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" -- 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 + OPTIMIZATION_NORM="-fschedule-insns2" + + OPTIMIZATION_FULL="-fmove-all-movables -freduce-all-givs \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209221550.g8MFow33066471>