Github messages for voidlinux
 help / color / mirror / Atom feed
From: gmbeard <gmbeard@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] autofs: Remove obsolete vseds
Date: Sun, 19 Mar 2023 11:52:24 +0100	[thread overview]
Message-ID: <20230319105224.3NU7HDoAl859ru1d-qCrej0cz-NJJBKrnUZq8SBg_ls@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42835@inbox.vuxu.org>

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

There is an updated pull request by gmbeard against master on the void-packages repository

https://github.com/gmbeard/void-packages fix/autofs-obsolete-vseds
https://github.com/void-linux/void-packages/pull/42835

autofs: Remove obsolete vseds
<!-- Uncomment relevant sections and delete options which are not applicable -->

Addresses part of tracking issue #42441
- [x] autofs

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86\_64-glibc


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix/autofs-obsolete-vseds-42835.patch --]
[-- Type: text/x-diff, Size: 748 bytes --]

From 3a85a38a29f59d28edf23ff57eefb5d8c1e6a3c2 Mon Sep 17 00:00:00 2001
From: Greg Beard <gmbeard@googlemail.com>
Date: Sat, 18 Mar 2023 13:43:31 +0000
Subject: [PATCH] autofs: Remove obsolete vseds

---
 srcpkgs/autofs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template
index a9abc60e64e8..9a787e37b46f 100644
--- a/srcpkgs/autofs/template
+++ b/srcpkgs/autofs/template
@@ -22,8 +22,7 @@ if [ -z "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" != "musl" ]; then
 fi
 
 pre_configure() {
-	vsed -i 's,nfs/nfs.h,linux/nfs.h,g' */*.[ch]
-	vsed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch]
+	vsed -e 's,__S_IEXEC,S_IXUSR,g' -i daemon/lookup.c -i modules/lookup_multi.c
 }
 
 pre_build() {

  reply	other threads:[~2023-03-19 10:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-18 13:46 [PR PATCH] " gmbeard
2023-03-19 10:52 ` gmbeard [this message]
2023-03-20  4:35 ` [PR PATCH] [Merged]: " classabbyamp

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=20230319105224.3NU7HDoAl859ru1d-qCrej0cz-NJJBKrnUZq8SBg_ls@z \
    --to=gmbeard@users.noreply.github.com \
    --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).