On 2026/04/28 09:11, YASUOKA Masahiko wrote: > +V = 0.6.1 > +DISTNAME = ${GH_PROJECT}-${V} > + > GH_ACCOUNT = cisco > GH_PROJECT = cjose > -GH_TAGNAME = 0.6.1 > -REVISION = 2 > +GH_COMMIT = db7d26ef2bd02572128c7cdaa4066f39af2b42da > +REVISION = 3 Since it uses new upstream source, please update the version number rather than just bumping REVISION. I suggest: GH_ACCOUNT = cisco GH_PROJECT = cjose GH_COMMIT = db7d26ef2bd02572128c7cdaa4066f39af2b42da DISTNAME = cjose-0.6.1pl20260427 Build fails: --- concatkdf.c:17:10: fatal error: 'alloca.h' file not found 17 | #include <alloca.h> | ^~~~~~~~~~ 1 error generated. --- adding a patch to change the <alloca.h> include to <stdlib.h> fixes that for me. It also needs a SHARED_LIBS bump to 0.1 due to new exported symbols, and "make plist".
No comments:
Post a Comment