Page MenuHomeFreeBSD

Work around the lack of definition of union semun per POSIX.
ClosedPublic

Authored by brooks on Jan 30 2018, 9:22 PM.
Tags
None
Referenced Files
F160275948: D14137.id39268.diff
Mon, Jun 22, 8:18 PM
F160266831: D14137.id39898.diff
Mon, Jun 22, 5:53 PM
F160247615: D14137.id38889.diff
Mon, Jun 22, 1:22 PM
F160239801: D14137.id38981.diff
Mon, Jun 22, 11:54 AM
Unknown Object (File)
Sun, Jun 21, 1:53 PM
Unknown Object (File)
Sun, Jun 21, 12:20 AM
Unknown Object (File)
Sat, Jun 20, 10:09 PM
Unknown Object (File)
Fri, Jun 19, 9:06 PM
Subscribers
None

Details

Summary

When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.

NOTE: the patches currently use the un-updated __FreeBSD_version value. This will be corrected at commit time.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • One more -D_WANT_SEMUN after new exprun.
  • Work around the need for union semun, lack of mymsg, and struct name changes
  • Rebase
  • Remove no longer needed patches (fixed upstream and port updated).
  • Update __FreeBSD_version to anticipated value.
This revision was not accepted when it landed; it landed in state Needs Review.Mar 2 2018, 10:35 PM
This revision was automatically updated to reflect the committed changes.