pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/rtf2latex2e



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Jul 14 16:50:24 UTC 2025

Modified Files:
        pkgsrc/print/rtf2latex2e: distinfo
Added Files:
        pkgsrc/print/rtf2latex2e/patches: patch-Makefile

Log Message:
rtf2latex2e: repair case-o in Makefile to fix NetBSD build.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/rtf2latex2e/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/rtf2latex2e/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/rtf2latex2e/distinfo
diff -u pkgsrc/print/rtf2latex2e/distinfo:1.6 pkgsrc/print/rtf2latex2e/distinfo:1.7
--- pkgsrc/print/rtf2latex2e/distinfo:1.6       Fri Jul  4 14:44:40 2025
+++ pkgsrc/print/rtf2latex2e/distinfo   Mon Jul 14 16:50:23 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2025/07/04 14:44:40 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2025/07/14 16:50:23 schmonz Exp $
 
 BLAKE2s (rtf2latex2e-2-2-3.tar.gz) = f8cfaf0b3aea5d45ceff3ff9c2b09c420fdd99ad590aa3243c52403ce1c05c53
 SHA512 (rtf2latex2e-2-2-3.tar.gz) = ff02701f75ac8d1655e01ee3eec5f9c51f3b9f80238577c715f84d922f1254061472b807bf37ade643701a1e2fe594cf168b522519c1e619bd1cd94f2b92da66
 Size (rtf2latex2e-2-2-3.tar.gz) = 1207871 bytes
+SHA1 (patch-Makefile) = fb17a8f2f96a24e8e2562b0cf78a3f2024f05689

Added files:

Index: pkgsrc/print/rtf2latex2e/patches/patch-Makefile
diff -u /dev/null pkgsrc/print/rtf2latex2e/patches/patch-Makefile:1.1
--- /dev/null   Mon Jul 14 16:50:24 2025
+++ pkgsrc/print/rtf2latex2e/patches/patch-Makefile     Mon Jul 14 16:50:24 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.1 2025/07/14 16:50:24 schmonz Exp $
+
+Match case to the file that actually exists in tree.
+
+--- Makefile.orig      2025-07-14 16:47:26.079448846 +0000
++++ Makefile
+@@ -66,7 +66,7 @@ PREFS        = pref/latex-encoding      
+                pref/cp936raw.txt                  pref/cp932raw.txt                  \
+                pref/rtf-encoding.cp1251           
+ 
+-DOCS         = doc/GPL_license      doc/ChangeLog     \
++DOCS         = doc/GPL_license      doc/Changelog     \
+                doc/rtf2latexDoc.tex doc/rtf2latex2e.1 \
+                doc/Makefile                           \
+ 



Home | Main Index | Thread Index | Old Index