Date: Wed, 9 Feb 2011 12:41:50 -0600 (CST) From: Dan Nelson <dan@dan.emsphone.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/154618: [MAINTAINER UPDATE] update audio/sox to 14.3.1 Message-ID: <201102091841.p19IfoHs035759@dan.emsphone.com> Resent-Message-ID: <201102091900.p19J0Ma3089310@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154618 >Category: ports >Synopsis: [MAINTAINER UPDATE] update audio/sox to 14.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 09 19:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Dan Nelson >Release: FreeBSD 8.2-PRERELEASE i386 >Organization: The Allant Group >Environment: System: FreeBSD dan.allantgroup.com 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #624 r216418M: Mon Dec 13 16:25:38 CST 2010 zsh@dan.emsphone.com:/usr/src-svn/sys/i386/compile/DANSMP i386 >Description: Update sox to 14.3.1 >How-To-Repeat: >Fix: files/patch-formats.c is now included in the source, so please remove this file. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/sox/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- Makefile 16 Dec 2010 17:34:41 -0000 1.52 +++ Makefile 9 Feb 2011 15:49:44 -0000 @@ -6,8 +6,7 @@ # PORTNAME= sox -PORTVERSION= 14.3.0 -PORTREVISION= 6 +PORTVERSION= 14.3.1 CATEGORIES= audio MASTER_SITES= SF Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/sox/distinfo,v retrieving revision 1.21 diff -u -r1.21 distinfo --- distinfo 16 Dec 2010 17:34:41 -0000 1.21 +++ distinfo 9 Feb 2011 15:43:51 -0000 @@ -1,2 +1,2 @@ -SHA256 (sox-14.3.0.tar.gz) = 9abf411c949366d75c884b368284690b6c8c7d5fb5df0deaf599539b704b2397 -SIZE (sox-14.3.0.tar.gz) = 1007679 +SHA256 (sox-14.3.1.tar.gz) = c4be9ebdb1e77a3bc9f3ee1f3fd274a1fe7b162a174fcc74874b231f3f1ace54 +SIZE (sox-14.3.1.tar.gz) = 1044595 Index: files/patch-formats.c =================================================================== RCS file: files/patch-formats.c diff -N files/patch-formats.c --- files/patch-formats.c 18 Sep 2009 19:32:50 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ -Generalize the "rewind on pipes" hack to work with all Torek-based stdio's -without having to check for each one. Fix will appear in the next release. - -http://sourceforge.net/tracker/index.php?func=detail&aid=2847998&group_id=10706&atid=310706 - ---- src/formats.c 2009-06-14 20:14:53.000000000 -0500 -+++ src/formats.c 2009-08-31 13:16:21.440822225 -0500 -@@ -392,7 +392,7 @@ - * Works by resetting the FILE buffer pointer */ - static void UNUSED rewind_pipe(FILE * fp) - { --#if defined _NEWLIB_VERSION || defined __APPLE__ -+#if defined _FSTDIO /* Torek stdio (i.e. most BSD-derived libc's) */ - fp->_p -= AUTO_DETECT_SIZE; - fp->_r += AUTO_DETECT_SIZE; - #elif defined __GLIBC__ -- Dan Nelson dnelson@allantgroup.com >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102091841.p19IfoHs035759>