pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/es-shell



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Jan 16 01:24:36 UTC 2023

Modified Files:
        pkgsrc/shells/es-shell: distinfo
Added Files:
        pkgsrc/shells/es-shell/patches: patch-configure

Log Message:
shells/es-shell: fix solaris build

Patch the config file to set defines in a way that's compatible with
the way they're used in the source.

Build fix only, no revbump.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/shells/es-shell/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/es-shell/patches/patch-configure

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

Modified files:

Index: pkgsrc/shells/es-shell/distinfo
diff -u pkgsrc/shells/es-shell/distinfo:1.1 pkgsrc/shells/es-shell/distinfo:1.2
--- pkgsrc/shells/es-shell/distinfo:1.1 Wed Dec 14 19:10:45 2022
+++ pkgsrc/shells/es-shell/distinfo     Mon Jan 16 01:24:36 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2022/12/14 19:10:45 nikita Exp $
+$NetBSD: distinfo,v 1.2 2023/01/16 01:24:36 dholland Exp $
 
 BLAKE2s (es-0.9.2.tar.gz) = 9f659d2a2e2752c3b04ae512524ee5c798faa39b4e7fbd60ec3169cf34ec7838
 SHA512 (es-0.9.2.tar.gz) = 6f946ea0f5a0f32643498227d270bade12628892a2beabe6e401edd484916b04cf06e49b1df9880c0b61e4771ce08f8b323e9f71872aa554012e4ea57b4d81a2
 Size (es-0.9.2.tar.gz) = 794752 bytes
+SHA1 (patch-configure) = a901c595aa2c0afc6c1b533351a8822d1869a6c1

Added files:

Index: pkgsrc/shells/es-shell/patches/patch-configure
diff -u /dev/null pkgsrc/shells/es-shell/patches/patch-configure:1.1
--- /dev/null   Mon Jan 16 01:24:36 2023
+++ pkgsrc/shells/es-shell/patches/patch-configure      Mon Jan 16 01:24:36 2023
@@ -0,0 +1,16 @@
+$NetBSD: patch-configure,v 1.1 2023/01/16 01:24:36 dholland Exp $
+
+If we find Solaris, set the define the way the source actually expects
+it to be set, instead of provoking a cpp syntax error.
+
+--- configure~ 2022-03-02 11:49:09.000000000 +0000
++++ configure
+@@ -2299,7 +2299,7 @@ case $host_os in *\ *) host_os=`echo "$h
+ case "$host" in
+       *sun5* | *solaris2*)
+ 
+-$as_echo "#define SOLARIS /**/" >>confdefs.h
++$as_echo "#define SOLARIS 1 /**/" >>confdefs.h
+ 
+       ;;
+ esac



Home | Main Index | Thread Index | Old Index