pkgsrc-Bugs archive

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

Re: pkg/58816: sysutils/xfm: fix startup issue caused by incomplete tradcpp macro expansion



The following reply was made to PR pkg/58816; it has been noted by GNATS.

From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/58816: sysutils/xfm: fix startup issue caused by incomplete
 tradcpp macro expansion
Date: Fri, 8 Nov 2024 07:18:43 +0000 (UTC)

 Two more:
 
 --START patch--
 diff -urN xfm-1.4.3.orig/lib/Xfm.cpp xfm-1.4.3/lib/Xfm.cpp
 --- xfm-1.4.3.orig/lib/Xfm.cpp	2001-08-23 13:27:03.000000000 +0000
 +++ xfm-1.4.3/lib/Xfm.cpp	2024-11-08 06:36:09.938288947 +0000
 @@ -359,7 +359,7 @@
   Ctrl	<Key>h			: notify("*view*hide folders")\n\
   Ctrl	<Key>m			: notify("*view*mix folders/files")\n\
   Ctrl	<Key>u			: notify("*view*show hidden files")\n\
 -LOG_TRANSLATION \
 + LOG_TRANSLATION \
   	<Key>n			: notify(*file*new)\n\
    	<Key>m			: notify(*file*move)\n\
    	<Key>c			: notify(*file*copy)\n\
 @@ -400,7 +400,7 @@
   Ctrl	<Key>h			: notify("*view*hide folders")\n\
   Ctrl	<Key>m			: notify("*view*mix folders/files")\n\
   Ctrl	<Key>u			: notify("*view*show hidden files")\n\
 -LOG_TRANSLATION \
 + LOG_TRANSLATION \
   	<Key>n			: notify(*file*new)\n\
    	<Key>m			: notify(*file*move)\n\
    	<Key>c			: notify(*file*copy)\n\
 --END patch--
 
 The program's homepage has changed as well. It is now at:
 
 https://www.musikinformatik.uni-mainz.de/ag/xfm/xfm.html
 
 ... and with that, this PR can be closed.
 
 -RVP
 


Home | Main Index | Thread Index | Old Index