summaryrefslogtreecommitdiff
path: root/editors/nano/patches
diff options
context:
space:
mode:
authorwiedi <wiedi>2015-06-05 01:32:38 +0000
committerwiedi <wiedi>2015-06-05 01:32:38 +0000
commit34a9749b21bdaf97abe46b13ebb03d687c9336d9 (patch)
tree5685902d7fcd65601d05416c35ff60dd0ff36ee8 /editors/nano/patches
parent7bf3404b488819c647aa6769957df293500e580b (diff)
downloadpkgsrc-34a9749b21bdaf97abe46b13ebb03d687c9336d9.tar.gz
Update nano to 2.4.1
2015.04.14 - GNU nano 2.4.1 "Glitch Gremlin" is released. This release includes several fixes for issues with the file browser menu, linter and formatter functions, spell checker, undo/redo with some specific marked-cutting situations, and some small improvements to the color syntax highlighting definitions. There are also various documentation and code comment updates included, and finally, fixes for compilation on non-GNU/Linux systems and certain configure combinations. Toasters! 2015.03.22 - GNU nano 2.4.0 "lizf" is released. This is the first stable release in many years, and brings together many new features from the 2.3 series, including: a fully functional undo system (now enabled by default), vim-compatible file locking, linter support, formatter support, syntax highlighting flexibility, and many fixes for issues reported since 2.2. Many sincere thanks to all of the bug reports, patches, well wishes and contributions from everyone who has continued to support us. Thank you for using nano! 2015.02.27 - GNU nano 2.3.99pre3 "Ashley" is released. This is likely to be the last release before the next major (2.4.0) release. Please test it out and send us any feedback via the Savannah bug page for nano (https://savannah.gnu.org/bugs/?group=nano). This release includes fixes for rebinding toggles via nanorc, several memory alignment fixes, and documentation and build updates. As always thank you for using nano - Share and Enjoy! 2015.02.06 - GNU nano 2.3.99pre2 "Snowblind" is released. This release contains only fixes, including: a long-standing problem with cutting in nano-tiny, several memory alignment improvements, and issues with leftover file locks. Please keep reporting bugs so we can get a happy and healthy 2.4.0 soon. Thanks for using nano! 2015.01.06 - GNU nano 2.3.99pre1 "Junior" is released. As the first 2.4 release candidate there will be fewer new features but many bugfixes going forward. This release contains new support for language reformatters like Go's gofmt command which takes the place of the spelling checker. Fixes in this release include many syntax highlighting fixes and improvements, and documentation formatting updates. As always please report bugs via the Savannah bug page for nano (https://savannah.gnu.org/bugs/?group=nano), so we can release a super awesome and bug-free 2.4.0 soon! 2014.07.17 - GNU nano 2.3.6 "Columbo" is released. This release contains a fix for installing internationalization files. Also included are scattered documentation (in particular man page) fixes, and a few touch ups to syntax highlighting definitions. Oh, just one more thing, thanks for using nano! 2014.07.11 - GNU nano 2.3.5 "lucky day" is released. This release contains many visible and under-the-hood fixes for components such as file locking, more fixes to the undo system, and you no longer have to explicitly ask nano to have undo/redo support as it now defaults to being enabled. Other notable fixes include a better handling of --tempfile mode, and better handling of command line arguments when also attempting to specify +<line number>. As always, please file any bugs you find at the Savannah page for nano, at https://savannah.gnu.org/bugs/index.php?42639 and thanks for using nano. 2014.06.02 - GNU nano 2.3.4 won't leave you high, won't leave you dry. This release contains only a small number of fixes, but in particular allows nano to compile on non-UTF8 curses implementations (i.e. libncursesw). Other small fixes to the undo implementation and the default syntax config are also included. As always, Share and Enjoy! 2014.05.28 - GNU nano 2.3.3 is in its right place. This release contains many many improvements to the core system, including substantial improvements to the undo/redo code, UTF-8 handling, the configure script, and display of shortcuts on very wide terminals, New features include the ability to write to named pipes (--noread), as well as linter support (see the nanorc man page for details). Also included are much improved syntax highlighting code, and configurations for JSON, texinfo, Go, and a default syntax for catch all highlighting. Finally, nano now has the ability to set the color of the title bar, status bar, and shortcut keys (e.g. "^X") and their descriptions. Again see the nanorc page for details. There's much more, too much to include here, but please keep those reports and general feedback coming! Thank you for helping us help you help us all. 2013.03.22 - GNU nano 2.3.2 "Annoy your coworkers for fun and profit" is released. This release introduces vim-style file locking (though not backup/restore), useful when using nano in a multi-editor environment. Feedback is welcome if you run into any issues with this new code. Other new features include additional support for word boundary checking when cross compiling, fixes for trying to go to an invalid line number, and the usual documentation tweaks. 2011.05.10 - GNU nano 2.3.1 "I'm in space" is released. This release includes some fixes for the new libmagic code, as well as a fix for improper character counts when using auto-indent. Also included are new syntax highlighting definitions for RPM spec and lua files. Thanks for using nano and keep circulating the tapes. 2011.02.26 - GNU nano 2.3.0 "Septic surprise" is released. This first release in the 2.3 unstable series brings several new features. First, libmagic support for syntax highlighting has been added on top of the existing file extension and header support already available. Secondly, cursor position can be saved between editing sessions with the -P or --poslog command-line flag, or via "set poslog" in your .nanorc. Also included are some fixes for compilation with g++, and better handling of issues writing the backup file, which should reduce the need for the 'set allow_insecure_backup" nanorc option. Don't stop, get it get it, don't stop, get it get it.
Diffstat (limited to 'editors/nano/patches')
-rw-r--r--editors/nano/patches/patch-configure12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/nano/patches/patch-configure b/editors/nano/patches/patch-configure
index db2accde954..db75d1d60d6 100644
--- a/editors/nano/patches/patch-configure
+++ b/editors/nano/patches/patch-configure
@@ -1,15 +1,15 @@
-$NetBSD: patch-configure,v 1.1 2011/08/01 05:56:30 dholland Exp $
+$NetBSD: patch-configure,v 1.2 2015/06/05 01:32:38 wiedi Exp $
Disable the groff html check to prevent random PLIST variation.
---- configure~ 2011-08-01 05:52:01.000000000 +0000
+--- configure.orig 2015-04-14 17:59:05.000000000 +0000
+++ configure
-@@ -8293,7 +8293,7 @@ fi
- # Check for groff html support
+@@ -9351,7 +9351,7 @@ fi
+ # Check for groff html support.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for HTML support in groff" >&5
$as_echo_n "checking for HTML support in groff... " >&6; }
-groff -t -mandoc -Thtml </dev/null >/dev/null
+false #groff -t -mandoc -Thtml </dev/null >/dev/null
if test $? -ne 0 ; then
- echo "no"
- echo "*** Will not generate HTML version of man pages ***"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }