diff options
author | John Malmberg <wb8tyw@qsl.net> | 2015-06-30 18:02:59 -0500 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-07-01 11:15:47 +0200 |
commit | 4ed8537be62c8b2689d85f73da4362f4dc537df5 (patch) | |
tree | e797facc3414953d016fc111855d57fd262bb574 /packages/vms | |
parent | 66a5f76583d3163ecdd00a3c2a43e1a243eee193 (diff) | |
download | curl-4ed8537be62c8b2689d85f73da4362f4dc537df5.tar.gz |
OpenVMS: VMS Software, Inc now the supplier.
setup-vms.h: Symbol case fixups submitted by Michael Steve
build_gnv_curl_pcsi_desc.com: VSI aka as VMS Software, is now the
supplier of new versions of VMS. The install kit needs to accept
VSI as a producer.
Diffstat (limited to 'packages/vms')
-rw-r--r-- | packages/vms/build_gnv_curl_pcsi_desc.com | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/vms/build_gnv_curl_pcsi_desc.com b/packages/vms/build_gnv_curl_pcsi_desc.com index 572b9b8ba..3b4cd803f 100644 --- a/packages/vms/build_gnv_curl_pcsi_desc.com +++ b/packages/vms/build_gnv_curl_pcsi_desc.com @@ -113,6 +113,7 @@ $! Required product dependencies. $!---------------------------------- $ vmsprd = "DEC" $ if base .eqs. "I64VMS" then vmsprd = "HP" +$ vsiprd = "VSI" $! $ write pdsc " software ''vmsprd' ''base' VMS ;" $ arch_type = f$getsyi("ARCH_NAME") @@ -126,8 +127,11 @@ $ if dashver .eqs. "-" then dashver = "" $ vmstag = majver + minver + dashver $ code = f$extract(0, 1, arch_type) $ arch_code = f$extract(0, 1, arch_type) -$ write pdsc - - " if (not <software ''vmsprd' ''base' VMS version minimum ''node_swvers'>) ;" +$ line_out = - + " if ((not <software ''vsiprd' ''base' VMS version minimum" + - + " ''node_swvers'>) and" + - + " (not <software ''vmsprd' ''base' VMS version minimum ''node_swvers'>));" +$ write pdsc line_out $ write pdsc " error NEED_VMS''vmstag';" $ write pdsc " end if;" $! |