Index: head/audio/sox/Makefile =================================================================== --- head/audio/sox/Makefile (revision 48672) +++ head/audio/sox/Makefile (revision 48673) @@ -1,27 +1,26 @@ # New ports collection makefile for: sox - Sound Exchange # Date created: 17 Oct 1994 # Whom: torstenb # # $FreeBSD$ # PORTNAME= sox -PORTVERSION= 12.17.1 -PORTREVISION= 1 +PORTVERSION= 12.17.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sox MAINTAINER= dnelson@emsphone.com MAN1= sox.1 play.1 soxexam.1 MLINKS= play.1 rec.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fast-ulaw --enable-fast-alaw .if defined(WITH_GSM) CONFIGURE_ARGS+= --with-gsmlib=${PREFIX}/lib --with-gsminc=${PREFIX}/include LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm .endif .include Property changes on: head/audio/sox/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/audio/sox/distinfo =================================================================== --- head/audio/sox/distinfo (revision 48672) +++ head/audio/sox/distinfo (revision 48673) @@ -1 +1 @@ -MD5 (sox-12.17.1.tar.gz) = 9afc59e4c5221462a24fa6092038b6b3 +MD5 (sox-12.17.2.tar.gz) = 9a21c9161cc2238426fc153917b0d2c8 Property changes on: head/audio/sox/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/audio/sox/files/patch-aa =================================================================== --- head/audio/sox/files/patch-aa (revision 48672) +++ head/audio/sox/files/patch-aa (nonexistent) @@ -1,11 +0,0 @@ ---- avr.c.orig Mon Aug 14 21:10:58 2000 -+++ avr.c Sat Feb 24 22:27:31 2001 -@@ -38,7 +38,7 @@ - unsigned short midi; /* 0xffff = no MIDI note assigned, - 0xffXX = single key note assignment - 0xLLHH = key split, low/hi note */ -- ULONG int rate; /* sample frequency in hertz */ -+ ULONG rate; /* sample frequency in hertz */ - ULONG size; /* sample length in bytes or words (see rez) */ - ULONG lbeg; /* offset to start of loop in bytes or words. - set to zero if unused. */ Property changes on: head/audio/sox/files/patch-aa ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.7 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/audio/sox/files/patch-ab =================================================================== --- head/audio/sox/files/patch-ab (revision 48672) +++ head/audio/sox/files/patch-ab (nonexistent) @@ -1,11 +0,0 @@ ---- resample.c.orig Fri Sep 1 18:08:24 2000 -+++ resample.c Sat Mar 10 17:26:57 2001 -@@ -180,7 +180,7 @@ - resample_t r = (resample_t) effp->priv; - LONG Xoff, gcdrate; - int i; -- extern long st_gcd(P2(long a,long b)); -+ extern LONG st_gcd(P2(LONG,LONG)); - - r->Factor = (double)effp->outinfo.rate / (double)effp->ininfo.rate; - Property changes on: head/audio/sox/files/patch-ab ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.9 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/audio/sox/files/patch-ac =================================================================== --- head/audio/sox/files/patch-ac (nonexistent) +++ head/audio/sox/files/patch-ac (revision 48673) @@ -0,0 +1,11 @@ +--- Makefile.in~ Wed Sep 5 11:06:01 2001 ++++ Makefile.in Tue Oct 9 11:59:26 2001 +@@ -74,7 +74,7 @@ + $(CC) $(LDFLAGS) -o sox sox.o $(LIBS) + + soxmix.o: sox.c +- $(CC) $(CFLAGS) -DSOXMIX -c -o soxmix.o $< ++ $(CC) $(CFLAGS) -DSOXMIX -c -o soxmix.o sox.c + + soxmix: libst.a soxmix.o + $(CC) $(LDFLAGS) -o soxmix soxmix.o $(LIBS) Property changes on: head/audio/sox/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property