summaryrefslogtreecommitdiff
path: root/audio/sox
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-11 11:16:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-11 11:16:32 +0000
commit9495919fc5ed55d760d6907741e7b678920eca74 (patch)
treef3c03490cd3b396f199879ee8cbff98e26cb4835 /audio/sox
parentDISTDIR/DIST_SUBDIR -> _DISTDIR (diff)
upgrade to 12.17.2
PR: 31171 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=48673
Diffstat (limited to 'audio/sox')
-rw-r--r--audio/sox/Makefile3
-rw-r--r--audio/sox/distinfo2
-rw-r--r--audio/sox/files/patch-aa11
-rw-r--r--audio/sox/files/patch-ab11
-rw-r--r--audio/sox/files/patch-ac11
5 files changed, 13 insertions, 25 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index 9d2dc3413f7a..934df14e8d08 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sox
-PORTVERSION= 12.17.1
-PORTREVISION= 1
+PORTVERSION= 12.17.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sox
diff --git a/audio/sox/distinfo b/audio/sox/distinfo
index da97ebdcf367..c1d19880b25f 100644
--- a/audio/sox/distinfo
+++ b/audio/sox/distinfo
@@ -1 +1 @@
-MD5 (sox-12.17.1.tar.gz) = 9afc59e4c5221462a24fa6092038b6b3
+MD5 (sox-12.17.2.tar.gz) = 9a21c9161cc2238426fc153917b0d2c8
diff --git a/audio/sox/files/patch-aa b/audio/sox/files/patch-aa
deleted file mode 100644
index 6b0b4b75867c..000000000000
--- a/audio/sox/files/patch-aa
+++ /dev/null
@@ -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. */
diff --git a/audio/sox/files/patch-ab b/audio/sox/files/patch-ab
deleted file mode 100644
index 63c50ac29a90..000000000000
--- a/audio/sox/files/patch-ab
+++ /dev/null
@@ -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;
-
diff --git a/audio/sox/files/patch-ac b/audio/sox/files/patch-ac
new file mode 100644
index 000000000000..6bd709649aff
--- /dev/null
+++ b/audio/sox/files/patch-ac
@@ -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)