From owner-svn-ports-head@FreeBSD.ORG Sun Dec 2 11:28:41 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39992C63; Sun, 2 Dec 2012 11:28:41 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 02BBE8FC13; Sun, 2 Dec 2012 11:28:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB2BSe8f054252; Sun, 2 Dec 2012 11:28:40 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB2BSesC054251; Sun, 2 Dec 2012 11:28:40 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201212021128.qB2BSesC054251@svn.freebsd.org> From: Boris Samorodov Date: Sun, 2 Dec 2012 11:28:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308098 - head/audio/linux-f10-alsa-lib 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.14 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: Sun, 02 Dec 2012 11:28:41 -0000 Author: bsam Date: Sun Dec 2 11:28:40 2012 New Revision: 308098 URL: http://svnweb.freebsd.org/changeset/ports/308098 Log: . create a link from native asound configuration file at LINUXBASE/etc; [1] . bump PORTREVISION; . trim headers to two line style; . remove the article from COMMENT. PR: ports/169896 [1] Submitted by: Jan Beich [1] Feature safe: yes Modified: head/audio/linux-f10-alsa-lib/Makefile Modified: head/audio/linux-f10-alsa-lib/Makefile ============================================================================== --- head/audio/linux-f10-alsa-lib/Makefile Sun Dec 2 10:58:49 2012 (r308097) +++ head/audio/linux-f10-alsa-lib/Makefile Sun Dec 2 11:28:40 2012 (r308098) @@ -1,20 +1,16 @@ -# New ports collection makefile for: audio/linux-f10-alsa-lib -# Date created: 2009-05-03 -# Whom: bsam -# # $FreeBSD$ -# +# Created by: Boris Samorodov PORTNAME= alsa-lib PORTVERSION= 1.0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org -COMMENT= The Advanced Linux Sound Architecture libraries (Linux Fedora 10) +COMMENT= Advanced Linux Sound Architecture libraries (Linux Fedora 10) CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* @@ -25,4 +21,11 @@ RPMVERSION= 2.fc10 BRANDELF_FILES= usr/bin/aserver USE_LDCONFIG= yes +# We will use some other configuration file, so delete a linux one +post-extract: + @${RM} -r ${WRKSRC}/etc + +post-install: + @${LN} -s ${LOCALBASE}/etc/asound.conf ${PREFIX}/etc/asound.conf + .include