From 4ed8537be62c8b2689d85f73da4362f4dc537df5 Mon Sep 17 00:00:00 2001 From: John Malmberg Date: Tue, 30 Jun 2015 18:02:59 -0500 Subject: 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. --- packages/vms/build_gnv_curl_pcsi_desc.com | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'packages/vms/build_gnv_curl_pcsi_desc.com') 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 ) ;" +$ line_out = - + " if ((not ) and" + - + " (not ));" +$ write pdsc line_out $ write pdsc " error NEED_VMS''vmstag';" $ write pdsc " end if;" $! -- cgit v1.2.3