From owner-svn-ports-all@freebsd.org Fri Feb 17 17:23:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 633A9CE3E33; Fri, 17 Feb 2017 17:23:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CC8A1A94; Fri, 17 Feb 2017 17:23:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1HHNBMI021787; Fri, 17 Feb 2017 17:23:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1HHNBbN021786; Fri, 17 Feb 2017 17:23:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702171723.v1HHNBbN021786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Feb 2017 17:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434307 - branches/2017Q1/audio/alsa-utils X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 17:23:12 -0000 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 \