Page MenuHomeFreeBSD

Fix FreeBSD 10.x and i386 builds
ClosedPublic

Authored by dev_dudu.ro on Nov 28 2017, 2:07 PM.
Referenced Files
Unknown Object (File)
Tue, Apr 9, 9:19 PM
Unknown Object (File)
Fri, Mar 22, 7:09 PM
Unknown Object (File)
Fri, Mar 22, 7:09 PM
Unknown Object (File)
Feb 22 2024, 7:11 AM
Unknown Object (File)
Jan 16 2024, 1:23 AM
Unknown Object (File)
Dec 31 2023, 6:53 PM
Unknown Object (File)
Dec 31 2023, 6:53 PM
Unknown Object (File)
Dec 29 2023, 2:12 PM
Subscribers

Diff Detail

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

Event Timeline

Also, please remove all the patches from the diff, they do not change.

databases/arangodb32/Makefile
40 ↗(On Diff #35918)

Why move this line, it was perfectly fine where it was before.

dev_dudu.ro added inline comments.
databases/arangodb32/Makefile
40 ↗(On Diff #35918)

Because of the inclusion of pre and port makefiles, which help define GYPTGT which is then swapped at compile time.

databases/arangodb32/Makefile
40 ↗(On Diff #35918)

I am only talking about the CMAKE_ARGS line, there is no reason to move it down here.

dev_dudu.ro added inline comments.
databases/arangodb32/Makefile
40 ↗(On Diff #35918)

It is not moved, that is an append operation that would otherwise fail if kept in the original place, because at that stage GYPTGT is not defined yet.

databases/arangodb32/Makefile
40 ↗(On Diff #35918)

It would most certainly not fail. make(1) evaluates values when they are used, not when they are defined. Test it. If you put the CMAKE_ARGS line where it was before, it will still work.

dev_dudu.ro marked an inline comment as done.
dev_dudu.ro added inline comments.
databases/arangodb32/Makefile
40 ↗(On Diff #35918)

Alright, thanks, didn't realize that.

databases/arangodb32/Makefile
7 ↗(On Diff #35920)

If you are fixing the build, which means that it was not building before, bumping PORTREVISION is not needed.

dev_dudu.ro marked an inline comment as done.
dev_dudu.ro marked 5 inline comments as done.
This revision was automatically updated to reflect the committed changes.