On Thu, Jan 18 2018, Peter Hessler <[email protected]> wrote:
> looks like it was missed when we added arm64.
>
> OK?

ok

("arm64" should be already be handled by "arm")

>
> 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;

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to