summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-08-27 12:06:44 +0000
committerwiz <wiz@pkgsrc.org>2019-08-27 12:06:44 +0000
commit9848562ea3290fb8a7a2f87114e4948508acf996 (patch)
tree186ad0e31ea36e28050043118f9ab045ee25ca1a /editors
parentaf42f7573f56f661f546bf0c9b87036e544b2c17 (diff)
downloadpkgsrc-9848562ea3290fb8a7a2f87114e4948508acf996.tar.gz
codelite: remove patches that were obsoleted by recent update
Diffstat (limited to 'editors')
-rw-r--r--editors/codelite/patches/patch-CMakeLists.txt14
-rw-r--r--editors/codelite/patches/patch-codelite__terminal_MainFrame.cpp18
-rw-r--r--editors/codelite/patches/patch-codelite__terminal_unixprocess__impl.cpp17
-rw-r--r--editors/codelite/patches/patch-sdk_wxsqlite3_configure22
4 files changed, 0 insertions, 71 deletions
diff --git a/editors/codelite/patches/patch-CMakeLists.txt b/editors/codelite/patches/patch-CMakeLists.txt
deleted file mode 100644
index b333107a996..00000000000
--- a/editors/codelite/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2016/06/15 22:04:17 kamil Exp $
-
-Add NetBSD entry.
-
---- CMakeLists.txt.orig 2016-01-30 10:49:18.000000000 +0000
-+++ CMakeLists.txt
-@@ -59,6 +59,7 @@ endif()
-
- set( USE_CLANG 1 )
- set( IS_FREEBSD 0 )
-+set( IS_NETBSD 1 )
- set( BUILD_WXC 0 )
- set( CL_COPY_WX_LIBS 0 )
- set( WITH_SFTP 1 )
diff --git a/editors/codelite/patches/patch-codelite__terminal_MainFrame.cpp b/editors/codelite/patches/patch-codelite__terminal_MainFrame.cpp
deleted file mode 100644
index cd0fcfec11a..00000000000
--- a/editors/codelite/patches/patch-codelite__terminal_MainFrame.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-codelite__terminal_MainFrame.cpp,v 1.1 2016/06/15 22:04:17 kamil Exp $
-
-Add switch for NetBSD to not fall under "other OS".
-
---- codelite_terminal/MainFrame.cpp.orig 2016-01-30 10:49:18.000000000 +0000
-+++ codelite_terminal/MainFrame.cpp
-@@ -16,6 +16,11 @@
- #include <sys/ioctl.h>
- #include <termios.h>
- #include <libutil.h>
-+#elif defined(__NetBSD__)
-+#include <sys/types.h>
-+#include <sys/ioctl.h>
-+#include <termios.h>
-+#include <util.h>
- #elif defined(__WXGTK__)
- #include <pty.h>
- #else
diff --git a/editors/codelite/patches/patch-codelite__terminal_unixprocess__impl.cpp b/editors/codelite/patches/patch-codelite__terminal_unixprocess__impl.cpp
deleted file mode 100644
index 0a47107fa72..00000000000
--- a/editors/codelite/patches/patch-codelite__terminal_unixprocess__impl.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-codelite__terminal_unixprocess__impl.cpp,v 1.1 2016/06/15 22:04:17 kamil Exp $
-
-Add switch for NetBSD to not fall under "other OS".
-
---- codelite_terminal/unixprocess_impl.cpp.orig 2016-01-30 10:49:18.000000000 +0000
-+++ codelite_terminal/unixprocess_impl.cpp
-@@ -18,6 +18,10 @@
- # include <sys/ioctl.h>
- # include <termios.h>
- # include <libutil.h>
-+#elif defined(__NetBSD__)
-+# include <sys/ioctl.h>
-+# include <termios.h>
-+# include <util.h>
- #else
- # include <pty.h>
- # include <utmp.h>
diff --git a/editors/codelite/patches/patch-sdk_wxsqlite3_configure b/editors/codelite/patches/patch-sdk_wxsqlite3_configure
deleted file mode 100644
index 3a022b51c9e..00000000000
--- a/editors/codelite/patches/patch-sdk_wxsqlite3_configure
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-sdk_wxsqlite3_configure,v 1.1 2016/06/15 22:04:17 kamil Exp $
-
-Fix shell portability issue.
-
---- sdk/wxsqlite3/configure.orig 2016-01-30 10:49:18.000000000 +0000
-+++ sdk/wxsqlite3/configure
-@@ -5717,7 +5717,7 @@ echo "${ECHO_T}$bakefile_cv_gcc31" >&6
- SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
- fi
-
-- if test "x$GCC" == "xyes"; then
-+ if test "x$GCC" = "xyes"; then
- PIC_FLAG="-dynamic -fPIC"
- fi
- if test "x$XLCC" = "xyes"; then
-@@ -8045,6 +8045,3 @@ echo "$as_me: error:
- echo " Now, just run make."
- echo " ----------------------------------------------------------------"
- echo
--
--
--