Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] man-db: enable seccomp support.
Date: Fri, 13 Sep 2019 11:21:36 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14434@inbox.vuxu.org> (raw)

[-- 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}

             reply	other threads:[~2019-09-13  9:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-13  9:21 voidlinux-github [this message]
2019-09-14  7:58 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14434@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).