Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/xmcd/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- Makefile 16 Mar 2005 14:50:12 -0000 1.50 +++ Makefile 13 Mar 2006 01:48:25 -0000 @@ -22,6 +22,8 @@ USE_MOTIF= yes USE_IMAKE= yes PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH} +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message MAN1= cda.1 xmcd.1 MANCOMPRESSED= no Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 18 Jul 2001 15:01:23 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ -******************************************************* -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 -******************************************************* Index: files/patch-libdi_d__config.sh =================================================================== RCS file: files/patch-libdi_d__config.sh diff -N files/patch-libdi_d__config.sh --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-libdi_d__config.sh 13 Mar 2006 01:48:25 -0000 @@ -0,0 +1,11 @@ +--- libdi_d/config.sh.orig Mon Mar 13 12:42:31 2006 ++++ libdi_d/config.sh Mon Mar 13 12:45:42 2006 +@@ -744,7 +744,7 @@ + + if [ -z "$IOCDEF" -o "$IOCDEF" = 0 ] + then +- IOCDEF=1 ++ IOCDEF=2 + fi + + while : Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 13 Mar 2006 01:48:25 -0000 @@ -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 +*******************************************************