Bug 89923 - [maintainer] www/py-scgi: patch for 64 bit machines
Summary: [maintainer] www/py-scgi: patch for 64 bit machines
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-04 08:40 UTC by Dryice Liu
Modified: 2005-12-04 11:12 UTC (History)
1 user (show)

See Also:


Attachments
py-scgi.diff (1.29 KB, patch)
2005-12-04 08:40 UTC, Dryice Liu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dryice Liu 2005-12-04 08:40:02 UTC
	The original code use a char to hold pointer, which causes
	problem on 64 bit machines. This patch fixes it and will be
	included in the next up-stream release.

	Changes:
		- bump PORTRVISION
		- new file: files/patch-scgi-passfd.c

How-To-Repeat: 	On a 64 bit machine, run the test_passfd.py comes with the
	official release and it will fail.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-04 08:42:17 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-04 08:42:26 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-04 10:01:09 UTC
State Changed
From-To: feedback->open

submitter is maintainer 


Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-04 10:01:09 UTC
Class Changed
From-To: change-request->maintainer-update

submitter is maintainer
Comment 5 Florent Thoumie freebsd_committer freebsd_triage 2005-12-04 11:12:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!