mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Move pkg-message to files to automatically replace %%PREFIX%%.
Patch config.sh to default to FreeBSD ioctl method instead of Linux ioctl method. Submitted by: edwin PR: 94398
This commit is contained in:
parent
346bd9c88d
commit
2bc3b51be6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157129
@ -22,6 +22,8 @@ USE_REINPLACE= yes
|
|||||||
USE_MOTIF= yes
|
USE_MOTIF= yes
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH}
|
PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH}
|
||||||
|
SUB_FILES= pkg-message
|
||||||
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
|
|
||||||
MAN1= cda.1 xmcd.1
|
MAN1= cda.1 xmcd.1
|
||||||
MANCOMPRESSED= no
|
MANCOMPRESSED= no
|
||||||
|
11
audio/xmcd/files/patch-ai
Normal file
11
audio/xmcd/files/patch-ai
Normal file
@ -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 :
|
@ -1,7 +1,7 @@
|
|||||||
*******************************************************
|
*******************************************************
|
||||||
You will need to run the configuration script for xmcd
|
You will need to run the configuration script for xmcd
|
||||||
to accurately recognize your cd-rom. The configure
|
to accurately recognize your cd-rom. The configure
|
||||||
script is: ${PREFIX}/lib/X11/xmcd/config/config.sh
|
script is: %%PREFIX%%/lib/X11/xmcd/config/config.sh
|
||||||
|
|
||||||
If you would like to submit data to CDDB you will need
|
If you would like to submit data to CDDB you will need
|
||||||
to install mail/mailx or add something similar to
|
to install mail/mailx or add something similar to
|
Loading…
Reference in New Issue
Block a user