svn commit: r308543 - head/audio/linux-f10-alsa-lib

Boris Samorodov bsam at FreeBSD.org
Sun Dec 9 17:07:06 UTC 2012


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 at 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 at 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>


More information about the svn-ports-head mailing list