Received: by mail.netbsd.org (Postfix, from userid 605) id D505884E85; Wed, 22 Jun 2022 15:44:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 19EFF84CE3 for ; Wed, 22 Jun 2022 15:44:01 +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 Yx_JX2XmvSbg for ; Wed, 22 Jun 2022 15:44:00 +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 6886A84C2C for ; Wed, 22 Jun 2022 15:44:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5612BFB1A; Wed, 22 Jun 2022 15:45:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1655912759126120" MIME-Version: 1.0 Date: Wed, 22 Jun 2022 15:45:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/owncloudclient To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220622154559.5612BFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1655912759126120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jun 22 15:45:59 UTC 2022 Modified Files: pkgsrc/net/owncloudclient: Makefile Log Message: owncloudclient: mark as BROKEN, needs update for qt5 changes To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/owncloudclient/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1655912759126120 Content-Disposition: inline Content-Length: 714 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/owncloudclient/Makefile diff -u pkgsrc/net/owncloudclient/Makefile:1.35 pkgsrc/net/owncloudclient/Makefile:1.36 --- pkgsrc/net/owncloudclient/Makefile:1.35 Mon Apr 18 19:11:53 2022 +++ pkgsrc/net/owncloudclient/Makefile Wed Jun 22 15:45:59 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2022/04/18 19:11:53 adam Exp $ +# $NetBSD: Makefile,v 1.36 2022/06/22 15:45:59 wiz Exp $ DISTNAME= ownCloud-2.7.6.3261 PKGNAME= ${DISTNAME:S/ownCloud/owncloudclient/1} @@ -12,6 +12,8 @@ HOMEPAGE= https://owncloud.com/ COMMENT= Synchronization program for ownCloud LICENSE= gnu-gpl-v2 +BROKEN= "Needs to be updated, for qt5 compatibility" + USE_CMAKE= yes USE_LANGUAGES= c c++ --_----------=_1655912759126120--