From: Stuart Henderson Subject: Re: [update] textproc/tinyxml2: update to 10.0.0 To: "Kirill A. Korinsky" Cc: OpenBSD ports Date: Wed, 5 Jun 2024 00:33:27 +0100 On 2024/06/05 00:20, Kirill A. Korinsky wrote: > ports@ > > Here an update of textproc/tinyxml2 which drops one of patches, > and the home page were moved to github. > > Brifley tested on -current/amd64, make test passes. Did you test building any of the dependent ports? games/blobby games/choria mail/grommunio/gromox security/encfs > diff --git textproc/tinyxml2/Makefile textproc/tinyxml2/Makefile > index 3656dd94111..734640e2692 100644 > --- textproc/tinyxml2/Makefile > +++ textproc/tinyxml2/Makefile > @@ -2,13 +2,13 @@ COMMENT = simple, small and efficient C++ XML parser > > GH_ACCOUNT = leethomason > GH_PROJECT = tinyxml2 > -GH_TAGNAME = 9.0.0 > +GH_TAGNAME = 10.0.0 > > -SHARED_LIBS += tinyxml2 9.0 # 9.0 > +SHARED_LIBS += tinyxml2 10.0 # 10.0 > > CATEGORIES = textproc > > -HOMEPAGE = http://www.grinninglizard.com/tinyxml2/index.html > +HOMEPAGE = https://github.com/leethomason/tinyxml2/ > > # zlib > PERMIT_PACKAGE = Yes > diff --git textproc/tinyxml2/distinfo textproc/tinyxml2/distinfo > index 7d2c370ae32..572312d2177 100644 > --- textproc/tinyxml2/distinfo > +++ textproc/tinyxml2/distinfo > @@ -1,2 +1,2 @@ > -SHA256 (tinyxml2-9.0.0.tar.gz) = zC8UF8MIsfasxU+I63B3Ggv2X3YoLOXEDlTP5SlScCw= > -SIZE (tinyxml2-9.0.0.tar.gz) = 619734 > +SHA256 (tinyxml2-10.0.0.tar.gz) = O98VEouhZobmm84lbMRo52x7lP8sfzkcxewJ5Av/ODk= > +SIZE (tinyxml2-10.0.0.tar.gz) = 642421 > diff --git textproc/tinyxml2/patches/patch-tinyxml2_cpp textproc/tinyxml2/patches/patch-tinyxml2_cpp > deleted file mode 100644 > index 682ee129ccf..00000000000 > --- textproc/tinyxml2/patches/patch-tinyxml2_cpp > +++ /dev/null > @@ -1,12 +0,0 @@ > -Index: tinyxml2.cpp > ---- tinyxml2.cpp.orig > -+++ tinyxml2.cpp > -@@ -103,7 +103,7 @@ distribution. > - #if defined(_WIN64) > - #define TIXML_FSEEK _fseeki64 > - #define TIXML_FTELL _ftelli64 > --#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__ANDROID__) > -+#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__ANDROID__) || defined(__OpenBSD__) > - #define TIXML_FSEEK fseeko > - #define TIXML_FTELL ftello > - #elif defined(__unix__) && defined(__x86_64__) > > > -- > wbr, Kirill >