pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/54412 (Patch for codelite 13.0)
Hi,
I added description to patches (attached the patch) but I am not sure
how to change share/man to man. Is there any example on how I can
change it?
Regards,
Andrius V
On Tue, Aug 27, 2019 at 3:10 PM Thomas Klausner <wiz%netbsd.org@localhost> wrote:
>
> The following reply was made to PR pkg/54412; it has been noted by GNATS.
>
> From: Thomas Klausner <wiz%NetBSD.org@localhost>
> To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
> Cc:
> Subject: Re: pkg/54412 (Patch for codelite 13.0)
> Date: Tue, 27 Aug 2019 14:08:34 +0200
>
> Thanks! I've removed the files.
>
> pkglint has some warnings/errors about the package:
>
> WARN: PLIST:310: Man pages should be installed into man/, not share/man/.
> WARN: PLIST:311: Man pages should be installed into man/, not share/man/.
> WARN: PLIST:312: Man pages should be installed into man/, not share/man/.
> ERROR: patches/patch-codelite__terminal_TextView.cpp:3: Each patch must be documented.
> ERROR: patches/patch-sdk_codelite__indexer_network_np__connections__server.cpp:3: Each patch must be documented.
>
> Can you please take a look at fixing them?
>
> Thanks,
> Thomas
>
> On Tue, Aug 27, 2019 at 03:00:53PM +0300, Andrius V wrote:
> > Hi,
> >
> > Thanks for commit, I just want to note that some patches became
> > obsolete after update, however, you left them in the code. It doesn't
> > affect the build except warning messages that those files are ignored
> > during patching process. These files can be deleted:
> >
> > patch-CMakeLists.txt
> > patch-codelite__terminal_MainFrame.cpp
> > patch-codelite__terminal_unixprocess__impl.cpp
> > patch-sdk_wxsqlite3_configure
> >
> > On Sun, Aug 18, 2019 at 6:56 AM <maya%netbsd.org@localhost> wrote:
> > >
> > > Synopsis: Patch for codelite 13.0
> > >
> > > State-Changed-From-To: open->closed
> > > State-Changed-By: maya%NetBSD.org@localhost
> > > State-Changed-When: Sun, 18 Aug 2019 03:56:26 +0000
> > > State-Changed-Why:
> > > Applied, thanks for the patch!
> > > This package sure has a confusing set of dependencies. I could see it running cmake when I tried to launch it?? !!
> > > But it's not worse, so committed! :-)
> > >
> > >
> > >
> >
>
Index: editors/codelite/distinfo
==================================================================
--- editors/codelite/distinfo
+++ editors/codelite/distinfo
@@ -7,8 +7,8 @@
SHA1 (patch-CodeLite_CMakeLists.txt) = d0e30ce409746d166c3f050834116623f42e2b31
SHA1 (patch-CodeLite_unixprocess__impl.cpp) = ba497d2dd383f38c0405df45661ce2a29f38cdc3
SHA1 (patch-LiteEditor_CMakeLists.txt) = 1b55945779f62bc9e4d0a1ee4ab9ea6e5b44f199
SHA1 (patch-Plugin_CMakeLists.txt) = 29c4859a6092e6d025220df45199c90a93b6c862
SHA1 (patch-Plugin_wxterminal.cpp) = 4a86640b6fc532eab93d2f97934b672d87140b06
-SHA1 (patch-codelite__terminal_TextView.cpp) = 4d93659144ecf4780a09a039165d172bc4bc87a7
+SHA1 (patch-codelite__terminal_TextView.cpp) = 57e0eb55ef0f2cb27f44f0dd54e50cd14f6be1c3
SHA1 (patch-sdk_codelite__indexer_libctags_read.c) = 9c9e166dbf895bb746194547e9b0bea99db14926
-SHA1 (patch-sdk_codelite__indexer_network_np__connections__server.cpp) = 98f8cba3597035c79ebfb60ba5d69a27c02c74e4
+SHA1 (patch-sdk_codelite__indexer_network_np__connections__server.cpp) = 5906e4a1a295b260833ea9d499a3b42d5e8b04c3
Index: editors/codelite/patches/patch-codelite__terminal_TextView.cpp
==================================================================
--- editors/codelite/patches/patch-codelite__terminal_TextView.cpp
+++ editors/codelite/patches/patch-codelite__terminal_TextView.cpp
@@ -1,6 +1,8 @@
$NetBSD: patch-codelite__terminal_TextView.cpp,v 1.1 2019/08/18 03:48:44 maya Exp $
+
+Compilation fix for wx3.0 gtk+3 builds.
--- codelite_terminal/TextView.cpp.orig 2019-05-21 17:52:21.000000000 +0300
+++ codelite_terminal/TextView.cpp
@@ -12,7 +12,11 @@
m_ctrl->SetCaretStyle(wxSTC_CARETSTYLE_BLOCK);
Index: editors/codelite/patches/patch-sdk_codelite__indexer_network_np__connections__server.cpp
==================================================================
--- editors/codelite/patches/patch-sdk_codelite__indexer_network_np__connections__server.cpp
+++ editors/codelite/patches/patch-sdk_codelite__indexer_network_np__connections__server.cpp
@@ -1,6 +1,8 @@
$NetBSD: patch-sdk_codelite__indexer_network_np__connections__server.cpp,v 1.2 2019/08/18 03:48:44 maya Exp $
+
+Ensure right header for timeval is included.
--- sdk/codelite_indexer/network/np_connections_server.cpp.orig 2019-05-21 17:52:21.000000000 +0300
+++ sdk/codelite_indexer/network/np_connections_server.cpp
@@ -29,6 +29,7 @@
#ifndef __WXMSW__
Home |
Main Index |
Thread Index |
Old Index