From owner-freebsd-ports Thu Apr 20 13:50:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8B6337B98B for ; Thu, 20 Apr 2000 13:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA70676; Thu, 20 Apr 2000 13:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id BE71637B9C6 for ; Thu, 20 Apr 2000 13:47:29 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12iM3F-0001F1-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 20 Apr 2000 19:51:45 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12iM3F-000CWt-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 20 Apr 2000 19:51:45 +0100 Message-Id: Date: Thu, 20 Apr 2000 19:51:45 +0100 From: Ben Smithurst Reply-To: ben@scientia.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18119: port update: lame 3.70 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18119 >Category: ports >Synopsis: port update: lame 3.70 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 20 13:50:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Ben Smithurst >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: This patch updates ports/audio/lame to version 3.70. This has been reviewed by the maintainer, who said I should send-pr it. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/audio/lame/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2000/04/17 00:17:03 1.10 +++ Makefile 2000/04/20 00:43:27 @@ -6,13 +6,13 @@ # PORTNAME= lame -PORTVERSION= 3.51 +PORTVERSION= 3.70 CATEGORIES= audio MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/Berkeley/mpeg2/conformance-bitstreams/audio/mpeg2/software/technical_report/ DISTNAME= dist10 PATCH_SITES= http://www.sulaco.org/mp3/download/patches/ -PATCHFILES= lame3.51.patch.gz +PATCHFILES= lame${PORTVERSION}.patch.gz MAINTAINER= yoshiaki@kt.rim.or.jp Index: files/md5 =================================================================== RCS file: /usr/cvs/ports/audio/lame/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- md5 1999/11/21 21:13:36 1.6 +++ md5 2000/04/20 00:45:26 @@ -1,2 +1,2 @@ MD5 (dist10.tar.gz) = 62cee8daa6041b8a2d0a9a1ef18163b4 -MD5 (lame3.51.patch.gz) = 4c693768e201f31572f5347e5f3ca63d +MD5 (lame3.70.patch.gz) = f7fcd906232887db53a81fc5c573aac4 Index: patches/patch-aa =================================================================== RCS file: /usr/cvs/ports/audio/lame/patches/patch-aa,v retrieving revision 1.4 diff -u -r1.4 patch-aa --- patch-aa 2000/04/17 00:17:04 1.4 +++ patch-aa 2000/04/20 00:50:54 @@ -1,15 +1,15 @@ ---- Makefile.orig Fri Nov 12 01:28:34 1999 -+++ Makefile Fri Nov 12 01:39:22 1999 +--- Makefile.orig Thu Apr 20 01:50:18 2000 ++++ Makefile Thu Apr 20 01:50:39 2000 @@ -12,7 +12,7 @@ # defaults: PGM = lame CC = gcc --CC_OPTS = -O +-CC_OPTS = -O +CC_OPTS = ${CFLAGS} GTK = GTKLIBS = - SNDLIB = -@@ -106,8 +106,10 @@ + SNDLIB = -DLAMESNDFILE +@@ -136,8 +136,10 @@ ########################################################################## ifeq ($(UNAME),FreeBSD) # remove if you do not have GTK or do not want the GTK frame analyzer Index: patches/patch-ab =================================================================== RCS file: /usr/cvs/ports/audio/lame/patches/patch-ab,v retrieving revision 1.2 diff -u -r1.2 patch-ab --- patch-ab 1999/11/21 01:08:43 1.2 +++ patch-ab 2000/04/20 00:49:21 @@ -1,11 +1,11 @@ ---- lame.c.orig Fri Nov 12 01:44:46 1999 -+++ lame.c Fri Nov 12 01:44:35 1999 -@@ -1288,7 +1288,7 @@ - void lame_init(int nowrite) - { - +--- lame.c.orig Thu Apr 20 01:48:22 2000 ++++ lame.c Thu Apr 20 01:49:04 2000 +@@ -1196,7 +1196,7 @@ + /* + * Disable floating point exepctions + */ -#ifdef __FreeBSD__ -+#if defined (__FreeBSD__) && !defined(__alpha__) - #include ++#ifdef __FreeBSD__ && !defined(__alpha__) + # include { /* seet floating point mask to the Linux default */ Index: pkg/PLIST =================================================================== RCS file: /usr/cvs/ports/audio/lame/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- PLIST 1999/11/21 01:08:44 1.3 +++ PLIST 2000/04/20 00:55:16 @@ -1,6 +1,8 @@ bin/lame share/doc/lame/contributors.html +share/doc/lame/examples.html share/doc/lame/history.html +share/doc/lame/id3.html share/doc/lame/index.html share/doc/lame/lame.css share/doc/lame/node5.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message