svn commit: r348484 - head/audio/alsa-utils
Steve Wills
swills at FreeBSD.org
Mon Mar 17 15:50:49 UTC 2014
Author: swills
Date: Mon Mar 17 15:50:48 2014
New Revision: 348484
URL: http://svnweb.freebsd.org/changeset/ports/348484
QAT: https://qat.redports.org/buildarchive/r348484/
Log:
- Fix package build
- Deprecate USE_BZIP
PR: ports/187634
Submitted by: Johannes Jost Meixner <xmj at chaot.net>
Approved by: Aragon Gouveia <aragon at phat.za.net> (maintainer)
Modified:
head/audio/alsa-utils/Makefile
head/audio/alsa-utils/pkg-plist
Modified: head/audio/alsa-utils/Makefile
==============================================================================
--- head/audio/alsa-utils/Makefile Mon Mar 17 15:50:33 2014 (r348483)
+++ head/audio/alsa-utils/Makefile Mon Mar 17 15:50:48 2014 (r348484)
@@ -3,6 +3,7 @@
PORTNAME= alsa-utils
PORTVERSION= 1.0.27.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ALSA/utils \
GENTOO/distfiles
@@ -13,12 +14,12 @@ COMMENT= ALSA compatibility utils
LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins
-USE_BZIP2= yes
-USES= gmake
+USES= gmake tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-udev-rules-dir="\$${prefix}/lib/udev"
CFLAGS+= -I${LOCALBASE}/include
+OPTIONS_SUB= yes
OPTIONS_DEFINE= XMLTO NLS
OPTIONS_DEFAULT=XMLTO
XMLTO_DESC= Generate alsactl_init(7) man page using xmlto(1)
Modified: head/audio/alsa-utils/pkg-plist
==============================================================================
--- head/audio/alsa-utils/pkg-plist Mon Mar 17 15:50:33 2014 (r348483)
+++ head/audio/alsa-utils/pkg-plist Mon Mar 17 15:50:48 2014 (r348484)
@@ -29,7 +29,7 @@ man/man1/aseqdump.1.gz
man/man1/aseqnet.1.gz
man/man1/iecset.1.gz
man/man1/speaker-test.1.gz
-man/man7/alsactl_init.7.gz
+%%XMLTO%%man/man7/alsactl_init.7.gz
man/man8/alsaconf.8.gz
sbin/alsaconf
sbin/alsactl
More information about the svn-ports-all
mailing list