aboutsummaryrefslogtreecommitdiff
path: root/audio/xmcd/files
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2006-03-15 06:25:22 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2006-03-15 06:25:22 +0000
commit2bc3b51be6e178840711be7e737c511874996766 (patch)
tree6af42984650235199ea63193014842be4af6bb44 /audio/xmcd/files
parent346bd9c88d6e59061306e13232d016f8f603febf (diff)
downloadports-2bc3b51be6e178840711be7e737c511874996766.tar.gz
ports-2bc3b51be6e178840711be7e737c511874996766.zip
Notes
Diffstat (limited to 'audio/xmcd/files')
-rw-r--r--audio/xmcd/files/patch-ai11
-rw-r--r--audio/xmcd/files/pkg-message.in10
2 files changed, 21 insertions, 0 deletions
diff --git a/audio/xmcd/files/patch-ai b/audio/xmcd/files/patch-ai
new file mode 100644
index 000000000000..c05e0b73d47a
--- /dev/null
+++ b/audio/xmcd/files/patch-ai
@@ -0,0 +1,11 @@
+--- libdi_d/config.sh.orig Wed Apr 21 15:27:07 2004
++++ libdi_d/config.sh Sun Mar 12 23:40:59 2006
+@@ -744,7 +744,7 @@
+
+ if [ -z "$IOCDEF" -o "$IOCDEF" = 0 ]
+ then
+- IOCDEF=1
++ IOCDEF=2
+ fi
+
+ while :
diff --git a/audio/xmcd/files/pkg-message.in b/audio/xmcd/files/pkg-message.in
new file mode 100644
index 000000000000..b92f700bb988
--- /dev/null
+++ b/audio/xmcd/files/pkg-message.in
@@ -0,0 +1,10 @@
+*******************************************************
+You will need to run the configuration script for xmcd
+to accurately recognize your cd-rom. The configure
+script is: %%PREFIX%%/lib/X11/xmcd/config/config.sh
+
+If you would like to submit data to CDDB you will need
+to install mail/mailx or add something similar to
+the following line in your Xdefaults:
+XMcd.cddbMailCmd: mail -s '%S' %A <%F >/dev/null 2>&1
+*******************************************************