Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B69967A106 for ; Sun, 10 Jul 2016 09:42:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 69CB385EEC; Sun, 10 Jul 2016 09:42:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EDB7685EEB for ; Sun, 10 Jul 2016 09:42:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oz-B3KqdEQLX for ; Sun, 10 Jul 2016 09:42:07 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 839E585DFE for ; Sun, 10 Jul 2016 09:42:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A118FBB5; Sun, 10 Jul 2016 09:42:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468143727107750" MIME-Version: 1.0 Date: Sun, 10 Jul 2016 09:42:07 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/audio/herrie To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160710094207.7A118FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1468143727107750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Jul 10 09:42:07 UTC 2016 Modified Files: pkgsrc/audio/herrie: Makefile options.mk Log Message: Fixed pkglint warnings. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/herrie/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/herrie/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468143727107750 Content-Disposition: inline Content-Length: 1435 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/herrie/Makefile diff -u pkgsrc/audio/herrie/Makefile:1.26 pkgsrc/audio/herrie/Makefile:1.27 --- pkgsrc/audio/herrie/Makefile:1.26 Wed Apr 20 12:10:26 2016 +++ pkgsrc/audio/herrie/Makefile Sun Jul 10 09:42:07 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2016/04/20 12:10:26 nros Exp $ +# $NetBSD: Makefile,v 1.27 2016/07/10 09:42:07 rillig Exp $ # DISTNAME= herrie-2.2 @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= verbose EGDIR= ${PREFIX}/share/examples/herrie CONF_FILES= ${EGDIR}/herrie.conf ${PKG_SYSCONFDIR}/herrie.conf -CONFIGURE_ENV+= CONFDIR=${PKG_SYSCONFDIR:Q} +CONFIGURE_ENV+= CONFDIR=${PKG_SYSCONFDIR} CONFIGURE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} CONFIGURE_ENV+= TRANSDIR=${PREFIX}/${PKGLOCALEDIR}/locale Index: pkgsrc/audio/herrie/options.mk diff -u pkgsrc/audio/herrie/options.mk:1.7 pkgsrc/audio/herrie/options.mk:1.8 --- pkgsrc/audio/herrie/options.mk:1.7 Fri Oct 31 22:48:02 2008 +++ pkgsrc/audio/herrie/options.mk Sun Jul 10 09:42:07 2016 @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.7 2008/10/31 22:48:02 bjs Exp $ +# $NetBSD: options.mk,v 1.8 2016/07/10 09:42:07 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.herrie PKG_SUPPORTED_OPTIONS= curl libao modplug libspiff sndfile \ vorbis wide-curses PKG_SUGGESTED_OPTIONS= curl -PKG_LEGACY_OPTS+= ncursesw:wide-curses +PKG_OPTIONS_LEGACY_OPTS+= ncursesw:wide-curses .include "../../mk/oss.buildlink3.mk" --_----------=_1468143727107750--