[Bug 237982] devel/powerpc64-gcc regex

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 19 14:45:53 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237982

            Bug ID: 237982
           Summary: devel/powerpc64-gcc regex
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: james at opentech.cc

Regex for COMMENT, PLIST_SUB's TARGETARCH, TARGETARCH, and CONFIGURE_ARGS's
--with-pkgversion is not suitable for targets with multiple hyphens. For
example, the aarch64-none-elf-gcc port uses this as a master and the regular
expressions change this to "aarch64noneelfgcc". Should be using
${PKGNAMEPREFIX:C/-$//} for the comments and pkgversion and
${PKGNAMEPREFIX:C/-.*//} for both TARGETARCH's.

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


More information about the freebsd-ports-bugs mailing list