Bug 76528 - update port: net/boinc-client fixes compilation problem on alpha/4.X
Summary: update port: net/boinc-client fixes compilation problem on alpha/4.X
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-21 09:20 UTC by J.R. Oldroyd
Modified: 2005-01-26 00:14 UTC (History)
0 users

See Also:


Attachments
file.diff (2.03 KB, patch)
2005-01-21 09:20 UTC, J.R. Oldroyd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description J.R. Oldroyd 2005-01-21 09:20:31 UTC
Port would not compile for users of FreeBSD 4.X on the alpha.
Problem is, in fact, present on all 4.X systems but was only a
problem on the alpha due to type sizes being different on the 64-bit
arch.

Fix adds two new port files:
	files/extra-patch-client::gui_rpc_server.C
	files/extra-patch-client::net_xfer.C

Note that, since this patch fixes only a compilation problem on
one platform, and changes nothing else, the PORTREVISION has not
been incremented, as per the Porter's Handbook.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-24 17:02:18 UTC
State Changed
From-To: open->feedback

The patch to gui_rpc_server does not apply, patch have 
- #elif !defined(GETSOCKOPT_SOCKLEN_T) && !defined(_SOCKLEN_T_DECLARED) && !defined(socklen_t) 
but source have 
52 #elif !GETSOCKOPT_SOCKLEN_T 
53 #ifndef socklen_t 
any idea? 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-24 17:02:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Grab.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-01-26 00:13:52 UTC
State Changed
From-To: feedback->closed

Committed, thanks!