summaryrefslogtreecommitdiff
path: root/www/bluefish/patches
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2014-11-24 05:03:43 +0000
committermef <mef@pkgsrc.org>2014-11-24 05:03:43 +0000
commit29bd1dec893fee5c3782e3bd5a1786acdff39ab6 (patch)
tree641d890ff5e0ff4a2fcbd6e2f52403a143f2cf68 /www/bluefish/patches
parenta0ed3af1f9d177a1cf6711c191f9e49395a9d351 (diff)
downloadpkgsrc-29bd1dec893fee5c3782e3bd5a1786acdff39ab6.tar.gz
(pkgsrc)
- Add gnu-gpl-v3 to LICENSE - Add comment on patch-ac - Add following include, pkglint recommended, .include "../../graphics/hicolor-icon-theme/buildlink3.mk" (upstream) update 2.2.4 to 2.2.6 * 2.2.6 * Bluefish 2.2.6 is mostly a bug fix release. This release fixes a critical bug (segfault) in filebrowser that could be triggered if the root directory was set as basedir. It also has a fix for a specific CSS-in-HTML-tag highlighting issue. The filter code furthermore caused a segfault if the command did not exist. The Windows version finally supports open in running process. Next to these bugs many small issues have been resolved. Development checks are now only enabled if Bluefish is compiled from svn, not if compiled from tarball. Various language files have small improvements, most notably C, Javascript and CSS. Several translations have been updated. A corner case for a new document from a template that does not exist was fixed. The "open" submenu now opens SVG files from the filebrowser instead of inserting an image tag. The included cssmin and jsbeatify have been updated. A syntax scanning issue when replacing large chunks of text was fixed, he "Report bug" link was broken, a new "conditional" option to the language file that makes re-using certain blocks of language files easier was added, and error reporting in outputbox was improved. On OSX filebrowser icons and the "open file" dialog size have been improved. * 2.2.5 * Bluefish 2.2.5 is a minor bug fix release but has also quite some new features. The syntax scanning engine is faster after small changes to the text. The filebrowser is also much faster with less memory usage, with various fixes and new features. Projects now store the active document and active line numbers. Indenting is improved in auto-completion and the smart indenting. Bookmarks and paste special also have been improved. On OSX there are many improvements, such as Mavericks support, Retina display support, working system hotkeys, native input methods (Japanese, Chinese, etc.), opening files from the finder and Widget bindings on MacOSX are moved to Cmd+C|V|X|A and working. Furthermore almost all syntax highlighting has been improved, most notable jquery in javascript, HTML5, and HTML5 in PHP files. There are also many bug fixes, such as in wrap text on right margin, in the replace engine, the jsmin licence, the split lines feature, the auto-recovery and many obscure bugs. Last bluefish now has an appdata file.
Diffstat (limited to 'www/bluefish/patches')
-rw-r--r--www/bluefish/patches/patch-ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/bluefish/patches/patch-ac b/www/bluefish/patches/patch-ac
index 07cda0a5e33..f01c1352f0b 100644
--- a/www/bluefish/patches/patch-ac
+++ b/www/bluefish/patches/patch-ac
@@ -1,4 +1,6 @@
-$NetBSD: patch-ac,v 1.4 2011/03/11 18:03:21 drochner Exp $
+$NetBSD: patch-ac,v 1.5 2014/11/24 05:03:43 mef Exp $
+
+[check-portability.awk] configure: if test "$prefix" == "NONE"; ...
--- configure.orig 2010-02-15 13:56:55.000000000 +0000
+++ configure