diff options
author | arved <arved@FreeBSD.org> | 2004-11-29 07:42:14 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-11-29 07:42:14 +0800 |
commit | c009ec54772399f65b9e26cef1a273fc6066490e (patch) | |
tree | dfb66077d78ebded225ee62df170b68e021ef6ae /audio | |
parent | 76f277777ca6fd3a938f154d473ef6a306cb5911 (diff) | |
download | freebsd-ports-gnome-c009ec54772399f65b9e26cef1a273fc6066490e.tar.gz freebsd-ports-gnome-c009ec54772399f65b9e26cef1a273fc6066490e.tar.zst freebsd-ports-gnome-c009ec54772399f65b9e26cef1a273fc6066490e.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')
-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/ |