summaryrefslogtreecommitdiff
path: root/audio/cddbd/patches
diff options
context:
space:
mode:
authortron <tron>1998-06-30 22:01:21 +0000
committertron <tron>1998-06-30 22:01:21 +0000
commit8de845a94e6e700543b2121fd3497116e7159576 (patch)
tree2a094744cdd014140b35d73125dc44aba47b6fb6 /audio/cddbd/patches
parentff1b810cf156b815dcfc0b6bac7765ad98f38720 (diff)
downloadpkgsrc-8de845a94e6e700543b2121fd3497116e7159576.tar.gz
Get package to work on alpha, fixes PR pkg/5587 by Tim Rightnour.
Diffstat (limited to 'audio/cddbd/patches')
-rw-r--r--audio/cddbd/patches/patch-ab29
-rw-r--r--audio/cddbd/patches/patch-ac8
2 files changed, 37 insertions, 0 deletions
diff --git a/audio/cddbd/patches/patch-ab b/audio/cddbd/patches/patch-ab
new file mode 100644
index 00000000000..81cc9ad1680
--- /dev/null
+++ b/audio/cddbd/patches/patch-ab
@@ -0,0 +1,29 @@
+--- cddbd.c.orig Sun Jun 14 06:42:12 1998
++++ cddbd.c Sun Jun 14 06:42:50 1998
+@@ -191,14 +191,14 @@
+ access_t acctab[] = {
+- "logfile", logfile, AC_PATH, 0, (int)TMPDIR"/log",
+- "motdfile", motdfile, AC_PATH, 0, (int)"",
+- "sitefile", sitefile, AC_PATH, 0, (int)"",
+- "histfile", histfile, AC_PATH, 0, (int)"",
+- "lockdir", lockdir, AC_PATH, 0, (int)"",
+- "hashdir", hashdir, AC_PATH, 0, (int)"",
+- "cddbdir", cddbdir, AC_PATH, 0, (int)"",
+- "dupdir", dupdir, AC_PATH, 0, (int)"",
+- "postdir", postdir, AC_PATH, 0, (int)"",
+- "smtphost", smtphost, AC_STRING, 0, (int)"localhost",
++ "logfile", logfile, AC_PATH, 0, (long)TMPDIR"/log",
++ "motdfile", motdfile, AC_PATH, 0, (long)"",
++ "sitefile", sitefile, AC_PATH, 0, (long)"",
++ "histfile", histfile, AC_PATH, 0, (long)"",
++ "lockdir", lockdir, AC_PATH, 0, (long)"",
++ "hashdir", hashdir, AC_PATH, 0, (long)"",
++ "cddbdir", cddbdir, AC_PATH, 0, (long)"",
++ "dupdir", dupdir, AC_PATH, 0, (long)"",
++ "postdir", postdir, AC_PATH, 0, (long)"",
++ "smtphost", smtphost, AC_STRING, 0, (long)"localhost",
+ "admin_email", admin_email, AC_STRING, AF_NODEF, 0,
+- "bounce_email", bounce_email, AC_STRING, 0, (int)"",
++ "bounce_email", bounce_email, AC_STRING, 0, (long)"",
+ "xmit_time", &xmit_time, AC_NUMERIC, AF_ZERO, DEF_XMIT_TO,
+
diff --git a/audio/cddbd/patches/patch-ac b/audio/cddbd/patches/patch-ac
new file mode 100644
index 00000000000..7667a2b48ab
--- /dev/null
+++ b/audio/cddbd/patches/patch-ac
@@ -0,0 +1,8 @@
+--- cddbd.h.orig Sun Jun 14 06:41:32 1998
++++ cddbd.h Sun Jun 14 06:42:05 1998
+@@ -261,3 +261,3 @@
+ int at_flags; /* Access flags. */
+- int at_def; /* Default value. */
++ long at_def; /* Default value. */
+ } access_t;
+