Page MenuHomeFreeBSD

devel/rapidjson: Fix clang warnings on 12.
ClosedPublic

Authored by yuri on Dec 23 2017, 9:16 PM.
Tags
None
Referenced Files
F165590261: D13599.id37315.diff
Sat, Aug 8, 6:15 PM
F165578669: D13599.id36969.diff
Sat, Aug 8, 5:31 PM
F165574573: D13599.id36968.diff
Sat, Aug 8, 5:16 PM
F165573554: D13599.id.diff
Sat, Aug 8, 5:12 PM
F165550321: D13599.id36951.diff
Sat, Aug 8, 3:46 PM
F165546013: D13599.id36969.diff
Sat, Aug 8, 3:26 PM
F165458479: D13599.diff
Sat, Aug 8, 7:42 AM
Unknown Object (File)
Thu, Aug 6, 4:14 AM
Subscribers

Diff Detail

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

Event Timeline

devel/rapidjson/Makefile
33 ↗(On Diff #36951)

Are you sure you want to still define DATADIR and PORTDATA after including bsd.port.pre.mk? Usually that is included as late as possible.

tobik added inline comments.
devel/rapidjson/Makefile
18 ↗(On Diff #36951)

It builds fine on armv7 with Dimitry's patch from the PR applied, so I think BROKEN_armv7 can be removed now.

http://sprunge.us/WAXU

Moved DATADIR and PORTDATA to the earlier location.

yuri marked an inline comment as done.

Removed BROKEN_armv7

yuri marked an inline comment as done.Dec 24 2017, 5:33 PM

@adamw @tcberner Can you approve? This blocks having a package for kodi-devel on 12.0-CURRENT.

devel/rapidjson/Makefile
40 ↗(On Diff #36969)

^ why is this here and not further up i the Makefile?
Also, you can write this as
CMAKE_OFF= RAPIDJSON_BUILD_TESTS
now :D

Apart from that, it is fine.

This revision is now accepted and ready to land.Dec 31 2017, 3:31 PM
yuri marked an inline comment as done.Dec 31 2017, 5:02 PM
This revision was automatically updated to reflect the committed changes.