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 7421D7A110 for ; Tue, 30 Aug 2016 08:00:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2058F85EBB; Tue, 30 Aug 2016 08:00:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A485F85E8A for ; Tue, 30 Aug 2016 08:00:15 +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 cprEwfvJWJqW for ; Tue, 30 Aug 2016 08:00:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 14AD685E5B for ; Tue, 30 Aug 2016 08:00:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F960FBC3; Tue, 30 Aug 2016 08:00:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147254401511750" MIME-Version: 1.0 Date: Tue, 30 Aug 2016 08:00:15 +0000 From: "Richard PALO" Subject: CVS commit: pkgsrc/x11/qt4-libs To: pkgsrc-changes@NetBSD.org Reply-To: richard@netbsd.org X-Mailer: log_accum Message-Id: <20160830080015.0F960FBC3@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. --_----------=_147254401511750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: richard Date: Tue Aug 30 08:00:14 UTC 2016 Modified Files: pkgsrc/x11/qt4-libs: options.mk Log Message: revert hasty cups15->cups options.mk change To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/qt4-libs/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147254401511750 Content-Disposition: inline Content-Length: 750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt4-libs/options.mk diff -u pkgsrc/x11/qt4-libs/options.mk:1.7 pkgsrc/x11/qt4-libs/options.mk:1.8 --- pkgsrc/x11/qt4-libs/options.mk:1.7 Tue Aug 30 07:58:27 2016 +++ pkgsrc/x11/qt4-libs/options.mk Tue Aug 30 08:00:14 2016 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2016/08/30 07:58:27 richard Exp $ +# $NetBSD: options.mk,v 1.8 2016/08/30 08:00:14 richard Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qt4 PKG_SUPPORTED_OPTIONS= cups debug gtk2 @@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS= cups debug gtk2 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mcups) -. include "../../print/cups/buildlink3.mk" +. include "../../print/cups15/buildlink3.mk" CONFIGURE_ARGS+= -cups .else CONFIGURE_ARGS+= -no-cups --_----------=_147254401511750--