summaryrefslogtreecommitdiff
path: root/man-db
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-01-08 17:25:13 +0100
committerJuergen Daubert <jue@jue.li>2019-01-08 17:25:13 +0100
commit2ac9fca80552aa4016ffa42da7f7d9f0e1a01013 (patch)
tree93b7d6adc5b7fcbd23dd69a95b9282e5ef28e1d4 /man-db
parent386179997749bf1ccaaf3f143ac9bba58c6fbde3 (diff)
downloadcore-2ac9fca80552aa4016ffa42da7f7d9f0e1a01013.tar.gz
core-2ac9fca80552aa4016ffa42da7f7d9f0e1a01013.tar.xz
man-db: update to 2.8.5
Diffstat (limited to 'man-db')
-rw-r--r--man-db/.footprint8
-rw-r--r--man-db/.signature8
-rw-r--r--man-db/Pkgfile7
3 files changed, 12 insertions, 11 deletions
diff --git a/man-db/.footprint b/man-db/.footprint
index 0908b6c7..266a7cc9 100644
--- a/man-db/.footprint
+++ b/man-db/.footprint
@@ -15,12 +15,12 @@ drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/man_db.conf
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/man-db/
--rwxr-xr-x root/root usr/lib/man-db/libman-2.8.4.so
+-rwxr-xr-x root/root usr/lib/man-db/libman-2.8.5.so
-rwxr-xr-x root/root usr/lib/man-db/libman.la
-lrwxrwxrwx root/root usr/lib/man-db/libman.so -> libman-2.8.4.so
--rwxr-xr-x root/root usr/lib/man-db/libmandb-2.8.4.so
+lrwxrwxrwx root/root usr/lib/man-db/libman.so -> libman-2.8.5.so
+-rwxr-xr-x root/root usr/lib/man-db/libmandb-2.8.5.so
-rwxr-xr-x root/root usr/lib/man-db/libmandb.la
-lrwxrwxrwx root/root usr/lib/man-db/libmandb.so -> libmandb-2.8.4.so
+lrwxrwxrwx root/root usr/lib/man-db/libmandb.so -> libmandb-2.8.5.so
drwxr-xr-x root/root usr/lib/man-db/man-db/
-rwxr-xr-x root/root usr/lib/man-db/man-db/globbing
-rwxr-xr-x root/root usr/lib/man-db/man-db/manconv
diff --git a/man-db/.signature b/man-db/.signature
index eee972c8..b1775b5a 100644
--- a/man-db/.signature
+++ b/man-db/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqgFptuCXwmo9Umuz3U/qKn6PsTIOa8ZOUiHztmx+U+eyYCAa3s25Hu8N1ZEn1Ikfq7HQS92f6IAhcFMPLohasAs=
-SHA256 (Pkgfile) = c4fef7284394e71055849f4d080cd03316cb6bc5fdb0b4c0951fe907bdeb4d9b
-SHA256 (.footprint) = bc7c52421b175a46410414e0e04c8cdcc39749087ea4f55f2466dbf45a025bb8
-SHA256 (man-db-2.8.4.tar.xz) = 103c185f9d8269b9ee3b8a4cb27912b3aa393e952731ef96fedc880723472bc3
+RWRJc1FUaeVeqmQfJ6w3im1zIqBTLYogjG9NkL5gnt4PNcgdrCUyM/buXYx3kTRluBghhfsn535dUEskcr6fYm1sZekKbYSBhAI=
+SHA256 (Pkgfile) = d190f684905ec36b818a1f7cc1ae20d2654bddc8361442c20803c4f9d49cc793
+SHA256 (.footprint) = c70dfe30ac223b4b3c06f53a8937986dea9302a969fb3ef878683a8eb4fe00cb
+SHA256 (man-db-2.8.5.tar.xz) = b64d52747534f1fe873b2876eb7f01319985309d5d7da319d2bc52ba1e73f6c1
SHA256 (mandb.cron) = f2e9f1210bf6b7c3335cc6f3a9551651812428109ea8c4adc9cd5cf73461e0f1
diff --git a/man-db/Pkgfile b/man-db/Pkgfile
index 7adbc50a..a7a88cc3 100644
--- a/man-db/Pkgfile
+++ b/man-db/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: zlib gdbm libpipeline
name=man-db
-version=2.8.4
+version=2.8.5
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz \
mandb.cron)
@@ -16,13 +16,14 @@ build() {
--libexecdir=/usr/lib/$name \
--disable-setuid \
--disable-cache-owner \
- --disable-nls
+ --disable-nls \
+ --with-systemdtmpfilesdir=no \
+ --with-systemdsystemunitdir=no
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
- rm -r $PKG/usr/lib/tmpfiles.d
install -d $PKG/var/cache/man
install -D -o root -g root -m 0755 $SRC/mandb.cron $PKG/etc/cron/daily/mandb

Generated by cgit