Page MenuHomeFreeBSD

math/cocoalib: Update to 0.99710
ClosedPublic

Authored by salvadore on Jun 11 2020, 3:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 16, 2:25 AM
Unknown Object (File)
Tue, Apr 1, 8:12 PM
Unknown Object (File)
Mar 20 2025, 8:48 AM
Unknown Object (File)
Mar 14 2025, 12:20 AM
Unknown Object (File)
Mar 8 2025, 5:22 AM
Unknown Object (File)
Feb 24 2025, 12:03 AM
Unknown Object (File)
Feb 23 2025, 4:53 AM
Unknown Object (File)
Feb 21 2025, 11:29 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
Lint Not Applicable
Unit
Tests Not Applicable

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.