Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 14:45:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237982] devel/powerpc64-gcc regex
Message-ID:  <bug-237982-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237982

            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@FreeBSD.org
          Reporter: james@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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237982-7788>