components/autoconf/patches/autoscan.patch
author William.D.Johnston <William.D.Johnston@oracle.com>
Mon, 03 Oct 2016 16:23:08 -0700
changeset 7028 ab6ecc2d7d06
parent 5638 b88b6c00208e
permissions -rw-r--r--
24681772 Upgrade Solaris to BIND 9.10.4-P3 24681876 problem in SERVICE/DNS-SERVER
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5638
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     1
autoscan is getting a warning from perl on this RE.  Fix it.
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     2
Should pass this upstream.
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     3
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     4
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     5
--- autoconf-2.69/bin/autoscan.in_orig	2016-03-15 17:17:51.090635380 -0700
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     6
+++ autoconf-2.69/bin/autoscan.in	2016-03-15 17:18:10.667432500 -0700
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     7
@@ -358,7 +358,7 @@
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     8
     {
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     9
       # Strip out comments and variable references.
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    10
       s/#.*//;
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    11
-      s/\${[^\}]*}//g;
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    12
+      s/\$\{[^\}]*}//g;
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    13
       s/@[^@]*@//g;
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    14
 
b88b6c00208e 22970244 userland should build with perl 5.22 as the default
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    15
       # Tokens in the code.