Date: Fri, 17 Feb 2017 17:23:11 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434307 - branches/2017Q1/audio/alsa-utils Message-ID: <201702171723.v1HHNBbN021786@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702171723.v1HHNBbN021786>