On 2023/08/30 18:34, A Tammy wrote: > > On 8/30/23 13:55, Jonathan Schleifer wrote: > > Hi! > > > > With ObjFW 1.0 being released yesterday, I thought to package it up > > for OpenBSD. Please find it attached and if it looks good, it would be > > great if it could be imported. > > > > Exciting! Thanks for the port. Built cleanly and all tests passed. > > Upstream doc says > > > It supports all modern Objective-C features when using Clang, but is > also compatible with GCC ≥ 4.6 to allow maximum portability. > > Unfortunate, our ports gcc doesn't support objcetive-c :( > > > SHARED_LIBS += objfw 1.0 > > SHARED_LIBS += objfwrt 1.0 > > SHARED_LIBS += objfwtls 1.0 > > I can't remember how strict we are with these version starting numbers > but iirc we start with 0.1 (?) I don't really mind if this isn't changed. > The bumpings are the more important ones anyway.
0.0. The key thing is to make sure that changing the versions in SHARED_LIBS changes the versions of the produced file, i.e. make sure that ports is in control.