Bug 155077 - [Patch]databases/mydbf2mysql: fix build with python-2.7
Summary: [Patch]databases/mydbf2mysql: 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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-27 02:30 UTC by Wen Heping
Modified: 2011-03-07 00:30 UTC (History)
0 users

See Also:


Attachments
file.diff (269 bytes, patch)
2011-02-27 02:30 UTC, Wen Heping
no flags Details | Diff
file.diff (761 bytes, patch)
2011-02-27 02: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-02-27 02:30:13 UTC
fix build with python-2.7 which will be default soon

Fix: +PLIST_SUB+=    PYTHON_VER=${PYTHON_VER}
+
 USE_PYTHON=    2.6+
 USE_PYDISTUTILS=yes
 USE_BZIP2=     yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-27 02:30:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-27 02:30:24 UTC
Maintainer of databases/mydbf2mysql,

Please note that PR ports/155077 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/155077

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-27 02:30:28 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2011-03-06 23:05:52 UTC
State Changed
From-To: feedback->open

Approved by portmgr. Please apply ASAP.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-03-07 00:27:29 UTC
wen         2011-03-07 00:27:15 UTC

  FreeBSD ports repository

  Modified files:
    databases/mydbf2mysql Makefile distinfo pkg-plist 
  Log:
  - Fix build with python-2.7
  
  PR:             ports/155077
  Submitted by:   Wen Heping (myself)
  Approved by:    portmgr@
  
  Revision  Changes    Path
  1.4       +1 -0      ports/databases/mydbf2mysql/Makefile
  1.2       +0 -1      ports/databases/mydbf2mysql/distinfo
  1.2       +1 -1      ports/databases/mydbf2mysql/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 6 Wen Heping freebsd_committer freebsd_triage 2011-03-07 00:28:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!