Bug 155219

Summary: [Patch]databases/py-htsql: fix build with python-2.7
Product: Ports & Packages Reporter: Wen Heping <wen>
Component: Individual Port(s)Assignee: Josh Paetzel <jpaetzel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Wen Heping freebsd_committer freebsd_triage 2011-03-03 03:30:07 UTC
fix build with python-2.7

Fix: -USE_PYTHON=    2.5-2.7
+PLIST_SUB=             PYTHON_VER=${PYTHON_VER}
+USE_PYTHON=            yes
 USE_PYDISTUTILS=       yes
 PYDISTUTILS_PKGNAME=   HTSQL
 PYDISTUTILS_NOEGGINFO= yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-03 03:30:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jpaetzel

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Josh Paetzel freebsd_committer freebsd_triage 2011-03-03 15:59:48 UTC
Will the change to the USE_PYTHON line allow it to build with python 2.4 or 
3.x?  It's known to be broken with anything other than 2.5, 2.6 and 2.7

The rest of the patch looks good.

-- 
Thanks,

Josh Paetzel
FreeBSD - The Power To Serve
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-03-04 01:33:47 UTC
jpaetzel    2011-03-04 01:33:33 UTC

  FreeBSD ports repository

  Modified files:
    databases/py-htsql   Makefile pkg-plist 
  Log:
  Modify port to deal with supported python versions appropriately.
  
  PR:     ports/155219
  Submitted by:   wen
  
  Revision  Changes    Path
  1.4       +1 -0      ports/databases/py-htsql/Makefile
  1.4       +261 -261  ports/databases/py-htsql/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"
Comment 4 Josh Paetzel freebsd_committer freebsd_triage 2011-03-04 01:34:05 UTC
State Changed
From-To: open->closed

Committed, thanks.