pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

codelite: add comments for patches to pass pkglint. update Makefile RCSID to the latest from pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Andrius Varanavicius <vezhlys%netscape.net@localhost>
Pushed By:	vezhlys
Date:		Sun Oct 16 21:29:43 2022 +0300
Changeset:	01e0088bab1dc1a7f3c0468b12c34a95d301d652

Modified Files:
	codelite/Makefile
	codelite/distinfo
	codelite/patches/patch-CodeLite_tags_storage_sqlite3.h
	codelite/patches/patch-LanguageServer_LanguageServerLogView.h
	codelite/patches/patch-Plugin_DiffSideBySidePanel.h
	codelite/patches/patch-ctagsd_CMakeLists.txt
	codelite/patches/patch-sdk_asio-1.12.1_asio_detail_impl_kqueue__reactor.ipp

Log Message:
codelite: add comments for patches to pass pkglint.
update Makefile RCSID to the latest from pkgsrc.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=01e0088bab1dc1a7f3c0468b12c34a95d301d652

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 codelite/Makefile                                             |  2 +-
 codelite/distinfo                                             | 10 +++++-----
 codelite/patches/patch-CodeLite_tags_storage_sqlite3.h        |  2 ++
 codelite/patches/patch-LanguageServer_LanguageServerLogView.h |  2 ++
 codelite/patches/patch-Plugin_DiffSideBySidePanel.h           |  2 ++
 codelite/patches/patch-ctagsd_CMakeLists.txt                  | 11 +++++------
 ...patch-sdk_asio-1.12.1_asio_detail_impl_kqueue__reactor.ipp |  2 ++
 7 files changed, 19 insertions(+), 12 deletions(-)

diffs:
diff --git a/codelite/Makefile b/codelite/Makefile
index 0da8b0b5a8..142c9dc31b 100644
--- a/codelite/Makefile
+++ b/codelite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2022/04/18 19:10:56 adam Exp $
+# $NetBSD: Makefile,v 1.45 2022/08/11 05:08:15 gutteridge Exp $
 
 DISTNAME=	codelite-16.0
 GITHUB_TAG=	16.0.0-1
diff --git a/codelite/distinfo b/codelite/distinfo
index 4f4e98f15f..370bf39a31 100644
--- a/codelite/distinfo
+++ b/codelite/distinfo
@@ -3,11 +3,11 @@ $NetBSD: distinfo,v 1.11 2021/10/26 10:21:25 nia Exp $
 BLAKE2s (codelite-16.0.tar.gz) = 9f1d0335b0d7571e2aa2add64996a70141571ab8ae67fd360f3db9bfa9f6a3cf
 SHA512 (codelite-16.0.tar.gz) = 4965207a11869bb5f5ec33538bdc2a7312f8d444c615cf7e5a653a26abe2e823bd35a07d1bce73812935025e9a2dc3d6b970e02c7eb2da75f3a22c14d7670af7
 Size (codelite-16.0.tar.gz) = 89755705 bytes
-SHA1 (patch-CodeLite_tags_storage_sqlite3.h) = 7c00f06f7472e056ec8745ac8f72c3c8a1d6baf3
-SHA1 (patch-LanguageServer_LanguageServerLogView.h) = 6b6d64b444c7aff59558ed37a76c77edf41ef505
-SHA1 (patch-Plugin_DiffSideBySidePanel.h) = c9f5842c073ce802dc511a6007f63e0c44bfebfa
-SHA1 (patch-ctagsd_CMakeLists.txt) = f80c55528cdd789929d79a90f6ecb23845e99108
-SHA1 (patch-sdk_asio-1.12.1_asio_detail_impl_kqueue__reactor.ipp) = bdbcf78c6198da9ceb123373fd6b99419ae94896
+SHA1 (patch-CodeLite_tags_storage_sqlite3.h) = 5de0ea959cbdcec260f4d7e8ad55a59ec65b83aa
+SHA1 (patch-LanguageServer_LanguageServerLogView.h) = e098709cd6e6cf76a5416b1b8e93f60a6b636bd6
+SHA1 (patch-Plugin_DiffSideBySidePanel.h) = bfc07ea848244a2d2295f10816da4f37edc1e2e4
+SHA1 (patch-ctagsd_CMakeLists.txt) = 2f86721027013407fd662b4f5b3df3f47ad5c5c7
+SHA1 (patch-sdk_asio-1.12.1_asio_detail_impl_kqueue__reactor.ipp) = 20b605046b94de06a8491a282ec8788bea7a50c7
 SHA1 (patch-svgs_svgs-dark_create-logo.sh) = d794ca7bb16a248a7aead3ca30e6c9f16073e1a3
 SHA1 (patch-svgs_svgs-light_create-logo.sh) = 4b0d06911baf89636311cc10e7042f3a2b4f22b3
 SHA1 (patch-wxcrafter_myxh__propgrid.cpp) = 2cdf5abea02aabb187098fb08d5f9ceb1d4148f1
diff --git a/codelite/patches/patch-CodeLite_tags_storage_sqlite3.h b/codelite/patches/patch-CodeLite_tags_storage_sqlite3.h
index 11732a8994..2fc8cefe53 100644
--- a/codelite/patches/patch-CodeLite_tags_storage_sqlite3.h
+++ b/codelite/patches/patch-CodeLite_tags_storage_sqlite3.h
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Reorder <wx/filename.h> to fix the build in NetBSD.
+
 --- CodeLite/tags_storage_sqlite3.h	2022-05-03 22:38:34.770034020 +0300
 +++ CodeLite/tags_storage_sqlite3.h
 @@ -25,6 +25,8 @@
diff --git a/codelite/patches/patch-LanguageServer_LanguageServerLogView.h b/codelite/patches/patch-LanguageServer_LanguageServerLogView.h
index b4108035d0..0ac60be6ef 100644
--- a/codelite/patches/patch-LanguageServer_LanguageServerLogView.h
+++ b/codelite/patches/patch-LanguageServer_LanguageServerLogView.h
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Reorder <wx/menu.h> to fix build in NetBSD.
+
 --- LanguageServer/LanguageServerLogView.h	2022-05-02 22:26:31.620093956 +0300
 +++ LanguageServer/LanguageServerLogView.h
 @@ -1,5 +1,6 @@
diff --git a/codelite/patches/patch-Plugin_DiffSideBySidePanel.h b/codelite/patches/patch-Plugin_DiffSideBySidePanel.h
index 1634ce34e8..31155c0a09 100644
--- a/codelite/patches/patch-Plugin_DiffSideBySidePanel.h
+++ b/codelite/patches/patch-Plugin_DiffSideBySidePanel.h
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Reorder <wx/filename.h> to fix build in NetBSD.
+
 --- Plugin/DiffSideBySidePanel.h.orig	2022-04-18 08:09:00.000000000 +0300
 +++ Plugin/DiffSideBySidePanel.h
 @@ -26,13 +26,15 @@
diff --git a/codelite/patches/patch-ctagsd_CMakeLists.txt b/codelite/patches/patch-ctagsd_CMakeLists.txt
index 7ce52ee97c..0fe39ca48d 100644
--- a/codelite/patches/patch-ctagsd_CMakeLists.txt
+++ b/codelite/patches/patch-ctagsd_CMakeLists.txt
@@ -1,17 +1,16 @@
 $NetBSD$
 
+Portability patch, not all systems have libdl.
+
 --- ctagsd/CMakeLists.txt.orig
 +++ ctagsd/CMakeLists.txt	2022-10-15 19:55:44.830876033 +0300
-@@ -42,7 +42,11 @@ include_directories("${CL_SRC_ROOT}/Plug
+@@ -42,7 +42,8 @@ include_directories("${CL_SRC_ROOT}/Plug
  
  set(UTIL_LIB "")
  if(UNIX)
 -    set(UTIL_LIB "-lutil -ldl")
-+    if(CMAKE_DL_LIBS)
-+        set(UTIL_LIB "-lutil ${CMAKE_DL_LIBS}")
-+    else()
-+        set(UTIL_LIB "-lutil")
-+    endif() 
++    set(UTIL_LIB "-lutil")
++    list(APPEND UTIL_LIB ${CMAKE_DL_LIBS})
  endif(UNIX)
  
  FILE(GLOB LIBSRC "lib/*.cpp")
diff --git a/codelite/patches/patch-sdk_asio-1.12.1_asio_detail_impl_kqueue__reactor.ipp b/codelite/patches/patch-sdk_asio-1.12.1_asio_detail_impl_kqueue__reactor.ipp
index 8ec77a91d9..bdee3a46af 100644
--- a/codelite/patches/patch-sdk_asio-1.12.1_asio_detail_impl_kqueue__reactor.ipp
+++ b/codelite/patches/patch-sdk_asio-1.12.1_asio_detail_impl_kqueue__reactor.ipp
@@ -1,5 +1,7 @@
 $NetBSD: patch-sdk_asio-1.12.1_asio_detail_impl_kqueue__reactor.ipp,v 1.1 2020/03/26 21:53:07 joerg Exp $
 
+Deal with kqueue changes in NetBSD.
+
 --- sdk/asio-1.12.1/asio/detail/impl/kqueue_reactor.ipp.orig	2020-03-26 12:10:17.919075389 +0000
 +++ sdk/asio-1.12.1/asio/detail/impl/kqueue_reactor.ipp
 @@ -28,6 +28,10 @@


Home | Main Index | Thread Index | Old Index