From owner-freebsd-ports Sun Sep 22 9: 0:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6404637B401 for ; Sun, 22 Sep 2002 09:00:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1186D43E81 for ; Sun, 22 Sep 2002 09:00:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8MG0ACo040263 for ; Sun, 22 Sep 2002 09:00:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8MG0ABh040262; Sun, 22 Sep 2002 09:00:10 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D0DF37B401 for ; Sun, 22 Sep 2002 08:51:04 -0700 (PDT) Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1267F43E4A for ; Sun, 22 Sep 2002 08:51:03 -0700 (PDT) (envelope-from yoshiaki@kt.rim.or.jp) Received: from mail4.rim.or.jp by serio.al.rim.or.jp (3.7W/HMX-13) id AAA15630 for ; Mon, 23 Sep 2002 00:51:02 +0900 (JST) Received: from kt.rim.or.jp (yoshiaki.st.rim.or.jp [202.247.140.34]) by mail4.rim.or.jp (8.9.3/3.7W) id AAA29438 for ; Mon, 23 Sep 2002 00:51:01 +0900 (JST) Received: from singer.tertio.atoll (localhost [127.0.0.1]) by kt.rim.or.jp (8.12.6/8.12.6) with ESMTP id g8MFowX0066472 for ; Mon, 23 Sep 2002 00:50:58 +0900 (JST) (envelope-from yoshiaki@kt.rim.or.jp) Received: (from yoshiaki@localhost) by singer.tertio.atoll (8.12.6/8.12.6/Submit) id g8MFow33066471; Mon, 23 Sep 2002 00:50:58 +0900 (JST) (envelope-from yoshiaki) Message-Id: <200209221550.g8MFow33066471@singer.tertio.atoll> Date: Mon, 23 Sep 2002 00:50:58 +0900 (JST) From: yoshiaki@kt.rim.or.jp Reply-To: yoshiaki@kt.rim.or.jp To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43255: lame ports update (ver. 3.9.2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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