diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-10 02:45:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-10 02:45:39 +0800 |
commit | 863c6c5b5cf18b04725a0c0b49b114b9ac5f5458 (patch) | |
tree | 8acb4a61b7842628e4786f29a02c3c7e7d7b0ff7 | |
parent | 9d23f09e7c8acbff54b07f3d5d3a5362b3023b7e (diff) | |
download | freebsd-ports-gnome-863c6c5b5cf18b04725a0c0b49b114b9ac5f5458.tar.gz freebsd-ports-gnome-863c6c5b5cf18b04725a0c0b49b114b9ac5f5458.tar.zst freebsd-ports-gnome-863c6c5b5cf18b04725a0c0b49b114b9ac5f5458.zip |
* Fix build on -STABLE
* Update pkg-descr
PR: 59085
Submitted by: maintainer
-rw-r--r-- | www/bluefish-devel/files/patch-src_fref.c | 13 | ||||
-rw-r--r-- | www/bluefish-devel/pkg-descr | 8 |
2 files changed, 13 insertions, 8 deletions
diff --git a/www/bluefish-devel/files/patch-src_fref.c b/www/bluefish-devel/files/patch-src_fref.c new file mode 100644 index 000000000000..a6e08d36f130 --- /dev/null +++ b/www/bluefish-devel/files/patch-src_fref.c @@ -0,0 +1,13 @@ +--- src/fref.c.orig Fri Oct 31 22:36:50 2003 ++++ src/fref.c Sun Nov 9 17:10:58 2003 +@@ -1784,9 +1784,9 @@ + } Tfref_cleanup; + + static guint fref_idle_cleanup(Tfref_cleanup *data) { +- DEBUG_MSG("fref_idle_cleanup, started for data=%s\n",data->cat); + GtkTreeIter iter; + gboolean cont = TRUE; ++ DEBUG_MSG("fref_idle_cleanup, started for data=%s\n",data->cat); + gtk_tree_model_get_iter_first(GTK_TREE_MODEL(FREFDATA(main_v->frefdata)->store),&iter); + while (cont) { + gchar *str; diff --git a/www/bluefish-devel/pkg-descr b/www/bluefish-devel/pkg-descr index 6784ce71f127..f81fd072fdf6 100644 --- a/www/bluefish-devel/pkg-descr +++ b/www/bluefish-devel/pkg-descr @@ -3,13 +3,5 @@ PHP, SSI, and RXML. It is designed for the experienced web designer. Note: This is the development version for bluefish using gtk2. -It will be released as 1.0 when it contains all of the features -of 0.7 (gtk1 version). - -[taken from porting file] -- Translations are still in the works. -- Some people prefer the old style file browser, need to rethink that. -- function references for php etc. are not done yet. -- WML support is not yet ported. WWW: http://bluefish.openoffice.nl/ |