[Bug 262600] [PATCH] Incorrect major-only revision used in pkg build target triple, xdev symlink names

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 16 Mar 2022 20:45:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262600

            Bug ID: 262600
           Summary: [PATCH] Incorrect major-only revision used in pkg
                    build target triple, xdev symlink names
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: astralblue@gmail.com

The make-pkg-package.sh target triple and the versioned cross dev symlink names
use major-only revision (14) instead of the usual major.minor (14.0).

  - make-pkg-package.sh target triple is amd64-portbld-freebsd14, but should
instead be amd64-portbld-freebsd14.0;
  - Versioned cross dev symlinks are named amd64-freebsd14-<tool>, but should
instead be amd64-freebsd14.0-<tool>.

The problem does not occur if a custom PKG_VERSION is specified.

https://github.com/freebsd/freebsd-src/pull/592 fixes this.

-- 
You are receiving this mail because:
You are the assignee for the bug.