Bug 155219 - [Patch]databases/py-htsql: fix build with python-2.7
Summary: [Patch]databases/py-htsql: 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: Josh Paetzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 03:30 UTC by Wen Heping
Modified: 2011-03-04 01:40 UTC (History)
0 users

See Also:


Attachments
file.diff (195 bytes, patch)
2011-03-03 03:30 UTC, Wen Heping
no flags Details | Diff
file.diff (36.44 KB, patch)
2011-03-03 03:30 UTC, Wen Heping
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.