looks like it was missed when we added arm64.

OK?


Index: infrastructure/bin/make-plist
===================================================================
RCS file: /cvs/openbsd/ports/infrastructure/bin/make-plist,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 make-plist
--- infrastructure/bin/make-plist       1 Sep 2016 13:12:34 -0000       1.11
+++ infrastructure/bin/make-plist       18 Jan 2018 18:18:51 -0000
@@ -875,7 +875,7 @@ sub short_name
        }
        # If the resulting name is arch-dependent, we warn.
        # We don't fix it automatically, as this may need special handling.
-       if ($short =~ 
m/alpha|amd64|arm|hppa|i386|mips64|mips64el|powerpc|sparc64|x86[-_]64/) {
+       if ($short =~ 
m/aarch64|alpha|amd64|arm|hppa|i386|mips64|mips64el|powerpc|sparc64|x86[-_]64/) 
{
            report $plist, " may contain arch-dependent\n\t$short"; 
        }
        return $short;


-- 
The trouble with superheros is what to do between phone booths.
                -- Ken Kesey

Reply via email to