From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 00:01:00 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B0516A4CE for ; Fri, 7 Nov 2003 00:01:00 -0800 (PST) Received: from mx.tele-kom.ru (mx.tele-kom.ru [213.80.148.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 02BB243FDD for ; Fri, 7 Nov 2003 00:00:58 -0800 (PST) (envelope-from doublef@tele-kom.ru) Received: (qmail 34485 invoked by uid 555); 7 Nov 2003 11:00:55 +0300 Received: from hal.localdomain (213.80.149.158) by t-k.ru with TeleMail/2 id 1068192054-34465 for ports@freebsd.org; Fri, Nov 7 11:00:54 2003 +0300 (MSK) Date: Fri, 7 Nov 2003 10:54:27 +0300 From: Sergey 'DoubleF' Zaharchenko To: ports@freebsd.org, einekoai@chello.nl Message-Id: <20031107105427.7c779457.doublef@tele-kom.ru> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Fri__7_Nov_2003_10_54_27_+0300_.q++siEDmaeV22An" Subject: FreeBSD Port: www/bluefish-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 08:01:00 -0000 --Signature=_Fri__7_Nov_2003_10_54_27_+0300_.q++siEDmaeV22An Content-Type: multipart/mixed; boundary="Multipart=_Fri__7_Nov_2003_10_54_27_+0300_O2nD.=M56VSWh0qh" --Multipart=_Fri__7_Nov_2003_10_54_27_+0300_O2nD.=M56VSWh0qh Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit Bluefish-devel doesnt't seem to compile: cc -DLOCALEDIR=\"/usr/X11R6/share/locale\" -DGNULOCALEDIR=\"/usr/X11R6/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/X11R6/share/locale:.\" -DPKGDATADIR=\"/usr/X11R6/share/bluefish/\" -DHAVE_CONFIG_H -O -pipe -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -c -o fref.o fref.c fref.c: In function `fref_idle_cleanup': fref.c:1788: syntax error before `iter' fref.c:1790: `iter' undeclared (first use in this function) fref.c:1790: (Each undeclared identifier is reported only once fref.c:1790: for each function it appears in.) fref.c:1791: `cont' undeclared (first use in this function) *** Error code 1 The attached patch seems to solve the problem. But I think it should be mailed to the author, because it doesn't seem FreeBSD-specific. Which I will certainly do... -- DoubleF Mencken and Nathan's Second Law of The Average American: All the postmasters in small towns read all the postcards. --Multipart=_Fri__7_Nov_2003_10_54_27_+0300_O2nD.=M56VSWh0qh Content-Type: text/plain; name="files/patch-aa" Content-Disposition: attachment; filename="files/patch-aa" Content-Transfer-Encoding: 7bit --- src/fref.c.orig Sat Nov 1 00:36:50 2003 +++ src/fref.c Fri Nov 7 10:41:33 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; --Multipart=_Fri__7_Nov_2003_10_54_27_+0300_O2nD.=M56VSWh0qh-- --Signature=_Fri__7_Nov_2003_10_54_27_+0300_.q++siEDmaeV22An Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/q0/Awo7hT/9lVdwRAtSWAJ0U+TlKLUWIczplu9N5Vxa1F84tIwCfR6Q0 3O5IIc/SUXVTPsNCh0yx0q0= =ilks -----END PGP SIGNATURE----- --Signature=_Fri__7_Nov_2003_10_54_27_+0300_.q++siEDmaeV22An--