Received: by mail.netbsd.org (Postfix, from userid 605) id 952FF84DB7; Wed, 30 Oct 2019 13:09:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D44384D86 for ; Wed, 30 Oct 2019 13:09:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HEb0eEEz77d6 for ; Wed, 30 Oct 2019 13:09:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9815484CDC for ; Wed, 30 Oct 2019 13:09:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91BD0FA8E; Wed, 30 Oct 2019 13:09:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572440978218770" MIME-Version: 1.0 Date: Wed, 30 Oct 2019 13:09:38 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/misc/vym To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20191030130938.91BD0FA8E@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. --_----------=_1572440978218770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Wed Oct 30 13:09:38 UTC 2019 Modified Files: pkgsrc/misc/vym: distinfo Added Files: pkgsrc/misc/vym/patches: patch-main.cpp Log Message: vym: Restore forgotten patch To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/vym/distinfo cvs rdiff -u -r0 -r1.3 pkgsrc/misc/vym/patches/patch-main.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572440978218770 Content-Disposition: inline Content-Length: 1529 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/vym/distinfo diff -u pkgsrc/misc/vym/distinfo:1.8 pkgsrc/misc/vym/distinfo:1.9 --- pkgsrc/misc/vym/distinfo:1.8 Wed Oct 30 13:05:16 2019 +++ pkgsrc/misc/vym/distinfo Wed Oct 30 13:09:38 2019 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2019/10/30 13:05:16 kamil Exp $ +$NetBSD: distinfo,v 1.9 2019/10/30 13:09:38 kamil Exp $ SHA1 (vym-2.7.1.tar.bz2) = 29dc9898e374b662806593d0a9d0e0b08e6997c2 RMD160 (vym-2.7.1.tar.bz2) = fa3aba859cfdebd884aead017f116b180481e311 SHA512 (vym-2.7.1.tar.bz2) = 985dbf18f743c36b484050ae24e4392eeae701c6c72fca6bd3dc5b70b38a283211946e279804c66253b5a394a642683ca4e3a66a7288400a9193fbcbfd8c9582 Size (vym-2.7.1.tar.bz2) = 6718924 bytes +SHA1 (patch-main.cpp) = 0292150eccc272431ff9dc0858bd3f0ce9532b8d Added files: Index: pkgsrc/misc/vym/patches/patch-main.cpp diff -u /dev/null pkgsrc/misc/vym/patches/patch-main.cpp:1.3 --- /dev/null Wed Oct 30 13:09:38 2019 +++ pkgsrc/misc/vym/patches/patch-main.cpp Wed Oct 30 13:09:38 2019 @@ -0,0 +1,13 @@ +$NetBSD: patch-main.cpp,v 1.3 2019/10/30 13:09:38 kamil Exp $ + +--- main.cpp.orig 2019-05-14 13:33:32.620701292 +0000 ++++ main.cpp +@@ -319,7 +319,7 @@ int main(int argc, char* argv[]) + vymInstallDir.setPath(basePath); + vymBaseDir.setPath(basePath); + #else +- vymBaseDir.setPath ("/usr/share/vym"); ++ vymBaseDir.setPath ("@PREFIX@/share/vym"); + if (!vymBaseDir.exists()) + { + vymBaseDir.setPath ("/usr/local/share/vym"); --_----------=_1572440978218770--