Bug 149710 - [PATCH]devel/gobject-introspection: fix build with python 2.7
Summary: [PATCH]devel/gobject-introspection: fix build with python 2.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-16 16:50 UTC by bf
Modified: 2010-08-24 11:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.57 KB, patch)
2010-08-16 16:50 UTC, bf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2010-08-16 16:50:06 UTC
The build for this port is broken, after a bug in python 2.6 was fixed in the new python 2.7.  The problem is described in:

https://bugzilla.gnome.org/show_bug.cgi?id=618562

and was fixed upstream by:

http://git.gnome.org/browse/gobject-introspection/patch/?id=7bcb292e7ff35764a02629213589f304df8b5076

My patch just adds this set of changes.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-16 16:50:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-24 11:26:33 UTC
kwm         2010-08-24 10:26:25 UTC

  FreeBSD ports repository

  Added files:
    devel/gobject-introspection/files 
                                      patch-giscanner_sourcescanner.py 
                                      patch-giscanner_xmlwriter.py 
  Log:
  Fix build with python 2.7.
  
  PR:             ports/149710
  Submitted by:   bf <bf1783@gmail.com>
  Obtained from:  Gnome Git
  
  Revision  Changes    Path
  1.1       +11 -0     ports/devel/gobject-introspection/files/patch-giscanner_sourcescanner.py (new)
  1.1       +11 -0     ports/devel/gobject-introspection/files/patch-giscanner_xmlwriter.py (new)
_______________________________________________
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"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2010-08-24 11:26:40 UTC
State Changed
From-To: open->closed

Committed thanks!