diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:42:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:42:45 +0000 |
commit | 47c434f9bb9d52796e193942ae440d660ea3a584 (patch) | |
tree | 801b9c1a2b0878072cfe3bc4e6d0b6ebb0d1637c /mail/xmailbox/files | |
parent | 16a83387567e7d7889d89a0cda53fe47cfe9980c (diff) | |
download | ports-47c434f9bb9d52796e193942ae440d660ea3a584.tar.gz ports-47c434f9bb9d52796e193942ae440d660ea3a584.zip |
Notes
Diffstat (limited to 'mail/xmailbox/files')
-rw-r--r-- | mail/xmailbox/files/patch-aa | 29 | ||||
-rw-r--r-- | mail/xmailbox/files/patch-ab | 16 | ||||
-rw-r--r-- | mail/xmailbox/files/patch-ac | 11 |
3 files changed, 56 insertions, 0 deletions
diff --git a/mail/xmailbox/files/patch-aa b/mail/xmailbox/files/patch-aa new file mode 100644 index 000000000000..6ca1d4791246 --- /dev/null +++ b/mail/xmailbox/files/patch-aa @@ -0,0 +1,29 @@ +--- Imakefile Wed Jul 16 16:36:17 1997 ++++ /home/andy/tmp/wrk/Imakefile Sat May 23 23:17:12 1998 +@@ -5,7 +5,7 @@ + # Note: you need to have XPM 3.4 or higher! + #------------------------------------------ + # +-XPMINCDIR = /usr/include/X11 ++XPMINCDIR = $(X11BASE)/include/X11 + XPMLIBDIR = /usr/X11/lib + XPMLIB = -L$(XPMLIBDIR) -lXpm + +@@ -20,7 +20,7 @@ + # Comment the following define if you + # want audio support + #------------------------------------------ +-#define NO_AUDIO /* */ ++/* #define NO_AUDIO /* */ + + #------------------------------------------ + # Uncomment the following define if your +@@ -42,7 +42,7 @@ + # uncomment the following define to + # turn on sound support. + #------------------------------------------ +-/* SUN_AUDIO = -DSUN_AUDIO /* */ ++SUN_AUDIO = -DSUN_AUDIO /* */ + + #------------------------------------------ + # Uncomment the following define if you diff --git a/mail/xmailbox/files/patch-ab b/mail/xmailbox/files/patch-ab new file mode 100644 index 000000000000..f87044adad2f --- /dev/null +++ b/mail/xmailbox/files/patch-ab @@ -0,0 +1,16 @@ +--- MailboxP.h Mon Jul 1 11:13:47 1996 ++++ /home/andy/tmp/wrk/MailboxP.h Sun May 24 00:39:39 1998 +@@ -40,12 +40,10 @@ + + #ifdef SYSV + #define MAILBOX_DIRECTORY "/usr/mail" +-#else +-#ifdef SVR4 ++#elif defined(SVR4) || defined(__FreeBSD__) + #define MAILBOX_DIRECTORY "/var/mail" + #else + #define MAILBOX_DIRECTORY "/usr/spool/mail" +-#endif + #endif + + typedef struct { /* new fields for mailbox widget */ diff --git a/mail/xmailbox/files/patch-ac b/mail/xmailbox/files/patch-ac new file mode 100644 index 000000000000..df147ef8cdc4 --- /dev/null +++ b/mail/xmailbox/files/patch-ac @@ -0,0 +1,11 @@ +--- XMailbox.ad Wed Jul 16 16:13:32 1997 ++++ /home/andy/tmp/wrk/XMailbox.ad Sat May 23 23:30:34 1998 +@@ -9,7 +9,7 @@ + xmailbox*mailAnimOnce: true + ! xmailbox*mailAnimUpdate: 1000 + ! xmailbox*mailapp: echo 'setenv LINES 25; setenv COLUMNS 80; xterm -n Elm -e elm' | /bin/csh -f -s +-! xmailbox*mailSndFile: /usr/public/lib/sounds/bong.au ++xmailbox*mailSndFile: /usr/X11R6/share/xmailbox/ugotmail.au + ! xmailbox*mailSndComm: /usr/public/bin/play %s + ! xmailbox*nomailXpmFile: /usr/X11/include/X11/pixmaps/mail0.xpm + ! xmailbox*mailXpmFile: /usr/X11/include/X11/pixmaps/mail1.xpm |