emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51624: closed ([PATCH] gnu: rcs: Install rcsfreeze.)


From: GNU bug Tracking System
Subject: bug#51624: closed ([PATCH] gnu: rcs: Install rcsfreeze.)
Date: Wed, 17 Nov 2021 17:18:02 +0000

Your message dated Wed, 17 Nov 2021 18:17:29 +0100
with message-id <87h7cau2fq.fsf@gnu.org>
and subject line Re: bug#51624: [PATCH] gnu: rcs: Install rcsfreeze.
has caused the debbugs.gnu.org bug report #51624,
regarding [PATCH] gnu: rcs: Install rcsfreeze.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51624: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51624
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: rcs: Install rcsfreeze. Date: Sat, 6 Nov 2021 05:45:12 +0000
* gnu/packages/version-control.scm (rcs): Install rcsfreeze.
---
 gnu/packages/version-control.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 064212db9f..d076cdb309 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2011,6 +2011,14 @@ projects, from individuals to large-scale enterprise 
operations.")
                "1if5pa4iip2p70gljm54nggfdnsfjxa4cqz8fpj07lvsijary39s"))
              (patches (search-patches "rcs-5.10.0-no-stdin.patch"))))
     (build-system gnu-build-system)
+    (arguments `(#:phases
+                 (modify-phases %standard-phases
+                   (add-after 'install 'install-rcsfreeze
+                     (lambda* (#:key outputs #:allow-other-keys)
+                       (chmod "src/rcsfreeze" #o755)
+                       (install-file
+                         "src/rcsfreeze"
+                         (string-append (assoc-ref outputs "out") "/bin")))))))
     (native-inputs `(("ed" ,ed)))
     (home-page "https://www.gnu.org/software/rcs/";)
     (synopsis "Per-file local revision control system")

base-commit: 4fd12fb00d595b6f6a5d5cc734863f4c4bc5f46c
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#51624: [PATCH] gnu: rcs: Install rcsfreeze. Date: Wed, 17 Nov 2021 18:17:29 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Foo Chuan Wei <chuanwei.foo@hotmail.com> skribis:

> * gnu/packages/version-control.scm (rcs): Install rcsfreeze.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]