diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-01-24 23:31:07 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-24 23:31:07 +0000 |
commit | 3171cba400cef74e70266dbb7101330a3d98d4ff (patch) | |
tree | c4e69d0b0beda2e09553569c0dfffd0fbc0563ac /audio | |
parent | 0253032ea5d085256223f839498a345eefc34901 (diff) | |
download | ports-3171cba400cef74e70266dbb7101330a3d98d4ff.tar.gz ports-3171cba400cef74e70266dbb7101330a3d98d4ff.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aureal-kmod/Makefile | 10 | ||||
-rw-r--r-- | audio/aureal-kmod/files/pkg-message.in | 2 | ||||
-rw-r--r-- | audio/aureal-kmod/pkg-plist | 1 |
3 files changed, 4 insertions, 9 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index 366414cf94e1..cfbd81068cb0 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -13,15 +13,12 @@ DISTNAME= au88x0-${PORTVERSION}_4 MAINTAINER= c.kworr@gmail.com COMMENT= Driver for Aureal Vortex based soundcards -NO_PACKAGE= should be in sync with the kernel to work correctly - ONLY_FOR_ARCHS= i386 STRAYFILES= au88x0.h au88x0.c asp10.o asp20.o asp30.o KMODDIR= ${PREFIX}/modules/au88x0 KMODDIR_REL= ${KMODDIR:S%${PREFIX}/%%} -NO_STAGE= yes USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message SUB_LIST= KMODDIR=${KMODDIR} @@ -35,8 +32,10 @@ USES= kmod .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 EXTRA_PATCHES+= ${PATCHDIR}/extra_800000_patch-au88x0.c + +.if ${OSVERSION} >= 1000000 +BROKEN= does not build .endif pre-everything:: @@ -56,7 +55,4 @@ pre-everything:: .endif .endfor -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> diff --git a/audio/aureal-kmod/files/pkg-message.in b/audio/aureal-kmod/files/pkg-message.in index b9bab54cd63d..b8f4e6e65c04 100644 --- a/audio/aureal-kmod/files/pkg-message.in +++ b/audio/aureal-kmod/files/pkg-message.in @@ -27,6 +27,6 @@ aureal_viakx133fix="YES" in your /etc/rc.conf. -Please note that you also need to have the 'sound.ko' moduld loaded already. +Please note that you also need to have the 'sound.ko' module loaded already. ------------------------------------------------------------------------------- diff --git a/audio/aureal-kmod/pkg-plist b/audio/aureal-kmod/pkg-plist index eb84e5e3a8d9..bc4c0eced1c2 100644 --- a/audio/aureal-kmod/pkg-plist +++ b/audio/aureal-kmod/pkg-plist @@ -2,4 +2,3 @@ /%%KMODDIR%%/snd_au8810.ko /%%KMODDIR%%/snd_au8820.ko /%%KMODDIR%%/snd_au8830.ko -@dirrmtry modules |