[kitsune@vixen42]/home/kitsune> blogtk /usr/local/bin/blogtk:83: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated self.mainGlade = gtk.glade.XML('/usr/local/share/blogtk/blogtk.glade') Traceback (most recent call last): File "/usr/local/bin/blogtk", line 1243, in <module> blogtk = BloGTK() File "/usr/local/bin/blogtk", line 138, in __init__ self.grabConfig() File "/usr/local/bin/blogtk", line 372, in grabConfig self.url = self.conf.get(self.sectionName, 'server') File "/usr/local/lib/python2.6/ConfigParser.py", line 531, in get raise NoSectionError(section) ConfigParser.NoSectionError: No section: 'Default' Exit 1 [kitsune@vixen42]/home/kitsune> How-To-Repeat: 1: install it 2: run blogtk
Maintainer of deskutils/blogtk, Please note that PR ports/139042 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139042 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
ping....
Here is a patch which updates the port to version 2.0 (Significant rewrite) which fixed the issue. Note to commiter: Not tested in tinderbox, don't have one handy. Cheers, Martin -- Martin Tournoij carpetsmoker@rwxrwxrwx.net http://www.carpetsmoker.net | http://www.daemonforums.org QOTD: Don't kid yourself. Little is relevant, and nothing lasts forever.
Responsible Changed From-To: freebsd-ports-bugs->stefan Take.
State Changed From-To: feedback->patched Update to 2.0 committed - Zane, can you confirm that this fixes your issue so this PR can be closed?
stefan 2010-07-01 09:57:11 UTC FreeBSD ports repository Modified files: deskutils/blogtk Makefile distinfo pkg-descr pkg-plist Removed files: deskutils/blogtk/files patch-blogtk-no-category Log: Update to 2.0. PR: 139042 Submitted by: "Zane C.B." <vvelox@vvelox.net> Patch by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> Approved by: maintainer timeout (9 months) Feature safe: yes Revision Changes Path 1.16 +16 -23 ports/deskutils/blogtk/Makefile 1.4 +3 -3 ports/deskutils/blogtk/distinfo 1.2 +0 -19 ports/deskutils/blogtk/files/patch-blogtk-no-category (dead) 1.2 +12 -4 ports/deskutils/blogtk/pkg-descr 1.2 +35 -19 ports/deskutils/blogtk/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Submitter reports the problem described does not occur with the new version.