svn commit: r434307 - branches/2017Q1/audio/alsa-utils

Jan Beich jbeich at FreeBSD.org
Fri Feb 17 17:23:12 UTC 2017


Author: jbeich
Date: Fri Feb 17 17:23:11 2017
New Revision: 434307
URL: https://svnweb.freebsd.org/changeset/ports/434307

Log:
  MFH: r433954
  
  audio/alsa-utils: switch to a light xmlto replacement
  
  Submitted by:	bapt (based on)
  Differential Revision:	https://reviews.freebsd.org/D9556
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2017Q1/audio/alsa-utils/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/audio/alsa-utils/Makefile
==============================================================================
--- branches/2017Q1/audio/alsa-utils/Makefile	Fri Feb 17 17:20:14 2017	(r434306)
+++ branches/2017Q1/audio/alsa-utils/Makefile	Fri Feb 17 17:23:11 2017	(r434307)
@@ -30,7 +30,8 @@ BAT_DESC=	Basic Audio Tester support
 BAT_LIB_DEPENDS=libfftw3.so:math/fftw3
 BAT_CONFIGURE_ENABLE=bat
 
-MANPAGES_BUILD_DEPENDS=	xmlto:textproc/xmlto
+MANPAGES_BUILD_DEPENDS=	minixmlto:textproc/minixmlto
+MANPAGES_CONFIGURE_ENV=	ac_cv_prog_xmlto=minixmlto
 MANPAGES_CONFIGURE_ENABLE=xmlto
 
 NLS_USES=	gettext
@@ -42,7 +43,10 @@ SAMPLERATE_CONFIGURE_ENV_OFF=ac_cv_heade
 
 post-patch:	.SILENT
 	${REINPLACE_CMD} -e '/LIBS/s/-ldl//g; /LIBRT/s/-lrt//g;' \
+		-e '/x"$$xmlto"/s/= xyes/!= xno/' \
 		${WRKSRC}/configure
+	${REINPLACE_CMD} -e 's/	xmlto/	$$(xmlto)/' \
+		${WRKSRC}/alsactl/Makefile.in
 	${FIND} -E ${WRKSRC} -type f -regex \
 		'.*\.([[:digit:]]|spec\.in|csv|xml)' -exec \
 		${REINPLACE_CMD} -i .pathfix.bak \


More information about the svn-ports-all mailing list