Received: by mail.netbsd.org (Postfix, from userid 605) id 8429E84D95; Tue, 6 Nov 2018 09:41:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 95E4F84CD1 for ; Tue, 6 Nov 2018 09:41:31 +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 c7ahfcV5RTWo for ; Tue, 6 Nov 2018 09:41:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 00B4484C82 for ; Tue, 6 Nov 2018 09:41:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE774FB1E; Tue, 6 Nov 2018 09:41:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1541497290264100" MIME-Version: 1.0 Date: Tue, 6 Nov 2018 09:41:30 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/misc/attica To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20181106094130.EE774FB1E@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1541497290264100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Tue Nov 6 09:41:30 UTC 2018 Modified Files: pkgsrc/misc/attica: Makefile Log Message: attica: be explicit in building qt4 version To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/attica/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1541497290264100 Content-Disposition: inline Content-Length: 628 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/attica/Makefile diff -u pkgsrc/misc/attica/Makefile:1.31 pkgsrc/misc/attica/Makefile:1.32 --- pkgsrc/misc/attica/Makefile:1.31 Mon Mar 12 11:15:39 2018 +++ pkgsrc/misc/attica/Makefile Tue Nov 6 09:41:30 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2018/03/12 11:15:39 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/11/06 09:41:30 markd Exp $ DISTNAME= attica-0.4.2 PKGREVISION= 4 @@ -17,6 +17,7 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_CMAKE= yes CMAKE_ARG_PATH= .. +CMAKE_ARGS+= -DQT4_BUILD=YES CONFIGURE_DIRS= _build PKGCONFIG_OVERRIDE+= lib/cmake/libattica.pc.cmake --_----------=_1541497290264100--