Date: Sun, 18 Feb 2024 21:47:59 +0100 From: Daniel Engberg <daniel.engberg.lists@pyret.net> To: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: ae019109714d - main - devel/argtable3: New port: ANSI C library that parses GNU-style command-line options Message-ID: <4ae1d9b2fe665902d28c06a9e9aa9f15@mail.infomaniak.com> In-Reply-To: <202402181927.41IJRpC9032914@gitrepo.freebsd.org> References: <202402181927.41IJRpC9032914@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--_=_swift_1708289279_aa4476ee8fc9f4ee494c2d65ac23b15a_=_ Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2024-02-18T20:27:51.000+01:00, Jose Alonso Cardenas Marquez <acm@FreeB= SD.org> wrote: >=C2=A0The=C2=A0branch=C2=A0main=C2=A0has=C2=A0been= =C2=A0updated=C2=A0by=C2=A0acm: >=C2=A0 >=C2=A0URL:=C2=A0https://cgit.F= reeBSD.org/ports/commit/?id=3Dae019109714da1f499ea9c73be29c74dab44377f >= =C2=A0 >=C2=A0commit=C2=A0ae019109714da1f499ea9c73be29c74dab44377f >= =C2=A0 >=C2=A0Author:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0Jose=C2=A0Alonso=C2= =A0Cardenas=C2=A0Marquez=C2=A0<acm@FreeBSD.org> >=C2=A0 >=C2=A0AuthorDa= te:=C2=A02024-02-18=C2=A019:26:43=C2=A0+0000 >=C2=A0 >=C2=A0Commit:= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0Jose=C2=A0Alonso=C2=A0Cardenas=C2=A0Marquez= =C2=A0<acm@FreeBSD.org> >=C2=A0 >=C2=A0CommitDate:=C2=A02024-02-18= =C2=A019:26:43=C2=A0+0000 >=C2=A0 >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0devel/= argtable3:=C2=A0New=C2=A0port:=C2=A0ANSI=C2=A0C=C2=A0library=C2=A0that= =C2=A0parses=C2=A0GNU-style=C2=A0command-line=C2=A0options >=C2=A0 >= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 >=C2=A0 >=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0Argtable3=C2=A0is=C2=A0an=C2=A0open=C2=A0source=C2=A0ANSI=C2=A0C=C2= =A0library=C2=A0that=C2=A0parses=C2=A0GNU-style=C2=A0command-line >=C2= =A0 >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0options=C2=A0with=C2=A0the=C2=A0getopt= =C2=A0library.=C2=A0It=C2=A0simplifies=C2=A0command-line=C2=A0parsing=C2= =A0by=C2=A0defining >=C2=A0 >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0a=C2=A0decla= rative-style=C2=A0API=C2=A0that=C2=A0you=C2=A0can=C2=A0use=C2=A0to=C2=A0spe= cify=C2=A0what=C2=A0your=C2=A0command-line >=C2=A0 >=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0syntax=C2=A0looks=C2=A0like.=C2=A0Argtable3=C2=A0will=C2= =A0automatically=C2=A0generate=C2=A0consistent=C2=A0error >=C2=A0 >= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0handling=C2=A0logic=C2=A0and=C2=A0textual= =C2=A0descriptions=C2=A0of=C2=A0the=C2=A0command=C2=A0line=C2=A0syntax,= =C2=A0which=C2=A0are >=C2=A0 >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0essential= =C2=A0but=C2=A0tedious=C2=A0to=C2=A0implement=C2=A0for=C2=A0a=C2=A0robust= =C2=A0CLI=C2=A0program. >=C2=A0 >=C2=A0--- >=C2=A0 >=C2=A0=C2=A0dev= el/Makefile=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0|=C2=A0=C2=A01=C2=A0+ >=C2=A0 >=C2=A0=C2=A0devel/argtable3/= Makefile=C2=A0=C2=A0|=C2=A024=C2=A0++++++++++++++++++++++++ >=C2=A0 >= =C2=A0=C2=A0devel/argtable3/distinfo=C2=A0=C2=A0|=C2=A0=C2=A03=C2=A0+++ >= =C2=A0 >=C2=A0=C2=A0devel/argtable3/pkg-descr=C2=A0|=C2=A0=C2=A06=C2= =A0++++++ >=C2=A0 >=C2=A0=C2=A0devel/argtable3/pkg-plist=C2=A0|=C2= =A0=C2=A05=C2=A0+++++ >=C2=A0 >=C2=A0=C2=A05=C2=A0files=C2=A0changed,= =C2=A039=C2=A0insertions(+) >=C2=A0 >=C2=A0diff=C2=A0--git=C2=A0a/devel= /Makefile=C2=A0b/devel/Makefile >=C2=A0 >=C2=A0index=C2=A000b47b2f905c.= .ad7af082168d=C2=A0100644 >=C2=A0 >=C2=A0---=C2=A0a/devel/Makefile >= =C2=A0 >=C2=A0+++=C2=A0b/devel/Makefile >=C2=A0 >=C2=A0@@=C2=A0-210,6= =C2=A0+210,7=C2=A0@@ >=C2=A0 >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0SUBDI= R=C2=A0+=3D=C2=A0argparse >=C2=A0 >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0SUBDIR=C2=A0+=3D=C2=A0args >=C2=A0 >=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0SUBDIR=C2=A0+=3D=C2=A0argtable >=C2=A0 >=C2=A0+=C2=A0=C2=A0= =C2=A0=C2=A0SUBDIR=C2=A0+=3D=C2=A0argtable3 >=C2=A0 >=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0SUBDIR=C2=A0+=3D=C2=A0arm-elf-binutils >=C2=A0 >= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0SUBDIR=C2=A0+=3D=C2=A0arm-none-eabi-gcc= >=C2=A0 >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0SUBDIR=C2=A0+=3D=C2=A0arm= -none-eabi-newlib >=C2=A0 >=C2=A0diff=C2=A0--git=C2=A0a/devel/argtable3= /Makefile=C2=A0b/devel/argtable3/Makefile >=C2=A0 >=C2=A0new=C2=A0file= =C2=A0mode=C2=A0100644 >=C2=A0 >=C2=A0index=C2=A0000000000000..40c226ae= fab2 >=C2=A0 >=C2=A0---=C2=A0/dev/null >=C2=A0 >=C2=A0+++=C2=A0b/de= vel/argtable3/Makefile >=C2=A0 >=C2=A0@@=C2=A0-0,0=C2=A0+1,24=C2=A0@@= >=C2=A0 >=C2=A0+PORTNAME=3D=C2=A0=C2=A0=C2=A0=C2=A0argtable3 >=C2= =A0 >=C2=A0+DISTVERSION=3D=C2=A0=C2=A0=C2=A0=C2=A03.2.2 >=C2=A0 >= =C2=A0+CATEGORIES=3D=C2=A0=C2=A0=C2=A0=C2=A0devel >=C2=A0 >=C2=A0+ >= =C2=A0 >=C2=A0+MAINTAINER=3D=C2=A0=C2=A0=C2=A0=C2=A0acm@FreeBSD.org >= =C2=A0 >=C2=A0+COMMENT=3D=C2=A0=C2=A0=C2=A0=C2=A0ANSI=C2=A0C=C2=A0library= =C2=A0that=C2=A0parses=C2=A0GNU-style=C2=A0command-line=C2=A0options >= =C2=A0 >=C2=A0+WWW=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0http= s://www.argtable.org >=C2=A0 >=C2=A0+ >=C2=A0 >=C2=A0+LICENSE=3D= =C2=A0=C2=A0=C2=A0=C2=A0BSD3CLAUSE >=C2=A0 >=C2=A0+LICENSE_FILE=3D= =C2=A0=C2=A0=C2=A0=C2=A0${WRKSRC}/LICENSE >=C2=A0 >=C2=A0+ >=C2=A0 = >=C2=A0+BUILD_DEPENDS=3D=C2=A0=C2=A0=C2=A0=C2=A0bash>0:shells/bash >= =C2=A0 >=C2=A0+ >=C2=A0 >=C2=A0+USES=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0cmake=C2=A0compiler:c++11-lang=C2=A0shebangfix >= =C2=A0 >=C2=A0+USE_GITHUB=3D=C2=A0=C2=A0=C2=A0=C2=A0yes >=C2=A0 >= =C2=A0+GH_ACCOUNT=3D=C2=A0=C2=A0=C2=A0=C2=A0argtable >=C2=A0 >=C2=A0+GH= _TAGNAME=3D=C2=A0=C2=A0=C2=A0=C2=A0f319bb66252c6d32a0657c774534ba409567aa62= >=C2=A0 >=C2=A0+ >=C2=A0 >=C2=A0+SHEBANG_FILES=3D=C2=A0=C2=A0= =C2=A0=C2=A0${WRKSRC}/tools/build >=C2=A0 >=C2=A0+ >=C2=A0 >=C2= =A0+post-patch: >=C2=A0 >=C2=A0+=C2=A0=C2=A0=C2=A0=C2=A0${REINPLACE_CMD= }=C2=A0'66d'=C2=A0${WRKSRC}/tools/build >=C2=A0 >=C2=A0+ >=C2=A0 >= =C2=A0+.include=C2=A0<bsd.port.mk>=C2=A0[http://bsd.port.mk>]; >=C2=A0 = >=C2=A0diff=C2=A0--git=C2=A0a/devel/argtable3/distinfo=C2=A0b/devel/argtabl= e3/distinfo >=C2=A0 >=C2=A0new=C2=A0file=C2=A0mode=C2=A0100644 >= =C2=A0 >=C2=A0index=C2=A0000000000000..fdee15f017e7 >=C2=A0 >=C2= =A0---=C2=A0/dev/null >=C2=A0 >=C2=A0+++=C2=A0b/devel/argtable3/distinf= o >=C2=A0 >=C2=A0@@=C2=A0-0,0=C2=A0+1,3=C2=A0@@ >=C2=A0 >=C2=A0+TIM= ESTAMP=C2=A0=3D=C2=A01708211192 >=C2=A0 >=C2=A0+SHA256=C2=A0(argtable-a= rgtable3-3.2.2-f319bb66252c6d32a0657c774534ba409567aa62_GH0.tar.gz)=C2= =A0=3D=C2=A0caa17d2e992a4ba0e5ea8fb3a4c5cf4e4192d040e572ae583547c6886a4f12d= 1 >=C2=A0 >=C2=A0+SIZE=C2=A0(argtable-argtable3-3.2.2-f319bb66252c6d32a= 0657c774534ba409567aa62_GH0.tar.gz)=C2=A0=3D=C2=A0510632 >=C2=A0 >= =C2=A0diff=C2=A0--git=C2=A0a/devel/argtable3/pkg-descr=C2=A0b/devel/argtabl= e3/pkg-descr >=C2=A0 >=C2=A0new=C2=A0file=C2=A0mode=C2=A0100644 >= =C2=A0 >=C2=A0index=C2=A0000000000000..c6e96b60e1a3 >=C2=A0 >=C2= =A0---=C2=A0/dev/null >=C2=A0 >=C2=A0+++=C2=A0b/devel/argtable3/pkg-des= cr >=C2=A0 >=C2=A0@@=C2=A0-0,0=C2=A0+1,6=C2=A0@@ >=C2=A0 >=C2=A0+Ar= gtable3=C2=A0is=C2=A0an=C2=A0open=C2=A0source=C2=A0ANSI=C2=A0C=C2=A0library= =C2=A0that=C2=A0parses=C2=A0GNU-style=C2=A0command-line >=C2=A0 >=C2= =A0+options=C2=A0with=C2=A0the=C2=A0getopt=C2=A0library.=C2=A0It=C2=A0simpl= ifies=C2=A0command-line=C2=A0parsing=C2=A0by=C2=A0defining >=C2=A0 >= =C2=A0+a=C2=A0declarative-style=C2=A0API=C2=A0that=C2=A0you=C2=A0can=C2= =A0use=C2=A0to=C2=A0specify=C2=A0what=C2=A0your=C2=A0command-line >=C2= =A0 >=C2=A0+syntax=C2=A0looks=C2=A0like.=C2=A0Argtable3=C2=A0will=C2= =A0automatically=C2=A0generate=C2=A0consistent=C2=A0error >=C2=A0 >= =C2=A0+handling=C2=A0logic=C2=A0and=C2=A0textual=C2=A0descriptions=C2=A0of= =C2=A0the=C2=A0command=C2=A0line=C2=A0syntax,=C2=A0which=C2=A0are >=C2= =A0 >=C2=A0+essential=C2=A0but=C2=A0tedious=C2=A0to=C2=A0implement=C2= =A0for=C2=A0a=C2=A0robust=C2=A0CLI=C2=A0program. >=C2=A0 >=C2=A0diff= =C2=A0--git=C2=A0a/devel/argtable3/pkg-plist=C2=A0b/devel/argtable3/pkg-pli= st >=C2=A0 >=C2=A0new=C2=A0file=C2=A0mode=C2=A0100644 >=C2=A0 >= =C2=A0index=C2=A0000000000000..5acc3b510f53 >=C2=A0 >=C2=A0---=C2=A0/de= v/null >=C2=A0 >=C2=A0+++=C2=A0b/devel/argtable3/pkg-plist >=C2=A0 = >=C2=A0@@=C2=A0-0,0=C2=A0+1,5=C2=A0@@ >=C2=A0 >=C2=A0+include/argtable3= .h >=C2=A0 >=C2=A0+lib/cmake/argtable3/Argtable3Config-release.cmake = >=C2=A0 >=C2=A0+lib/cmake/argtable3/Argtable3Config.cmake >=C2=A0 >= =C2=A0+lib/cmake/argtable3/Argtable3ConfigVersion.cmake >=C2=A0 >=C2= =A0+lib/libargtable3_static.a Hi, Same here, be more careful...= Why are we building tests and examples? Why is bash a dependency= ? You most likely wanted a shared library? Why reason why GH_TAGN= AME isn't the release tag? You likely want something along the lines o= f the following: CMAKE_ON=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 BUILD= _SHARED_LIBS CMAKE_OFF=3D=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ARGTABLE3_ENAB= LE_TESTS \ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ARGTABLE3_ENABLE_EXAMPLES Best re= gards, Daniel --_=_swift_1708289279_aa4476ee8fc9f4ee494c2d65ac23b15a_=_ Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <div>On 2024-02-18T20:27:51.000+01:00, Jose Alonso Cardenas Marquez <acm= @FreeBSD.org> wrote:<br></div><div class=3D"ik_mail_quote answerContentM= essage"><blockquote class=3D"ws-ng-quote"><pre style=3D"white-space: normal= ;"><div>The branch main has been updated by acm:<br></div><div><br></div><d= iv>URL: <a href=3D"https://cgit.FreeBSD.org/ports/commit/?id=3Dae019109714d= a1f499ea9c73be29c74dab44377f" class=3D"defaultMailLink" target=3D"_blank" r= el=3D"noopener noreferrer" data-ik=3D"ik-secure">https://cgit.FreeBSD.org/p= orts/commit/?id=3Dae019109714da1f499ea9c73be29c74dab44377f</a><br></div><di= v><br></div><div>commit ae019109714da1f499ea9c73be29c74dab44377f<br></div><= div>Author: Jose Alonso Cardenas Marquez <<a href=3D"mailto:acm@Free= BSD.org" class=3D"defaultMailLink">acm@FreeBSD.org</a>><br></div><div>Au= thorDate: 2024-02-18 19:26:43 +0000<br></div><div>Commit: Jose Alonso C= ardenas Marquez <<a href=3D"mailto:acm@FreeBSD.org" class=3D"defaultMail= Link">acm@FreeBSD.org</a>><br></div><div>CommitDate: 2024-02-18 19:26:43= +0000<br></div><div><br></div><div> devel/argtable3: New port: ANSI C l= ibrary that parses GNU-style command-line options<br></div><div> <br></d= iv><div> Argtable3 is an open source ANSI C library that parses GNU-styl= e command-line<br></div><div> options with the getopt library. It simpli= fies command-line parsing by defining<br></div><div> a declarative-style= API that you can use to specify what your command-line<br></div><div> s= yntax looks like. Argtable3 will automatically generate consistent error<br= ></div><div> handling logic and textual descriptions of the command line= syntax, which are<br></div><div> essential but tedious to implement for= a robust CLI program.<br></div><div>---<br></div><div> devel/Makefile = | 1 +<br></div><div> devel/argtable3/Makefile | 24 +++++++++++++++= +++++++++<br></div><div> devel/argtable3/distinfo | 3 +++<br></div><div> = devel/argtable3/pkg-descr | 6 ++++++<br></div><div> devel/argtable3/pkg-pl= ist | 5 +++++<br></div><div> 5 files changed, 39 insertions(+)<br></div><d= iv><br></div><div>diff --git a/devel/Makefile b/devel/Makefile<br></div><di= v>index 00b47b2f905c..ad7af082168d 100644<br></div><div>--- a/devel/Makefil= e<br></div><div>+++ b/devel/Makefile<br></div><div>@@ -210,6 +210,7 @@<br><= /div><div> SUBDIR +=3D argparse<br></div><div> SUBDIR +=3D args<br>= </div><div> SUBDIR +=3D argtable<br></div><div>+ SUBDIR +=3D argtabl= e3<br></div><div> SUBDIR +=3D arm-elf-binutils<br></div><div> SUBDI= R +=3D arm-none-eabi-gcc<br></div><div> SUBDIR +=3D arm-none-eabi-newli= b<br></div><div>diff --git a/devel/argtable3/Makefile b/devel/argtable3/Mak= efile<br></div><div>new file mode 100644<br></div><div>index 000000000000..= 40c226aefab2<br></div><div>--- /dev/null<br></div><div>+++ b/devel/argtable= 3/Makefile<br></div><div>@@ -0,0 +1,24 @@<br></div><div>+PORTNAME=3D=09argt= able3<br></div><div>+DISTVERSION=3D=093.2.2<br></div><div>+CATEGORIES=3D=09= devel<br></div><div>+<br></div><div>+MAINTAINER=3D=09<a href=3D"mailto:acm@= FreeBSD.org" class=3D"defaultMailLink">acm@FreeBSD.org</a><br></div><div>+C= OMMENT=3D=09ANSI C library that parses GNU-style command-line options<br></= div><div>+WWW=3D=09=09<a href=3D"https://www.argtable.org" class=3D"default= MailLink" target=3D"_blank" rel=3D"noopener noreferrer" data-ik=3D"ik-secur= e">https://www.argtable.org</a><br></div><div>+<br></div><div>+LICENSE=3D= =09BSD3CLAUSE<br></div><div>+LICENSE_FILE=3D=09${WRKSRC}/LICENSE<br></div><= div>+<br></div><div>+BUILD_DEPENDS=3D=09bash>0:shells/bash<br></div><div= >+<br></div><div>+USES=3D=09=09cmake compiler:c++11-lang shebangfix<br></di= v><div>+USE_GITHUB=3D=09yes<br></div><div>+GH_ACCOUNT=3D=09argtable<br></di= v><div>+GH_TAGNAME=3D=09f319bb66252c6d32a0657c774534ba409567aa62<br></div><= div>+<br></div><div>+SHEBANG_FILES=3D=09${WRKSRC}/tools/build<br></div><div= >+<br></div><div>+post-patch:<br></div><div>+=09${REINPLACE_CMD} '66d' ${WR= KSRC}/tools/build<br></div><div>+<br></div><div>+.include <<a href=3D"ht= tp://bsd.port.mk>" class=3D"defaultMailLink" target=3D"_blank" rel=3D"noope= ner noreferrer" data-ik=3D"ik-secure">bsd.port.mk></a>;<br></div><div>di= ff --git a/devel/argtable3/distinfo b/devel/argtable3/distinfo<br></div><di= v>new file mode 100644<br></div><div>index 000000000000..fdee15f017e7<br></= div><div>--- /dev/null<br></div><div>+++ b/devel/argtable3/distinfo<br></di= v><div>@@ -0,0 +1,3 @@<br></div><div>+TIMESTAMP =3D 1708211192<br></div><di= v>+SHA256 (argtable-argtable3-3.2.2-f319bb66252c6d32a0657c774534ba409567aa6= 2_GH0.tar.gz) =3D caa17d2e992a4ba0e5ea8fb3a4c5cf4e4192d040e572ae583547c6886= a4f12d1<br></div><div>+SIZE (argtable-argtable3-3.2.2-f319bb66252c6d32a0657= c774534ba409567aa62_GH0.tar.gz) =3D 510632<br></div><div>diff --git a/devel= /argtable3/pkg-descr b/devel/argtable3/pkg-descr<br></div><div>new file mod= e 100644<br></div><div>index 000000000000..c6e96b60e1a3<br></div><div>--- /= dev/null<br></div><div>+++ b/devel/argtable3/pkg-descr<br></div><div>@@ -0,= 0 +1,6 @@<br></div><div>+Argtable3 is an open source ANSI C library that pa= rses GNU-style command-line<br></div><div>+options with the getopt library.= It simplifies command-line parsing by defining<br></div><div>+a declarativ= e-style API that you can use to specify what your command-line<br></div><di= v>+syntax looks like. Argtable3 will automatically generate consistent erro= r<br></div><div>+handling logic and textual descriptions of the command lin= e syntax, which are<br></div><div>+essential but tedious to implement for a= robust CLI program.<br></div><div>diff --git a/devel/argtable3/pkg-plist b= /devel/argtable3/pkg-plist<br></div><div>new file mode 100644<br></div><div= >index 000000000000..5acc3b510f53<br></div><div>--- /dev/null<br></div><div= >+++ b/devel/argtable3/pkg-plist<br></div><div>@@ -0,0 +1,5 @@<br></div><di= v>+include/argtable3.h<br></div><div>+lib/cmake/argtable3/Argtable3Config-r= elease.cmake<br></div><div>+lib/cmake/argtable3/Argtable3Config.cmake<br></= div><div>+lib/cmake/argtable3/Argtable3ConfigVersion.cmake<br></div><div>+l= ib/libargtable3_static.a<br></div></pre></blockquote></div><div>Hi,<br></di= v><div><br></div><div>Same here, be more careful...<br></div><div><br></div= ><div>Why are we building tests and examples?<br></div><div>Why is bash a d= ependency?<br></div><div>You most likely wanted a shared library?<br></div>= <div>Why reason why GH_TAGNAME isn't the release tag?<br></div><div><br></d= iv><div>You likely want something along the lines of the following:<br></di= v><div><br></div><div>CMAKE_ON=3D BUILD= _SHARED_LIBS<br></div><div>CMAKE_OFF=3D ARGTA= BLE3_ENABLE_TESTS \<br></div><div>  = ; ARGTABLE3_ENABLE_EXAMPLES= <br></div><div><br></div><div>Best regards,<br></div><div>Daniel<br></div> --_=_swift_1708289279_aa4476ee8fc9f4ee494c2d65ac23b15a_=_--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ae1d9b2fe665902d28c06a9e9aa9f15>