Page MenuHomeFreeBSD

{opt}_CMAKE_ARGS_ON isn't a valid syntax. Use {opt}_CMAKE_ON instead. This makes the soci port obey the FIREBIRD option (otherwise it always looks for Firebird). Submitted by yuri@ in PR 209530, maintainer timeout (17 months).
ClosedPublic

Authored by adridg on Nov 2 2017, 8:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 1:14 PM
Unknown Object (File)
Feb 19 2024, 6:15 AM
Unknown Object (File)
Feb 19 2024, 6:15 AM
Unknown Object (File)
Feb 19 2024, 6:15 AM
Unknown Object (File)
Feb 19 2024, 12:36 AM
Unknown Object (File)
Jan 21 2024, 4:38 AM
Unknown Object (File)
Jan 14 2024, 5:49 PM
Unknown Object (File)
Dec 20 2023, 4:31 AM
Subscribers

Details

Summary

Apply patch from PR 209530. Make config, set FIREBIRD to OFF, make
configure -> Firebird is not searched for.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Nov 2 2017, 8:56 PM

You need to bump PORTREVISION. The default is FIREBIRD on, so the default package will change.

*may

... let me double check the defaults in CMakeLists.txt before further taking my foot in my mouth ^^

Never mind, go ahead.

May I suggest a follow up to CMAKE_BOOL the whole shebang?

This revision was automatically updated to reflect the committed changes.

You need to bump PORTREVISION. The default is FIREBIRD on, so the default package will change.

This is almost right. The correct sentence, taken from 5.2.3.1. PORTREVISION is:

PORTREVISION must be increased each time a change is made to the port that changes the generated package in any way. That includes changes that only affect a package built with non-default options.

Oh, thanks.

adridg@ can you do the bump?