summaryrefslogtreecommitdiff
path: root/editors/cooledit/patches
diff options
context:
space:
mode:
authoradam <adam>2004-11-08 15:48:20 +0000
committeradam <adam>2004-11-08 15:48:20 +0000
commit536e117cf5a74821044ae799fb89ec352c32fedd (patch)
tree70a684e1bc4733e9c6fc228569925b6b7dbfdf02 /editors/cooledit/patches
parent4d381e23e3255777df561aeb7a9c8fb8be3856d0 (diff)
downloadpkgsrc-536e117cf5a74821044ae799fb89ec352c32fedd.tar.gz
Changes 3.17.11:
* Improvements and bug-fixes * coolicon has been removed
Diffstat (limited to 'editors/cooledit/patches')
-rw-r--r--editors/cooledit/patches/patch-aa37
-rw-r--r--editors/cooledit/patches/patch-ac12
-rw-r--r--editors/cooledit/patches/patch-ag13
-rw-r--r--editors/cooledit/patches/patch-ah6
-rw-r--r--editors/cooledit/patches/patch-ai10
5 files changed, 8 insertions, 70 deletions
diff --git a/editors/cooledit/patches/patch-aa b/editors/cooledit/patches/patch-aa
deleted file mode 100644
index bf8c6e93753..00000000000
--- a/editors/cooledit/patches/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $
-
---- configure.orig Sun Oct 28 02:36:23 2001
-+++ configure
-@@ -6243,7 +6197,6 @@
-
- fi
-
--PACKAGE_FORCE_USE_INCLUDED_GETTEXT=yes
- echo $ac_n "checking for off_t""... $ac_c" 1>&6
- echo "configure:6249: checking for off_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
-@@ -6770,12 +6723,9 @@
- withval="$with_included_gettext"
- nls_cv_force_use_gnu_gettext=$withval
- else
-- nls_cv_force_use_gnu_gettext=yes
-+ nls_cv_force_use_gnu_gettext=no
- fi
-
-- if test x$PACKAGE_FORCE_USE_INCLUDED_GETTEXT != x ; then
-- nls_cv_force_use_gnu_gettext=$PACKAGE_FORCE_USE_INCLUDED_GETTEXT
-- fi
- echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6
-
- nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
-@@ -8093,8 +8056,8 @@
- EOF
-
- cat >> $CONFIG_STATUS <<EOF
--ac_sources="$nls_cv_header_libgt $nls_cv_header_libgt"
--ac_dests="$nls_cv_header_intl $nls_cv_header_intl"
-+ac_sources="$nls_cv_header_libgt"
-+ac_dests="$nls_cv_header_intl"
- EOF
-
- cat >> $CONFIG_STATUS <<\EOF
diff --git a/editors/cooledit/patches/patch-ac b/editors/cooledit/patches/patch-ac
deleted file mode 100644
index b04cc37a40a..00000000000
--- a/editors/cooledit/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $
-
---- pixmap/Makefile.in.orig Sat Jul 6 16:20:21 2002
-+++ pixmap/Makefile.in
-@@ -253,7 +253,6 @@
-
- install-data-local:
- chmod 0755 $(libdir)/coolicon/modify-xinitrc
-- $(libdir)/coolicon/modify-xinitrc
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/editors/cooledit/patches/patch-ag b/editors/cooledit/patches/patch-ag
deleted file mode 100644
index 2229d3fbc23..00000000000
--- a/editors/cooledit/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $
-
---- icon/coolicon.c.orig Sat Oct 27 14:36:12 2001
-+++ icon/coolicon.c
-@@ -239,7 +239,7 @@
- return 0;
- }
-
--void raise_lower_all (int r)
-+void raise_lower_all (long int r)
- {
- XUngrabPointer (CDisplay, CurrentTime);
- for_all_widgets ((void *) raise_lower_all_callback, (void *) r, 0);
diff --git a/editors/cooledit/patches/patch-ah b/editors/cooledit/patches/patch-ah
index 4c56857fe51..b6229f50910 100644
--- a/editors/cooledit/patches/patch-ah
+++ b/editors/cooledit/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $
+$NetBSD: patch-ah,v 1.2 2004/11/08 15:48:20 adam Exp $
---- widget/editcmd.c.orig Sat Oct 27 14:36:12 2001
+--- widget/editcmd.c.orig 2004-10-18 19:56:57.000000000 +0000
+++ widget/editcmd.c
-@@ -249,6 +249,7 @@
+@@ -236,6 +236,7 @@ int edit_save_file (WEdit * edit, const
FILE *file;
char *savename = 0;
int this_save_mode, fd;
diff --git a/editors/cooledit/patches/patch-ai b/editors/cooledit/patches/patch-ai
index a3652abb60c..bd3368c597a 100644
--- a/editors/cooledit/patches/patch-ai
+++ b/editors/cooledit/patches/patch-ai
@@ -1,8 +1,8 @@
-$NetBSD: patch-ai,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $
+$NetBSD: patch-ai,v 1.2 2004/11/08 15:48:20 adam Exp $
---- editor/shell.c.orig Sat Oct 27 14:36:12 2001
+--- editor/shell.c.orig 2004-10-18 19:56:58.000000000 +0000
+++ editor/shell.c
-@@ -437,8 +437,8 @@
+@@ -437,8 +437,8 @@ static void shell_pool_update (int fd, f
{
CWidget *w;
struct running_shell *r;
@@ -13,7 +13,7 @@ $NetBSD: patch-ai,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $
if (r->shell_pipe != fd) {
printf ("huh??\n");
}
-@@ -560,7 +560,7 @@
+@@ -559,7 +559,7 @@ int execute_background_display_output (c
char *argv[] =
{0, 0};
pid_t p;
@@ -22,7 +22,7 @@ $NetBSD: patch-ai,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $
i = restart_shell (0, name, 0);
argv[0] = hme_i (SCRIPT_FILE, i);
savefile (argv[0], s, strlen (s), 0700);
-@@ -585,7 +585,7 @@
+@@ -584,7 +584,7 @@ static int execute_background_shell (str
char *argv[] =
{0, 0};
pid_t p = 0;