Bug 151606 - devel/cmake: patch to add support for Python 2.7
Summary: devel/cmake: patch to add support for 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-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 19:20 UTC by Oliver Fromme
Modified: 2010-10-21 21:30 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (498 bytes, patch)
2010-10-20 19:20 UTC, Oliver Fromme
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Fromme 2010-10-20 19:20:09 UTC
The current version of cmake (devel/cmake) fails to recognize
Python 2.7 correctly.

Fix: Add this patch to the devel/cmake port:
How-To-Repeat: 
Remove Python 2.6 (or whatever older version you have installed)
and install Python 2.7.  Then try to install any port that uses
cmake and Python, for example print/scribus.  It will fail,
because cmake can't find the Python libraries.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-20 19:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-21 21:28:32 UTC
makc        2010-10-21 20:28:22 UTC

  FreeBSD ports repository

  Modified files:
    devel/cmake          Makefile 
  Added files:
    devel/cmake/files    patch-Modules__FindPythonLibs.cmake 
  Log:
  Add support for python 2.7
  
  PR:             ports/151606
  Submitted by:   Oliver Fromme <olli at secnetix.de>
  
  Revision  Changes    Path
  1.42      +1 -0      ports/devel/cmake/Makefile
  1.1       +11 -0     ports/devel/cmake/files/patch-Modules__FindPythonLibs.cmake (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 Max Brazhnikov freebsd_committer freebsd_triage 2010-10-21 21:28:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!