diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-28 23:42:14 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-28 23:42:14 +0000 |
commit | 3e902b7b481a8c5dfdf1c3fe9793b59f5a2f08db (patch) | |
tree | fbdbedbd5b273fc23bf984715f04ed6729028867 /audio/xmradio | |
parent | 903a91163e7488ba79bd00b9db28606761f72c60 (diff) | |
download | freebsd-ports-3e902b7b481a8c5dfdf1c3fe9793b59f5a2f08db.zip |
- bktr(4) seems to be available on all 5.x architectures, so remove
ONLY_FOR_ARCHS.
- Fix location of bktr headers on 5.x
- Fix WWW
PR: 74486
Diffstat (limited to 'audio/xmradio')
-rw-r--r-- | audio/xmradio/Makefile | 8 | ||||
-rw-r--r-- | audio/xmradio/pkg-descr | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index e6d19a278b9b..a3e7d8283c16 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -20,6 +20,7 @@ COMMENT= Motif based FM tuner (for use with bt848 driver) USE_IMAKE= yes USE_XPM= yes USE_MOTIF= yes +USE_REINPLACE=YES PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio @@ -27,10 +28,13 @@ PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio .if ${OSVERSION} < 500000 ONLY_FOR_ARCHS= i386 -.else -ONLY_FOR_ARCHS= alpha i386 ia64 .endif +.if ${OSVERSION} > 503000 +post-patch: + ${REINPLACE_CMD} -e "s,machine/ioctl_bt848.h,dev/bktr/ioctl_bt848.h," \ + ${WRKSRC}/radio.c +.endif # #post-install: # ${STRIP_CMD} ${PREFIX}/bin/xmradio diff --git a/audio/xmradio/pkg-descr b/audio/xmradio/pkg-descr index f3de87232b17..fed22e55a69f 100644 --- a/audio/xmradio/pkg-descr +++ b/audio/xmradio/pkg-descr @@ -1,7 +1,4 @@ This is a simple radio application for FM tuners built into some TV cards, such as the Hauppauge Win/TV. -WWW: http://core.de/~coto/xmradio.html - -- Tom -runge@rostock.zgdv.de +WWW: http://core.de/~coto/projects/xmradio/ |