Page MenuHomeFreeBSD

math/cocoalib: Update to 0.99710
ClosedPublic

Authored by salvadore on Jun 11 2020, 3:29 PM.
Tags
None
Referenced Files
F147640360: D25234.id.diff
Thu, Mar 12, 1:11 PM
F147606482: D25234.id.diff
Thu, Mar 12, 6:58 AM
Unknown Object (File)
Sat, Mar 7, 8:52 AM
Unknown Object (File)
Wed, Mar 4, 8:49 PM
Unknown Object (File)
Wed, Mar 4, 3:07 PM
Unknown Object (File)
Wed, Mar 4, 2:40 AM
Unknown Object (File)
Sun, Mar 1, 2:29 PM
Unknown Object (File)
Sun, Mar 1, 1:28 PM
Subscribers

Details

Summary

Also:

  • build the port by patching existing Makefiles instead of copying a new one from ${FILESDIR} in the hope that this eases maintainance;
  • change the SMALLDEG option so that it now applies a patch conditionally instead of using ${REINPLACE_CMD}.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 31639
Build 29220: arc lint + arc unit

Event Timeline

Okay.

Is there anything suitable for upstream submission/inclusion admit all those Makefile changes? Would be nice to not have that big of a patchset long term.

This revision is now accepted and ready to land.Jun 11 2020, 5:30 PM

Unfortunately I think it is very unlikely that thoses patches can be merged upstream: I have introduced them because their build system is very complicate to use on FreeBSD (and I guess on Linux as well as soon as something is non standard) and I found easier to completely bypass it. What upstream should do, in my opinion, is redesigning it from scratch, but this would need much more work than my patches and I think they lack the time to deal with it.

This revision was automatically updated to reflect the committed changes.