Bug 147051 - [patch] update devel/py-ctypes to 1.02 and adjust supported archs
Summary: [patch] update devel/py-ctypes to 1.02 and adjust supported archs
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-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-26 09:30 UTC by Enji Cooper
Modified: 2013-02-03 22:28 UTC (History)
0 users

See Also:


Attachments
file.txt (1.43 KB, text/plain)
2010-05-26 09:30 UTC, Enji Cooper
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Enji Cooper freebsd_committer freebsd_triage 2010-05-26 09:30:01 UTC
1. The latest version (and final one outside of the python proper tree) is 1.02.
2. The supported archs were incorrect according to what's supported in FreeBSD today; add in ia64 and mips, and remove alpha

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-26 09:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2010-08-22 01:08:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-08-22 01:08:40 UTC
lwhsu       2010-08-22 00:08:31 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-ctypes      Makefile distinfo 
  Log:
  - Update to 1.02
  - Adjust supported archs
  
  PR:             ports/147051
  Submitted by:   gcooper
  
  Revision  Changes    Path
  1.21      +2 -2      ports/devel/py-ctypes/Makefile
  1.12      +3 -3      ports/devel/py-ctypes/distinfo
_______________________________________________
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 Enji Cooper freebsd_committer freebsd_triage 2010-08-22 02:25:36 UTC
	I just noticed that this line got into the patch:

 .if ${PYTHON_REL} >= 250
-IGNORE= ctypes ships with Python 2.5.x
+#IGNORE=        ctypes ships with Python 2.5.x
 .endif
	It shouldn't have been there (I was trying to test with python 2.6 on my machine).
Thanks,
-Garrett=