svn commit: r340946 - in head/audio/aureal-kmod: . files

Rene Ladan rene at FreeBSD.org
Fri Jan 24 23:31:08 UTC 2014


Author: rene
Date: Fri Jan 24 23:31:07 2014
New Revision: 340946
URL: http://svnweb.freebsd.org/changeset/ports/340946
QAT: https://qat.redports.org/buildarchive/r340946/

Log:
  - 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)

Modified:
  head/audio/aureal-kmod/Makefile
  head/audio/aureal-kmod/files/pkg-message.in
  head/audio/aureal-kmod/pkg-plist

Modified: head/audio/aureal-kmod/Makefile
==============================================================================
--- head/audio/aureal-kmod/Makefile	Fri Jan 24 23:24:53 2014	(r340945)
+++ head/audio/aureal-kmod/Makefile	Fri Jan 24 23:31:07 2014	(r340946)
@@ -13,15 +13,12 @@ DISTNAME=	au88x0-${PORTVERSION}_4
 MAINTAINER=	c.kworr at 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>

Modified: head/audio/aureal-kmod/files/pkg-message.in
==============================================================================
--- head/audio/aureal-kmod/files/pkg-message.in	Fri Jan 24 23:24:53 2014	(r340945)
+++ head/audio/aureal-kmod/files/pkg-message.in	Fri Jan 24 23:31:07 2014	(r340946)
@@ -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.
 
 -------------------------------------------------------------------------------

Modified: head/audio/aureal-kmod/pkg-plist
==============================================================================
--- head/audio/aureal-kmod/pkg-plist	Fri Jan 24 23:24:53 2014	(r340945)
+++ head/audio/aureal-kmod/pkg-plist	Fri Jan 24 23:31:07 2014	(r340946)
@@ -2,4 +2,3 @@
 /%%KMODDIR%%/snd_au8810.ko
 /%%KMODDIR%%/snd_au8820.ko
 /%%KMODDIR%%/snd_au8830.ko
- at dirrmtry modules


More information about the svn-ports-all mailing list