diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 01:35:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 01:35:38 +0000 |
commit | cb807a14d136f4c45f2a47f27c3f51d1331cc8d6 (patch) | |
tree | 07d0980e2e795d2368013e0535f4c5934e41e780 /app-editors/nano/files | |
parent | many cleanups and version bumps, closes #55246 (diff) | |
download | historical-cb807a14d136f4c45f2a47f27c3f51d1331cc8d6.tar.gz historical-cb807a14d136f4c45f2a47f27c3f51d1331cc8d6.tar.bz2 historical-cb807a14d136f4c45f2a47f27c3f51d1331cc8d6.zip |
ver bump
Diffstat (limited to 'app-editors/nano/files')
-rw-r--r-- | app-editors/nano/files/1.3.3-ifdeffix.patch | 12 | ||||
-rw-r--r-- | app-editors/nano/files/1.3.3-nomac.patch | 11 | ||||
-rw-r--r-- | app-editors/nano/files/1.3.3-ws-default-off.patch | 12 | ||||
-rw-r--r-- | app-editors/nano/files/digest-nano-1.3.3 | 1 |
4 files changed, 36 insertions, 0 deletions
diff --git a/app-editors/nano/files/1.3.3-ifdeffix.patch b/app-editors/nano/files/1.3.3-ifdeffix.patch new file mode 100644 index 000000000000..b18d61dec679 --- /dev/null +++ b/app-editors/nano/files/1.3.3-ifdeffix.patch @@ -0,0 +1,12 @@ +diff -ur nano-1.3.3/src/global.c nano-1.3.3-fixed/src/global.c +--- nano-1.3.3/src/global.c 2004-06-22 05:03:00.000000000 +0200 ++++ nano-1.3.3-fixed/src/global.c 2004-06-29 02:24:34.000000000 +0200 +@@ -503,7 +503,7 @@ + sc_init_one(&main_list, NANO_JUSTIFY_KEY, _("Justify"), + IFHELP(nano_justify_msg, NANO_NO_KEY), + NANO_JUSTIFY_FKEY, NANO_NO_KEY, NOVIEW, +-#ifndef NANO_SMALL ++#ifndef DISABLE_JUSTIFY + do_justify_void + #else + nano_disabled_msg diff --git a/app-editors/nano/files/1.3.3-nomac.patch b/app-editors/nano/files/1.3.3-nomac.patch new file mode 100644 index 000000000000..d9d4536db545 --- /dev/null +++ b/app-editors/nano/files/1.3.3-nomac.patch @@ -0,0 +1,11 @@ +diff -ur src.orig/global.c src/global.c +--- src.orig/global.c 2004-01-26 03:41:57.311795432 -0500 ++++ src/global.c 2004-01-26 03:49:42.517073480 -0500 +@@ -290,7 +290,6 @@ + if (!ISSET(RESTRICTED)) { + toggle_init_one(TOGGLE_NOCONVERT_KEY, toggle_noconvert_msg, NO_CONVERT); + toggle_init_one(TOGGLE_DOS_KEY, toggle_dos_msg, DOS_FILE); +- toggle_init_one(TOGGLE_MAC_KEY, toggle_mac_msg, MAC_FILE); + toggle_init_one(TOGGLE_BACKUP_KEY, toggle_backup_msg, BACKUP_FILE); + } + toggle_init_one(TOGGLE_SMOOTH_KEY, toggle_smooth_msg, SMOOTHSCROLL); diff --git a/app-editors/nano/files/1.3.3-ws-default-off.patch b/app-editors/nano/files/1.3.3-ws-default-off.patch new file mode 100644 index 000000000000..fa4ff39ffb29 --- /dev/null +++ b/app-editors/nano/files/1.3.3-ws-default-off.patch @@ -0,0 +1,12 @@ +--- src/rcfile.c.orig 2004-06-28 21:26:01.507747496 -0400 ++++ src/rcfile.c 2004-06-28 21:26:18.512162432 -0400 +@@ -605,8 +605,7 @@ + rcfile_error(_("Two non-control characters required")); + free(whitespace); + whitespace = NULL; +- } else +- SET(WHITESPACE_DISPLAY); ++ } + } else + #endif + #ifndef DISABLE_JUSTIFY diff --git a/app-editors/nano/files/digest-nano-1.3.3 b/app-editors/nano/files/digest-nano-1.3.3 new file mode 100644 index 000000000000..aadcff3edca1 --- /dev/null +++ b/app-editors/nano/files/digest-nano-1.3.3 @@ -0,0 +1 @@ +MD5 aa458049cdede8e60cf3b868bf4c803d nano-1.3.3.tar.gz 961506 |