From e5de849ed86595e17176eeefda834cc406c06410 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sat, 16 Oct 2021 17:24:18 +0200 Subject: [PATCH] libunwind: man pages depend on latex2man, added texlive to Optional --- libunwind/.signature | 4 ++-- libunwind/Pkgfile | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libunwind/.signature b/libunwind/.signature index 331b78744..7e71b724f 100644 --- a/libunwind/.signature +++ b/libunwind/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/T1Zli+uAZ/yuCr+lmFOZTpwiYVL5uP7QjYuKfgAZRqHqbGYtTdY0pRdItNUU3Ag776CKjbbXfZ/wsGe4BgLJww= -SHA256 (Pkgfile) = e6f6fc6b7584f1b2731d17d5c29cc3278ae2c9dc0797d1e56752b918ec4474cc +RWSE3ohX2g5d/fRc5p1el8F8RoeKekrkiQyAE+omnh3lJmejfLqDQEkBgGG78GWVbL7itIQBp5Q9+fqN6TwIg5F126hH5la9VAU= +SHA256 (Pkgfile) = 962d3e711f86660f7018a3dcd0e3bc6ad80a7a3ad4b15f6aef5c5f21c7e439be SHA256 (.footprint) = 5c047d8ece2b1c9ac79f91fadcdc7d1d82dff62feae56ed6ce17a886f4de5ade SHA256 (libunwind-1.5.0.tar.gz) = 90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017 diff --git a/libunwind/Pkgfile b/libunwind/Pkgfile index 4f0799516..cbbb09531 100644 --- a/libunwind/Pkgfile +++ b/libunwind/Pkgfile @@ -1,7 +1,8 @@ # Description: Portable and efficient API to determine the call-chain of a program # URL: https://savannah.nongnu.org/projects/libunwind # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: +# Depends on: +# Optional: texlive name=libunwind version=1.5.0 @@ -10,7 +11,7 @@ source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --enable-documentation sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make make DESTDIR=$PKG install