aboutsummaryrefslogtreecommitdiffstats
path: root/audio/bladeenc/files
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-05-06 16:55:46 +0800
committerdirk <dirk@FreeBSD.org>2001-05-06 16:55:46 +0800
commit4bfd8579b256504e547abae993f0d6794473f552 (patch)
treeec6002f268b1af345621a4c630c86962aa919129 /audio/bladeenc/files
parent33ec050608e4e949718ede9ef6ac13dede242b26 (diff)
downloadfreebsd-ports-gnome-4bfd8579b256504e547abae993f0d6794473f552.tar.gz
freebsd-ports-gnome-4bfd8579b256504e547abae993f0d6794473f552.tar.zst
freebsd-ports-gnome-4bfd8579b256504e547abae993f0d6794473f552.zip
Upgrade to 0.94.1.
Submitted by: kris
Diffstat (limited to 'audio/bladeenc/files')
-rw-r--r--audio/bladeenc/files/patch-ac10
-rw-r--r--audio/bladeenc/files/patch-ad10
-rw-r--r--audio/bladeenc/files/patch-ae10
-rw-r--r--audio/bladeenc/files/patch-af11
4 files changed, 0 insertions, 41 deletions
diff --git a/audio/bladeenc/files/patch-ac b/audio/bladeenc/files/patch-ac
deleted file mode 100644
index 575b8ada00ee..000000000000
--- a/audio/bladeenc/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- bladeenc/loop.c.orig Tue Nov 16 23:06:17 1999
-+++ bladeenc/loop.c Thu Dec 9 22:46:57 1999
-@@ -22,6 +22,7 @@
- #include <stdlib.h>
- #include <math.h>
- #include <assert.h>
-+#include <sys/types.h>
- #include "system.h"
- #include "l3side.h"
- #include "loop.h"
diff --git a/audio/bladeenc/files/patch-ad b/audio/bladeenc/files/patch-ad
deleted file mode 100644
index a28891e732e7..000000000000
--- a/audio/bladeenc/files/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
---- bladeenc/main.c.orig Wed Dec 8 21:32:19 1999
-+++ bladeenc/main.c Thu Dec 9 22:46:26 1999
-@@ -19,6 +19,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <time.h>
-+#include <sys/types.h>
- #include "system.h"
- #include "codec.h"
- #include "samplein.h"
diff --git a/audio/bladeenc/files/patch-ae b/audio/bladeenc/files/patch-ae
deleted file mode 100644
index 5a7048db428d..000000000000
--- a/audio/bladeenc/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- bladeenc/samplein.c.orig Tue Nov 16 23:06:17 1999
-+++ bladeenc/samplein.c Thu Dec 9 22:45:26 1999
-@@ -18,6 +18,7 @@
-
- #include <stdio.h>
- #include <string.h>
-+#include <sys/types.h>
- #include "system.h"
- #include "samplein.h"
-
diff --git a/audio/bladeenc/files/patch-af b/audio/bladeenc/files/patch-af
deleted file mode 100644
index a3343bf920dc..000000000000
--- a/audio/bladeenc/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- bladeenc/system.h.orig Tue Nov 23 11:46:19 1999
-+++ bladeenc/system.h Thu Dec 9 22:43:35 1999
-@@ -39,7 +39,7 @@
- #define BEOS_PPC 18
-
- #ifndef SYSTEM
--# define SYSTEM LINUX_I386 /* Set current system here, select */
-+# define SYSTEM NETBSD /* Set current system here, select */
- #endif /* from list above. */
-
-