Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] man-db: enable seccomp support.
@ 2019-09-13  9:21 voidlinux-github
  2019-09-14  7:58 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-09-13  9:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is a new pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages mandb
https://github.com/void-linux/void-packages/pull/14434

man-db: enable seccomp support.
None

A patch file from https://github.com/void-linux/void-packages/pull/14434.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mandb-14434.patch --]
[-- Type: text/x-diff, Size: 1980 bytes --]

From e281c3d0567ff9e35c211d5b4f83733b17260dfe Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 13 Sep 2019 02:12:45 -0700
Subject: [PATCH] man-db: enable seccomp support.

---
 srcpkgs/man-db/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/man-db/template b/srcpkgs/man-db/template
index 60b09450c2a..b6cf1489eca 100644
--- a/srcpkgs/man-db/template
+++ b/srcpkgs/man-db/template
@@ -1,24 +1,25 @@
 # Template file for 'man-db'
 pkgname=man-db
 version=2.8.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-db=db --with-pager=less --with-gzip=/usr/bin/gzip
  --with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
  --with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid
- --without-included-regex --enable-automatic-create
- --with-systemdsystemunitdir=no"
+ --without-included-regex --enable-automatic-create --with-libseccomp
+ --without-systemdsystemunitdir --without-systemdtmpfilesdir"
 hostmakedepends="groff pkg-config"
-makedepends="db-devel gettext-devel groff libpipeline-devel zlib-devel"
+makedepends="db-devel gettext-devel groff libpipeline-devel libseccomp-devel
+ zlib-devel"
 depends="bzip2 coreutils grep groff gzip less"
 conf_files="/etc/man_db.conf"
-provides="man-0_1"
-short_desc="The on-line manual database"
+short_desc="On-line manual database"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
-homepage="http://www.nongnu.org/man-db/"
+homepage="https://www.nongnu.org/man-db/"
 distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
 checksum=b9cd5bb996305d08bfe9e1114edc30b4c97be807093b88af8033ed1cf9beb326
+provides="man-0_1"
 lib32disabled=yes
 
 alternatives="
@@ -37,7 +38,6 @@ pre_configure() {
 }
 
 post_install() {
-	rm -r ${DESTDIR}/usr/lib/tmpfiles.d
 	# Rename files for alternatives
 	for f in apropos man whatis; do
 		mv ${DESTDIR}/usr/bin/{$f,mandb-$f}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: man-db: enable seccomp support.
  2019-09-13  9:21 [PR PATCH] man-db: enable seccomp support voidlinux-github
@ 2019-09-14  7:58 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-09-14  7:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

There's a merged pull request on the void-packages repository

man-db: enable seccomp support.
https://github.com/void-linux/void-packages/pull/14434

Description:
None

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-14  7:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-13  9:21 [PR PATCH] man-db: enable seccomp support voidlinux-github
2019-09-14  7:58 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).