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 1CD497A2FD for ; Sun, 20 Nov 2016 22:13:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C214B855F4; Sun, 20 Nov 2016 22:13:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5348B855EE for ; Sun, 20 Nov 2016 22:13:19 +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 Cb42He6zYSgr for ; Sun, 20 Nov 2016 22:13:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B6906855EC for ; Sun, 20 Nov 2016 22:13:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B46E7FBA6; Sun, 20 Nov 2016 22:13:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1479679998269250" MIME-Version: 1.0 Date: Sun, 20 Nov 2016 22:13:18 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/multimedia/fuppes To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20161120221318.B46E7FBA6@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. --_----------=_1479679998269250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sun Nov 20 22:13:18 UTC 2016 Modified Files: pkgsrc/multimedia/fuppes: Makefile Log Message: Since noone has cared about fixing this for the ImageMagick API changes, use the old version. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/multimedia/fuppes/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1479679998269250 Content-Disposition: inline Content-Length: 896 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/fuppes/Makefile diff -u pkgsrc/multimedia/fuppes/Makefile:1.60 pkgsrc/multimedia/fuppes/Makefile:1.61 --- pkgsrc/multimedia/fuppes/Makefile:1.60 Wed Aug 17 00:06:43 2016 +++ pkgsrc/multimedia/fuppes/Makefile Sun Nov 20 22:13:18 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2016/08/17 00:06:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.61 2016/11/20 22:13:18 joerg Exp $ DISTNAME= fuppes-0.660 PKGREVISION= 28 @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --enable-lame .include "../../audio/taglib/buildlink3.mk" .include "../../audio/twolame/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" -.include "../../graphics/ImageMagick/buildlink3.mk" +.include "../../graphics/ImageMagick6/buildlink3.mk" .include "../../graphics/exiv2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../graphics/simage/buildlink3.mk" --_----------=_1479679998269250--