From owner-svn-ports-head@freebsd.org Sun Feb 12 17:19:31 2017 Return-Path: Delivered-To: svn-ports-head@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 0FBE0CDC280; Sun, 12 Feb 2017 17:19:31 +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 C5DC0191C; Sun, 12 Feb 2017 17:19:30 +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 v1CHJT61063240; Sun, 12 Feb 2017 17:19:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CHJTrS063239; Sun, 12 Feb 2017 17:19:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702121719.v1CHJTrS063239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 12 Feb 2017 17:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433954 - head/audio/alsa-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2017 17:19:31 -0000 Author: jbeich Date: Sun Feb 12 17:19:29 2017 New Revision: 433954 URL: https://svnweb.freebsd.org/changeset/ports/433954 Log: audio/alsa-utils: switch to a light xmlto replacement Submitted by: bapt (based on) MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D9556 Modified: head/audio/alsa-utils/Makefile (contents, props changed) Modified: head/audio/alsa-utils/Makefile ============================================================================== --- head/audio/alsa-utils/Makefile Sun Feb 12 17:00:38 2017 (r433953) +++ head/audio/alsa-utils/Makefile Sun Feb 12 17:19:29 2017 (r433954) @@ -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 \