View | Details | Raw Unified | Return to bug 94398
Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 22-27 Link Here
22
USE_MOTIF=	yes
22
USE_MOTIF=	yes
23
USE_IMAKE=	yes
23
USE_IMAKE=	yes
24
PLIST_SUB+=	RELEASE=${OSREL:R:R} ARCH=${ARCH}
24
PLIST_SUB+=	RELEASE=${OSREL:R:R} ARCH=${ARCH}
25
SUB_FILES=	pkg-message
26
PKGMESSAGE=	${WRKDIR}/pkg-message
25
27
26
MAN1=		cda.1 xmcd.1
28
MAN1=		cda.1 xmcd.1
27
MANCOMPRESSED=	no
29
MANCOMPRESSED=	no
(-)pkg-message (-10 lines)
Removed Link Here
1
*******************************************************
2
You will need to run the configuration script for xmcd
3
to accurately recognize your cd-rom.  The configure
4
script is: ${PREFIX}/lib/X11/xmcd/config/config.sh
5
6
If you would like to submit data to CDDB you will need
7
to install mail/mailx or add something similar to
8
the following line in your Xdefaults:
9
XMcd.cddbMailCmd:  mail -s '%S' %A <%F >/dev/null 2>&1
10
*******************************************************
(-)files/patch-libdi_d__config.sh (+11 lines)
Added Link Here
1
--- libdi_d/config.sh.orig	Mon Mar 13 12:42:31 2006
2
+++ libdi_d/config.sh	Mon Mar 13 12:45:42 2006
3
@@ -744,7 +744,7 @@
4
 
5
 	if [ -z "$IOCDEF" -o "$IOCDEF" = 0 ]
6
 	then
7
-		IOCDEF=1
8
+		IOCDEF=2
9
 	fi
10
 
11
 	while :
(-)files/pkg-message.in (+10 lines)
Added Link Here
1
*******************************************************
2
You will need to run the configuration script for xmcd
3
to accurately recognize your cd-rom.  The configure
4
script is: %%PREFIX%%/lib/X11/xmcd/config/config.sh
5
6
If you would like to submit data to CDDB you will need
7
to install mail/mailx or add something similar to
8
the following line in your Xdefaults:
9
XMcd.cddbMailCmd:  mail -s '%S' %A <%F >/dev/null 2>&1
10
*******************************************************

Return to bug 94398