Bug 110243

Summary: First pass at getting devel/pwlib to compile on 64bit under gcc4.1
Product: Ports & Packages Reporter: Steve Ames <steve>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Steve Ames 2007-03-12 22:20:04 UTC
	Using gcc4.1, devel/pwlib won't compile on 64bit machines due to
	an error in the way pointers are attempting to be cast. The attached
	patch (which has also been submitted upstream to vendor) should fix
	this problem allowing the application to compile. I don't have a
	64bit machine to test on so this is a hypothetical belief and there
	may be additional problems. I have tested this patch on 32-bit
	machines and there are no negative results.

Fix: This patch should be applied to devel/pwlib and adds a new file
	(devel/pwlib/files/patch-src-ptlib-unix-svcproc.cxx) which changes
	a few pointer casts from 'unigned' to 'unsigned long'. These casts
	are only used for debugging output.

	Patch applies from ports/devel directory.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-13 10:59:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-13 13:25:14 UTC
miwi        2007-03-13 13:25:05 UTC

  FreeBSD ports repository

  Added files:
    devel/pwlib/files    patch-src-ptlib-unix-svcproc.cxx 
  Log:
  - Fix build with amd64 and gcc4.1
  
  PR:             110243
  Submitted by:   Steve Ames <steve@energistic.com> (maintainer)
  
  Revision  Changes    Path
  1.1       +26 -0     ports/devel/pwlib/files/patch-src-ptlib-unix-svcproc.cxx (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 Martin Wilke freebsd_committer freebsd_triage 2007-03-13 13:25:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!