Page MenuHomeFreeBSD

math/cocoalib: Update to 0.99710
ClosedPublic

Authored by salvadore on Jun 11 2020, 3:29 PM.
Tags
None
Referenced Files
F161763522: D25234.diff
Mon, Jul 6, 3:31 PM
Unknown Object (File)
Sat, Jul 4, 6:08 PM
Unknown Object (File)
Fri, Jul 3, 10:15 AM
Unknown Object (File)
Thu, Jul 2, 6:26 AM
Unknown Object (File)
Tue, Jun 30, 5:50 AM
Unknown Object (File)
Fri, Jun 26, 5:40 PM
Unknown Object (File)
Fri, Jun 26, 2:53 AM
Unknown Object (File)
Wed, Jun 24, 3:00 AM
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.