summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 05:11:58 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 05:11:58 +0000
commit5c63dc30713abe3b8eb8f4a616e39426fcb6ebbb (patch)
treeb58e4ae6be79d4f78882c5001055fd0b50dfa1db
parentAllow this port to find tcl.h again so that it compiles. (diff)
Update to version 0.6.2.
PR: 24400 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=38770
Diffstat (limited to '')
-rw-r--r--audio/soundtracker/Makefile4
-rw-r--r--audio/soundtracker/distinfo2
-rw-r--r--audio/soundtracker/files/patch-aa35
-rw-r--r--audio/soundtracker/files/patch-ab36
-rw-r--r--audio/soundtracker/files/patch-ac19
-rw-r--r--audio/soundtracker/files/patch-ad11
-rw-r--r--audio/soundtracker/files/patch-ae11
-rw-r--r--audio/soundtracker/files/patch-af11
8 files changed, 66 insertions, 63 deletions
diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile
index a69ce5774f00..0266a8d23769 100644
--- a/audio/soundtracker/Makefile
+++ b/audio/soundtracker/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= soundtracker
-PORTVERSION= 0.5.7
+PORTVERSION= 0.6.2
CATEGORIES= audio gnome
-MASTER_SITES= ftp://ftp.soundtracker.org/pub/soundtracker/v0.5/
+MASTER_SITES= ftp://ftp.soundtracker.org/pub/soundtracker/v0.6/
MAINTAINER= kzentner@u.washington.edu
diff --git a/audio/soundtracker/distinfo b/audio/soundtracker/distinfo
index 5c0312136d25..ed54f9caf230 100644
--- a/audio/soundtracker/distinfo
+++ b/audio/soundtracker/distinfo
@@ -1 +1 @@
-MD5 (soundtracker-0.5.7.tar.gz) = 1e50fa46def0e4ff7988d1b5d8391d0b
+MD5 (soundtracker-0.6.2.tar.gz) = 648eeec3d6f37ec772b77717a9f6ce95
diff --git a/audio/soundtracker/files/patch-aa b/audio/soundtracker/files/patch-aa
index 365d5e18c557..aadb26692d97 100644
--- a/audio/soundtracker/files/patch-aa
+++ b/audio/soundtracker/files/patch-aa
@@ -1,10 +1,27 @@
---- app/drivers/oss-input.c.orig Sun Nov 28 20:02:10 1999
-+++ app/drivers/oss-input.c Sun Nov 28 20:03:03 1999
-@@ -33,6 +33,6 @@
- #include <sys/types.h>
- #include <unistd.h>
--#include <sys/soundcard.h>
-+#include <machine/soundcard.h>
- #include <sys/time.h>
+--- app/Makefile.in.orig Wed Jan 17 00:15:19 2001
++++ app/Makefile.in Wed Jan 17 00:25:59 2001
+@@ -501,15 +501,15 @@
+
+
+ install-exec-local:
+- chown root.root $(bindir)/soundtracker
+- chmod +s $(bindir)/soundtracker
+- @echo ""
+- @echo "***"
+- @echo "*** Installing SoundTracker suid root."
+- @echo "*** This improves sound responsivity, but may be a security risk"
+- @echo "*** if this is a multi-user machine. See file INSTALL."
+- @echo "***"
++ chown root.wheel $(bindir)/soundtracker
++# chmod +s $(bindir)/soundtracker
+ @echo ""
++# @echo "***"
++# @echo "*** Installing SoundTracker suid root."
++# @echo "*** This improves sound responsivity, but may be a security risk"
++# @echo "*** if this is a multi-user machine. See file INSTALL."
++# @echo "***"
++# @echo ""
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
- #include <glib.h>
diff --git a/audio/soundtracker/files/patch-ab b/audio/soundtracker/files/patch-ab
index c3297783268c..a5f58751a7b6 100644
--- a/audio/soundtracker/files/patch-ab
+++ b/audio/soundtracker/files/patch-ab
@@ -1,10 +1,26 @@
---- app/drivers/oss-output.c.orig Sun Nov 28 20:04:30 1999
-+++ app/drivers/oss-output.c Sun Nov 28 20:04:01 1999
-@@ -33,6 +33,6 @@
- #include <sys/types.h>
- #include <unistd.h>
--#include <sys/soundcard.h>
-+#include <machine/soundcard.h>
- #include <sys/time.h>
-
- #include <glib.h>
+--- app/Makefile.am.orig Wed Jan 17 00:29:42 2001
++++ app/Makefile.am Wed Jan 17 00:30:10 2001
+@@ -47,15 +47,15 @@
+ soundtracker_LDADD = drivers/libdrivers.a mixers/libmixers.a
+
+ install-exec-local:
+- chown root.root $(bindir)/soundtracker
+- chmod +s $(bindir)/soundtracker
+- @echo ""
+- @echo "***"
+- @echo "*** Installing SoundTracker suid root."
+- @echo "*** This improves sound responsivity, but may be a security risk"
+- @echo "*** if this is a multi-user machine. See file INSTALL."
+- @echo "***"
++ chown root.wheel $(bindir)/soundtracker
++# chmod +s $(bindir)/soundtracker
+ @echo ""
++# @echo "***"
++# @echo "*** Installing SoundTracker suid root."
++# @echo "*** This improves sound responsivity, but may be a security risk"
++# @echo "*** if this is a multi-user machine. See file INSTALL."
++# @echo "***"
++# @echo ""
+
+ stdir = $(datadir)/soundtracker
+
diff --git a/audio/soundtracker/files/patch-ac b/audio/soundtracker/files/patch-ac
index 2e90f3cbebd0..cc779d362918 100644
--- a/audio/soundtracker/files/patch-ac
+++ b/audio/soundtracker/files/patch-ac
@@ -1,8 +1,11 @@
---- app/sample-editor.c.orig Sun Nov 28 20:05:23 1999
-+++ app/sample-editor.c Sun Nov 28 20:04:51 1999
-@@ -28,4 +28,4 @@
- #include <fcntl.h>
- #include <stdlib.h>
--#include <sys/soundcard.h>
-+#include <machine/soundcard.h>
- #include <sys/ioctl.h>
+--- configure.orig Wed Jan 17 00:11:18 2001
++++ configure Wed Jan 17 00:11:54 2001
+@@ -3667,7 +3667,7 @@
+ echo "configure:3668: checking for Gnome compile flags" >&5
+ GNOME_CFLAGS=`$gnomepath gnomeui --cflags 2>/dev/null`
+ GNOME_VER=`$gnomepath --version |$sedpath 's/gnome-libs //'`
+- GNOME_MAJOR=`echo $GNOME_VER |$sedpath 's/\([0-9]**\).\([0-9]**\).\([0-9]**\)/\1/'`
++ GNOME_MAJOR=`echo $GNOME_VER |$sedpath 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
+ if test "_$GNOME_MAJOR" = "_0"; then
+ gnome=no
+ echo "$ac_t""old Gnome found, building without it." 1>&6
diff --git a/audio/soundtracker/files/patch-ad b/audio/soundtracker/files/patch-ad
deleted file mode 100644
index 2a309fafb126..000000000000
--- a/audio/soundtracker/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- app/Makefile.in.orig Fri Feb 18 23:15:50 2000
-+++ app/Makefile.in Fri Feb 18 23:18:29 2000
-@@ -475,6 +475,6 @@
-
- install-exec-local:
-- chown root.root $(bindir)/soundtracker
-- chmod +s $(bindir)/soundtracker
-+ chown root.wheel $(bindir)/soundtracker
-+# chmod +s $(bindir)/soundtracker
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/audio/soundtracker/files/patch-ae b/audio/soundtracker/files/patch-ae
deleted file mode 100644
index a9a4b06174f3..000000000000
--- a/audio/soundtracker/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- app/Makefile.am.orig Fri Feb 18 23:16:48 2000
-+++ app/Makefile.am Fri Feb 18 23:18:42 2000
-@@ -44,6 +44,6 @@
-
- install-exec-local:
-- chown root.root $(bindir)/soundtracker
-- chmod +s $(bindir)/soundtracker
-+ chown root.wheel $(bindir)/soundtracker
-+# chmod +s $(bindir)/soundtracker
-
- stdir = $(datadir)/soundtracker
diff --git a/audio/soundtracker/files/patch-af b/audio/soundtracker/files/patch-af
deleted file mode 100644
index bd820f7c6a3c..000000000000
--- a/audio/soundtracker/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Jan 26 11:32:32 2000
-+++ configure Sat Feb 19 22:02:00 2000
-@@ -3585,7 +3585,7 @@
- echo "configure:3586: checking for Gnome compile flags" >&5
- GNOME_CFLAGS=`$gnomepath gnomeui --cflags 2>/dev/null`
- GNOME_VER=`$gnomepath --version |$sedpath 's/gnome-libs //'`
-- GNOME_MAJOR=`echo $GNOME_VER |$sedpath 's/\([0-9]**\).\([0-9]**\).\([0-9]**\)/\1/'`
-+ GNOME_MAJOR=`echo $GNOME_VER |$sedpath 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
- if test "_$GNOME_MAJOR" = "_0"; then
- gnome=no
- echo "$ac_t""old Gnome found, building without it." 1>&6