Page MenuHomeFreeBSD

devel/rapidjson: Fix clang warnings on 12.
ClosedPublic

Authored by yuri on Dec 23 2017, 9:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 11, 4:05 AM
Unknown Object (File)
Wed, Jun 10, 7:54 PM
Unknown Object (File)
Wed, Jun 10, 9:55 AM
Unknown Object (File)
Thu, Jun 4, 11:05 PM
Unknown Object (File)
Sat, May 16, 10:32 AM
Unknown Object (File)
May 10 2026, 4:18 PM
Unknown Object (File)
May 9 2026, 2:33 PM
Unknown Object (File)
May 9 2026, 1:30 PM
Subscribers

Diff Detail

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

Event Timeline

devel/rapidjson/Makefile
31

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
17–18

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

^ 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.