From owner-svn-ports-head@FreeBSD.ORG Fri Jan 24 23:31:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1499CA96; Fri, 24 Jan 2014 23:31:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E95841469; Fri, 24 Jan 2014 23:31:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0ONV7uF091225; Fri, 24 Jan 2014 23:31:07 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0ONV7QO091223; Fri, 24 Jan 2014 23:31:07 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401242331.s0ONV7QO091223@svn.freebsd.org> From: Rene Ladan Date: Fri, 24 Jan 2014 23:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340946 - in head/audio/aureal-kmod: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 23:31:08 -0000 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@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 -.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 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 -@dirrmtry modules