summaryrefslogtreecommitdiff
path: root/editors/nedit
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-06-23 09:45:52 +0000
committerobache <obache@pkgsrc.org>2013-06-23 09:45:52 +0000
commit1d113a0c543f25cf10d57d1db4c741d72b602ad4 (patch)
treeaaf297c837a805b61ce11ba8bb86f2bdce03161c /editors/nedit
parentdd8e8d937284a466f840398d13c5b551f2745ae0 (diff)
downloadpkgsrc-1d113a0c543f25cf10d57d1db4c741d72b602ad4.tar.gz
add RCS Id and comments.
Diffstat (limited to 'editors/nedit')
-rw-r--r--editors/nedit/distinfo4
-rw-r--r--editors/nedit/patches/patch-util_misc.c12
2 files changed, 12 insertions, 4 deletions
diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo
index 11dfec8d63e..dc00d122bec 100644
--- a/editors/nedit/distinfo
+++ b/editors/nedit/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2013/06/23 09:30:14 mbalmer Exp $
+$NetBSD: distinfo,v 1.15 2013/06/23 09:45:52 obache Exp $
SHA1 (nedit-5.5-src.tar.bz2) = 7d3c87a793a5047cf857af1ac82e39f3b33e8a87
RMD160 (nedit-5.5-src.tar.bz2) = 93fce64bdc5d8a9eff86ab76cec67d44d676d0eb
@@ -22,5 +22,5 @@ SHA1 (patch-source_textDisp.c) = 84e3631eb7076c77704390ac6aee66b27d0422f3
SHA1 (patch-source_textDrag.c) = 8b66f1bb80bbc2b3cf3751ff7c601ded34b54646
SHA1 (patch-source_userCmds.c) = 22c6468cffd2cd0d10af03452a2c14d63e893cbe
SHA1 (patch-source_window.c) = 72fda2bf7cc178ec57f38d25915dab8a8765874d
-SHA1 (patch-util_misc.c) = 0ffbf0bff39ef819f85ac7c9d1aa3cf440ba3594
+SHA1 (patch-util_misc.c) = d3445336389fc26b69b2e0205930f8843f224784
SHA1 (patch-util_prefFile.c) = 4accc0a25c7744076a7f8ee72c0a04328f0db915
diff --git a/editors/nedit/patches/patch-util_misc.c b/editors/nedit/patches/patch-util_misc.c
index 87434ed3fe8..2749a2a8c21 100644
--- a/editors/nedit/patches/patch-util_misc.c
+++ b/editors/nedit/patches/patch-util_misc.c
@@ -1,5 +1,13 @@
---- util/misc.c.orig 2013-06-23 11:14:52.000000000 +0200
-+++ util/misc.c 2013-06-23 11:16:27.000000000 +0200
+$NetBSD: patch-util_misc.c,v 1.2 2013/06/23 09:45:52 obache Exp $
+
+* prevent to crash, as PR pkg/47777
+ taken from Red Hat Bug 199770:
+ https://bugzilla.redhat.com/show_bug.cgi?id=199770
+ upstream bug #668:
+ http://sourceforge.net/p/nedit/bugs/668/
+
+--- util/misc.c.orig 2004-08-09 22:20:00.000000000 +0000
++++ util/misc.c
@@ -383,7 +383,10 @@ Boolean FindBestVisual(Display *display,
*colormap = cachedColormap;
return (*visual == DefaultVisual(display, screen));