summaryrefslogtreecommitdiff
path: root/audio/ascd/files
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ascd/files')
-rw-r--r--audio/ascd/files/patch-Imakefile16
-rw-r--r--audio/ascd/files/patch-faktory.c14
-rw-r--r--audio/ascd/files/patch-misc_config.h.default10
-rw-r--r--audio/ascd/files/patch-misc_dirs.h.default9
4 files changed, 0 insertions, 49 deletions
diff --git a/audio/ascd/files/patch-Imakefile b/audio/ascd/files/patch-Imakefile
deleted file mode 100644
index 81b8b951c023..000000000000
--- a/audio/ascd/files/patch-Imakefile
+++ /dev/null
@@ -1,16 +0,0 @@
---- Imakefile.orig 1999-09-04 23:24:23 UTC
-+++ Imakefile
-@@ -5,11 +5,10 @@ NAME = ascd
- BINDIR = CBINDIR
- MANDIR = CMANDIR
- THEMESDIR = CTHDIR
--MOREFLAGS = -I/usr/local/include -I/usr/X11R6/include -I.
--CCOPTIONS = $(MOREFLAGS)
-+EXTRA_INCLUDES = -I.
- SYS_LIBRARIES = $(XLIB) -lXpm
-
--LOCAL_LIBRARIES = -L../libworkman -lworkman -L/usr/local/lib
-+LOCAL_LIBRARIES = -lworkman
-
- SRCS_OPT1 =
- SRCS_OPT2 =
diff --git a/audio/ascd/files/patch-faktory.c b/audio/ascd/files/patch-faktory.c
deleted file mode 100644
index a6802228bc89..000000000000
--- a/audio/ascd/files/patch-faktory.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- faktory.c.orig 1999-07-05 16:52:38 UTC
-+++ faktory.c
-@@ -58,9 +58,9 @@ int fak_parse_line(char *ligne, char *ke
- unsigned int pos = 0;
-
- if ((strlen(ligne) > 0) && (ligne[0] != '#')) {
-- while ((ligne[pos] != ' ') && (ligne[pos] != 9)) pos++;
-+ while (ligne[pos] && (ligne[pos] != ' ') && (ligne[pos] != 9)) pos++;
- tes_sncpy(key, ligne, pos);
-- while (((ligne[pos] == ' ') || (ligne[pos] == 9)) && (pos < strlen(ligne))) pos++;
-+ while (ligne[pos] && ((ligne[pos] == ' ') || (ligne[pos] == 9))) pos++;
- if (pos < strlen(ligne)) strcpy(arguments, ligne + pos);
- else strcpy(arguments, "");
- if (debug > 2) fprintf(stderr,"++ input: [%s]\n key: [%s]\n args: [%s]\n", ligne, key, arguments);
diff --git a/audio/ascd/files/patch-misc_config.h.default b/audio/ascd/files/patch-misc_config.h.default
deleted file mode 100644
index da20f0e9aca2..000000000000
--- a/audio/ascd/files/patch-misc_config.h.default
+++ /dev/null
@@ -1,10 +0,0 @@
---- misc/config.h.default.orig 1999-04-19 17:25:01 UTC
-+++ misc/config.h.default
-@@ -1,5 +1,5 @@
- #define PACKAGE "ascd"
- #define DEFAULT_COLOR "#2FAFAF"
- #define DEFAULT_BGCOLOR "#000000"
--#define DEFAULTDEVICE "/dev/cdrom"
--#define THDIR "/usr/local/share/AScd"
-+#define DEFAULTDEVICE "/dev/acd0c"
-+#define THDIR "%%PREFIX%%/share/ascd"
diff --git a/audio/ascd/files/patch-misc_dirs.h.default b/audio/ascd/files/patch-misc_dirs.h.default
deleted file mode 100644
index 3906609f8d32..000000000000
--- a/audio/ascd/files/patch-misc_dirs.h.default
+++ /dev/null
@@ -1,9 +0,0 @@
---- misc/dirs.h.default.orig 1999-04-19 17:24:12 UTC
-+++ misc/dirs.h.default
-@@ -1,3 +1,3 @@
--#define CBINDIR /usr/local/bin
--#define CMANDIR /usr/local/man/man1
--#define CTHDIR /usr/local/share/AScd
-+#define CBINDIR %%PREFIX%%/bin
-+#define CMANDIR %%PREFIX%%/man/man1
-+#define CTHDIR %%PREFIX%%/share/ascd