Bug 136199 - [PATCH] databases/py-gdbm: Fix building with python3*
Summary: [PATCH] databases/py-gdbm: Fix building with python3*
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: Hye-Shik Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 01:30 UTC by Li-Wen Hsu
Modified: 2009-07-08 10:20 UTC (History)
1 user (show)

See Also:


Attachments
py26-gdbm-2.6.2.patch (1.67 KB, patch)
2009-07-01 01:30 UTC, Li-Wen Hsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu freebsd_committer freebsd_triage 2009-07-01 01:30:03 UTC
- Fix building with python3*
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
  for removal lang/python/distinfo

Added file(s):
- files/setup3.py

Port maintainer (perky@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-01 01:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-08 10:12:54 UTC
lwhsu       2009-07-08 09:12:46 UTC

  FreeBSD ports repository

  Modified files:
    databases/py-gdbm    Makefile 
  Added files:
    databases/py-gdbm/files setup3.py 
  Log:
  - Fix building with python3*
  - Use checksum file under lang/python${PYTHON_SUFFIX}/,
    for removal lang/python/distinfo
  
  PR:             ports/136199
  Submitted by:   lwhsu
  Approved by:    perky
  
  Revision  Changes    Path
  1.14      +8 -2      ports/databases/py-gdbm/Makefile
  1.1       +28 -0     ports/databases/py-gdbm/files/setup3.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 Li-Wen Hsu freebsd_committer freebsd_triage 2009-07-08 10:13:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!