aboutsummaryrefslogtreecommitdiff
path: root/editors/cooledit
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-05-07 01:58:21 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-05-07 01:58:21 +0000
commit8d60f815013a70496e2222edc196e76b5ded4499 (patch)
treead4b9b1c6b40e97a2e4cded1e2934ac4eca42dda /editors/cooledit
parent86c94f6daf3afbda738b63d661f998375b9c8318 (diff)
downloadports-8d60f815013a70496e2222edc196e76b5ded4499.tar.gz
ports-8d60f815013a70496e2222edc196e76b5ded4499.zip
editors/cooledit: Update 3.17.25 -> 3.17.26
Mostly updates for FreeBSD. The upstream applied patches that I told them about. Reported by: Paul Sheer <paulsheer@gmail.com> (upstream)
Notes
Notes: svn path=/head/; revision=469261
Diffstat (limited to 'editors/cooledit')
-rw-r--r--editors/cooledit/Makefile2
-rw-r--r--editors/cooledit/distinfo6
-rw-r--r--editors/cooledit/files/patch-rxvt___rxvtlib.h11
-rw-r--r--editors/cooledit/files/patch-rxvt_rxvtlib__command.c11
-rw-r--r--editors/cooledit/files/patch-widget-coollocal.h10
5 files changed, 4 insertions, 36 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index 8d53b4f7e0ef..1295a608e0ea 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cooledit
-DISTVERSION= 3.17.25
+DISTVERSION= 3.17.26
CATEGORIES= editors
MASTER_SITES= SUNSITE/apps/editors/X/cooledit
diff --git a/editors/cooledit/distinfo b/editors/cooledit/distinfo
index 1b617ae58b3d..506874778ae0 100644
--- a/editors/cooledit/distinfo
+++ b/editors/cooledit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525627067
-SHA256 (cooledit-3.17.25.tar.gz) = c24b437ae7f9861133559e58191af73fa1ebd48cc8933ef588ed41d71e839b3a
-SIZE (cooledit-3.17.25.tar.gz) = 1371155
+TIMESTAMP = 1525656305
+SHA256 (cooledit-3.17.26.tar.gz) = e641385e009fc51637f1a603df0324aa96dd5127be486038bf42b888222e54ac
+SIZE (cooledit-3.17.26.tar.gz) = 1371436
diff --git a/editors/cooledit/files/patch-rxvt___rxvtlib.h b/editors/cooledit/files/patch-rxvt___rxvtlib.h
deleted file mode 100644
index 1181f9b4744b..000000000000
--- a/editors/cooledit/files/patch-rxvt___rxvtlib.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- rxvt/_rxvtlib.h.orig 2017-07-14 16:03:54 UTC
-+++ rxvt/_rxvtlib.h
-@@ -128,7 +128,7 @@
- #ifdef TTY_GID_SUPPORT
- # include <grp.h>
- #endif
--#ifdef PTYS_ARE_PTMX
-+#if defined(PTYS_ARE_PTMX) && !defined(__FreeBSD__) && !defined(__DragonFly__)
- # include <sys/resource.h> /* for struct rlimit */
- # include <sys/stropts.h> /* for I_PUSH */
- #endif
diff --git a/editors/cooledit/files/patch-rxvt_rxvtlib__command.c b/editors/cooledit/files/patch-rxvt_rxvtlib__command.c
deleted file mode 100644
index 3e856e1f09fd..000000000000
--- a/editors/cooledit/files/patch-rxvt_rxvtlib__command.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- rxvt/rxvtlib_command.c.orig 2017-04-24 20:06:43 UTC
-+++ rxvt/rxvtlib_command.c
-@@ -385,7 +385,7 @@ int rxvtlib_get_tty (rxvtlib
- o->killed = EXIT_FAILURE | DO_EXIT;
- return -1;
- }
--#ifdef PTYS_ARE_PTMX
-+#if defined(PTYS_ARE_PTMX) && !defined(__FreeBSD__) && !defined(__DragonFly__)
- /*
- * Push STREAMS modules:
- * ptem: pseudo-terminal hardware emulation module.
diff --git a/editors/cooledit/files/patch-widget-coollocal.h b/editors/cooledit/files/patch-widget-coollocal.h
deleted file mode 100644
index 907ff75262af..000000000000
--- a/editors/cooledit/files/patch-widget-coollocal.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- widget/coollocal.h.orig 2018-04-24 22:04:24 UTC
-+++ widget/coollocal.h
-@@ -51,7 +51,6 @@ CWidget *allocate_widget (Window newwin,
- int eh_picture (struct cool_widget *w, XEvent * xevent, CEvent * cwevent);
- void drawstring_xy (Window win, int x, int y, const char *text);
- void drawstring_xy_hotkey (Window win, int x, int y, const char *text, int hotkey);
--int run_callbacks (CWidget * w, XEvent * xevent, CEvent * cwevent);
- void process_external_focus (Window win, int type);
- void focus_window (Window win);
- void link_scrollbar_to_textbox (CWidget * w, CWidget * textbox, XEvent * xevent, CEvent * cwevent, int whichscrbutton);