ports/contrib (3.7): libstaroffice: pulled patch from libreoffice
commit 1159a910ab82fab8d1aeb105d2dcf131a5646951 Author: Tim Biermann <tbier@posteo.de> Date: Sat Jan 28 13:13:17 2023 +0100 libstaroffice: pulled patch from libreoffice diff --git a/libstaroffice/.footprint b/libstaroffice/.footprint index 83c4177a8..e22e9b6cf 100644 --- a/libstaroffice/.footprint +++ b/libstaroffice/.footprint @@ -11,9 +11,9 @@ drwxr-xr-x root/root usr/include/libstaroffice-0.0/libstaroffice/ -rw-r--r-- root/root usr/include/libstaroffice-0.0/libstaroffice/STOFFDocument.hxx -rw-r--r-- root/root usr/include/libstaroffice-0.0/libstaroffice/libstaroffice.hxx drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libstaroffice-0.0-lo.so.0 -> libstaroffice-0.0-lo.so.0.0.7 +-rwxr-xr-x root/root usr/lib/libstaroffice-0.0-lo.so.0.0.7 -rwxr-xr-x root/root usr/lib/libstaroffice-0.0.la -lrwxrwxrwx root/root usr/lib/libstaroffice-0.0.so -> libstaroffice-0.0.so.0.0.7 -lrwxrwxrwx root/root usr/lib/libstaroffice-0.0.so.0 -> libstaroffice-0.0.so.0.0.7 --rwxr-xr-x root/root usr/lib/libstaroffice-0.0.so.0.0.7 +lrwxrwxrwx root/root usr/lib/libstaroffice-0.0.so -> libstaroffice-0.0-lo.so.0.0.7 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libstaroffice-0.0.pc diff --git a/libstaroffice/.signature b/libstaroffice/.signature index f30bed844..98c55d743 100644 --- a/libstaroffice/.signature +++ b/libstaroffice/.signature @@ -1,5 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35gcDF72ihv7gsKJM6/0wt14vedfB01bjZlHVL3z0iKx1O2olGPBU5G4oL4MTGdote/qZpbECuZCFyYb6zgk4Qw= -SHA256 (Pkgfile) = d05837064ae474856215f4ce71cb1b9fc1221962f9bc2fa5c66d82a297906de8 -SHA256 (.footprint) = 41ecbae55137bec9da8bb13216e3e7bf337057634eedaba087c5b3d9c3729e3e +RWSagIOpLGJF37toYkb7uR1S8eBmzM2O3b/tCtyUrvsCrnVAB7enhTwrm1C5c/NezQB4+GB7B7NH752QRxn2GgQgPgnsQ34TNQA= +SHA256 (Pkgfile) = 6e0f1295eb092c57b134df50805437e45bc4181dd881b7df1560bb4a09a8ba17 +SHA256 (.footprint) = dd394d998561b8948a466593c2ac91602fda892217305411eb57d136c14a9df6 SHA256 (libstaroffice-0.0.7.tar.xz) = f94fb0ad8216f97127bedef163a45886b43c62deac5e5b0f5e628e234220c8db +SHA256 (libstaroffice-bundled-soname.patch.0) = 6ccbb13924733c05d4cd44bb1f6668b824baf0fad74de9dd3618053b1a689266 diff --git a/libstaroffice/Pkgfile b/libstaroffice/Pkgfile index 3ac475605..2f962a8f3 100644 --- a/libstaroffice/Pkgfile +++ b/libstaroffice/Pkgfile @@ -6,10 +6,14 @@ name=libstaroffice version=0.0.7 release=1 -source=(https://github.com/fosnola/$name/releases/download/$version/$name-$version.t...) +source=(https://github.com/fosnola/$name/releases/download/$version/$name-$version.t... + libstaroffice-bundled-soname.patch.0) build() { cd $name-$version + + patch -Np0 -i $SRC/libstaroffice-bundled-soname.patch.0 + ./configure --prefix=/usr \ --without-docs make diff --git a/libstaroffice/libstaroffice-bundled-soname.patch.0 b/libstaroffice/libstaroffice-bundled-soname.patch.0 new file mode 100644 index 000000000..00b064d10 --- /dev/null +++ b/libstaroffice/libstaroffice-bundled-soname.patch.0 @@ -0,0 +1,11 @@ +--- src/lib/Makefile.in.orig 2015-08-07 14:04:47.646611627 +0200 ++++ src/lib/Makefile.in 2015-08-07 14:25:49.888589996 +0200 +@@ -418,7 +418,7 @@ + AM_CXXFLAGS = -I$(top_srcdir)/inc $(REVENGE_CFLAGS) $(DEBUG_CXXFLAGS) $(ZLIB_CFLAGS) -DBUILD_STAROFFICE=1 + libstaroffice_@STAROFFICE_MAJOR_VERSION@_@STAROFFICE_MINOR_VERSION@_la_LIBADD = $(REVENGE_LIBS) $(ZLIB_LIBS) @LIBSTAROFFICE_WIN32_RESOURCE@ + libstaroffice_@STAROFFICE_MAJOR_VERSION@_@STAROFFICE_MINOR_VERSION@_la_DEPENDENCIES = @LIBSTAROFFICE_WIN32_RESOURCE@ +-libstaroffice_@STAROFFICE_MAJOR_VERSION@_@STAROFFICE_MINOR_VERSION@_la_LDFLAGS = $(version_info) -export-dynamic -no-undefined ++libstaroffice_@STAROFFICE_MAJOR_VERSION@_@STAROFFICE_MINOR_VERSION@_la_LDFLAGS = $(version_info) -export-dynamic -no-undefined -release lo + libstaroffice_@STAROFFICE_MAJOR_VERSION@_@STAROFFICE_MINOR_VERSION@_la_SOURCES = \ + SDAParser.cxx \ + SDAParser.hxx \
participants (1)
-
crux@crux.nu