mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stagify
- Remove NO_PACKAGE, not useful with pkg(8) anymore [1] - Apply patch for 8+ unconditionally - Fix typo in pkg-message.in - Remove pkg-plist entry now handled by kmod.mk - Mark broken on 10+ wrkdirs/usr/ports/audio/aureal-kmod/work/au88x0.c:330:3: error: member reference base type 'void' is not a structure or union snd_mtxlock(au->lock); ^~~~~~~~~~~~~~~~~~~~~ [...] /wrkdirs/usr/ports/audio/aureal-kmod/work/au88x0.c:342:3: error: member reference base type 'void' is not a structure or union snd_mtxunlock(au->lock); ^~~~~~~~~~~~~~~~~~~~~~~ [...] 2 errors generated. Approved by: portmgr (infrastructure blanket)
This commit is contained in:
parent
0253032ea5
commit
3171cba400
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340946
@ -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>
|
||||
|
@ -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.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
@ -2,4 +2,3 @@
|
||||
/%%KMODDIR%%/snd_au8810.ko
|
||||
/%%KMODDIR%%/snd_au8820.ko
|
||||
/%%KMODDIR%%/snd_au8830.ko
|
||||
@dirrmtry modules
|
||||
|
Loading…
Reference in New Issue
Block a user