Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2012 17:07:05 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308543 - head/audio/linux-f10-alsa-lib
Message-ID:  <201212091707.qB9H75eq088973@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Sun Dec  9 17:07:05 2012
New Revision: 308543
URL: http://svnweb.freebsd.org/changeset/ports/308543

Log:
  . back out configuration changes of r308098,           [1]
    those changes did more harm than fixed problems;
  . bump PORTREVISION;
  . fix header line order.
  
  Sorry for the mess.
  
  Pointed out by:	Juergen Lock <nox@jelal.kn-bremen.de>
  Requested by:	itetcu@

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  9 16:57:24 2012	(r308542)
+++ head/audio/linux-f10-alsa-lib/Makefile	Sun Dec  9 17:07:05 2012	(r308543)
@@ -1,9 +1,9 @@
-# $FreeBSD$
 # Created by: Boris Samorodov <bsam@FreeBSD.org>
+# $FreeBSD$
 
 PORTNAME=	alsa-lib
 PORTVERSION=	1.0.21
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio linux
 MASTER_SITES=	CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
 PKGNAMEPREFIX=	linux-f10-
@@ -21,11 +21,4 @@ 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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212091707.qB9H75eq088973>