Opened 10 years ago

Closed 10 years ago

#44523 closed defect (fixed)

Upgrade arb 6.0 -> 6.0.1

Reported by: mattcottrell Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: maintainer haspatch Cc:
Port: arb

Description (last modified by ryandesign (Ryan Carsten Schmidt))

This patch resolves several outstanding issues with the arb port and brings it up to the latest version released by the upstream developers.

Addresses the problem building arb on Lion: #44368

Addresses problems detecting the compiler on older versions of OS X: #44367

Attachments (4)

Portfile.diff (2.3 KB) - added by mattcottrell 10 years ago.
Portfile diff for arb 6.0.1
patch-ARB-arb_compiler_version.pl.diff (827 bytes) - added by mattcottrell 10 years ago.
Addresses problems detecting compiler on older versions of OS X
patch-ARB-config.makefile.diff (525 bytes) - added by mattcottrell 10 years ago.
Needed for 6.0 -> 6.0.1
patch-ARB-globalsosx.cpp.diff (379 bytes) - added by neverpanic (Clemens Lang) 10 years ago.

Download all attachments as: .zip

Change History (11)

Changed 10 years ago by mattcottrell

Attachment: Portfile.diff added

Portfile diff for arb 6.0.1

Changed 10 years ago by mattcottrell

Addresses problems detecting compiler on older versions of OS X

Changed 10 years ago by mattcottrell

Needed for 6.0 -> 6.0.1

comment:1 Changed 10 years ago by mattcottrell

Sorry, folks. I still need to upload one more file (patch-ARB-globalsosx.cpp.diff) to complete this ticket, but I am getting the dreaded Captcha Error.

I'm dead in the water. Now what do I do?

https://trac.macports.org/captcha

comment:2 Changed 10 years ago by neverpanic (Clemens Lang)

Can you mail the patch to cal@…? I'll try to attach it instead.

Changed 10 years ago by neverpanic (Clemens Lang)

comment:3 Changed 10 years ago by neverpanic (Clemens Lang)

Attached. The problem was the word "MUSCLE" in the patch file, that matched our bad word filter. I removed "muscle" from the filter.

The captcha thing seems to be a red herring.

comment:4 Changed 10 years ago by mattcottrell

Thanks for pitching in with this attachment. I never would have solved that on my own.

comment:5 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

comment:6 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

You've added a block preventing the port from building on Mac OS X 10.6 or earlier. Why? The comment above that block refers to #33756, but that ticket was resolved 2 years ago and doesn't appear to relate (that ticket discusses crashes in a version of clang that was never shipped on 10.6).

comment:7 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed in r123099 with some minor changes. The Lion patch wouldn't apply; it seemed to relate to the file and the patch using DOS line endings, so I applied my usual fix of converting the file to UNIX line endings before patching.

Note: See TracTickets for help on using tickets.