From f3e1bd4b14f4032abdf080e82343d30e6120f4d4 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 30 Jun 1998 22:01:21 +0000 Subject: Get package to work on alpha, fixes PR pkg/5587 by Tim Rightnour. --- audio/cddbd/patches/patch-ab | 29 +++++++++++++++++++++++++++++ audio/cddbd/patches/patch-ac | 8 ++++++++ 2 files changed, 37 insertions(+) create mode 100644 audio/cddbd/patches/patch-ab create mode 100644 audio/cddbd/patches/patch-ac (limited to 'audio/cddbd') 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; + -- cgit v1.2.3