pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ucblogo



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Jan 16 03:20:56 UTC 2023

Modified Files:
        pkgsrc/lang/ucblogo: distinfo
Added Files:
        pkgsrc/lang/ucblogo/patches: patch-Makefile.am patch-Makefile.in

Log Message:
lang/ucblogo: fix solaris build by not using mv -v


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/ucblogo/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ucblogo/patches/patch-Makefile.am \
    pkgsrc/lang/ucblogo/patches/patch-Makefile.in

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

Modified files:

Index: pkgsrc/lang/ucblogo/distinfo
diff -u pkgsrc/lang/ucblogo/distinfo:1.16 pkgsrc/lang/ucblogo/distinfo:1.17
--- pkgsrc/lang/ucblogo/distinfo:1.16   Tue Oct 26 10:51:58 2021
+++ pkgsrc/lang/ucblogo/distinfo        Mon Jan 16 03:20:56 2023
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:51:58 nia Exp $
+$NetBSD: distinfo,v 1.17 2023/01/16 03:20:56 dholland Exp $
 
 BLAKE2s (ucblogo-6.2.1.tar.gz) = 31fbc91978ba7e6f838b3c84d56059edf0ab725df02778c2588d022fb0f2370c
 SHA512 (ucblogo-6.2.1.tar.gz) = f6c42f5f97984717a39498f1fd050ba84371aee57fb234dc3b9101eab33f9013f3aaa7a8bcc9c4efef3603e4a11b2990b322837c0f0ce633e5070ba7b4b903fb
 Size (ucblogo-6.2.1.tar.gz) = 1652645 bytes
+SHA1 (patch-Makefile.am) = a621c946dc937d624ed7831df7c220ae8446f8ff
+SHA1 (patch-Makefile.in) = 036ba3133972592b247d0fcf231fa105f92d5b0f

Added files:

Index: pkgsrc/lang/ucblogo/patches/patch-Makefile.am
diff -u /dev/null pkgsrc/lang/ucblogo/patches/patch-Makefile.am:1.1
--- /dev/null   Mon Jan 16 03:20:56 2023
+++ pkgsrc/lang/ucblogo/patches/patch-Makefile.am       Mon Jan 16 03:20:56 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.am,v 1.1 2023/01/16 03:20:56 dholland Exp $
+
+mv -v is not standard and fails on Solaris.
+
+--- Makefile.am~       2020-08-12 02:19:42.000000000 +0000
++++ Makefile.am
+@@ -127,7 +127,7 @@ regenerate-help-index: makehelp usermanu
+       @echo "Regenerates entire contents of helpfiles/, including index, from usermanual."
+       ./makehelp
+       @echo "Grave accent as filename is impossible with automake so work around it."
+-      mv -v helpfiles/'`' helpfiles/RENAME-GRAVE-ACCENT
++      mv helpfiles/'`' helpfiles/RENAME-GRAVE-ACCENT
+       LC_ALL=C sort helptemp | pr -5 -t -l999 -w80 >> helpfiles/HELPCONTENTS
+       -rm helptemp
+ 
Index: pkgsrc/lang/ucblogo/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/lang/ucblogo/patches/patch-Makefile.in:1.1
--- /dev/null   Mon Jan 16 03:20:56 2023
+++ pkgsrc/lang/ucblogo/patches/patch-Makefile.in       Mon Jan 16 03:20:56 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.in,v 1.1 2023/01/16 03:20:56 dholland Exp $
+
+mv -v is not standard and fails on Solaris.
+
+--- Makefile.in~       2020-12-31 15:57:17.000000000 +0000
++++ Makefile.in
+@@ -1626,7 +1626,7 @@ regenerate-help-index: makehelp usermanu
+       @echo "Regenerates entire contents of helpfiles/, including index, from usermanual."
+       ./makehelp
+       @echo "Grave accent as filename is impossible with automake so work around it."
+-      mv -v helpfiles/'`' helpfiles/RENAME-GRAVE-ACCENT
++      mv helpfiles/'`' helpfiles/RENAME-GRAVE-ACCENT
+       LC_ALL=C sort helptemp | pr -5 -t -l999 -w80 >> helpfiles/HELPCONTENTS
+       -rm helptemp
+ 



Home | Main Index | Thread Index | Old Index