Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Jun 2015 18:31:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200658] lang/pypy: add the missing space after @comment
Message-ID:  <bug-200658-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 200658
           Summary: lang/pypy: add the missing space after @comment
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: dbn@FreeBSD.org
          Reporter: lantw44@gmail.com
          Assignee: dbn@FreeBSD.org
             Flags: maintainer-feedback?(dbn@FreeBSD.org)

Created attachment 157438
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157438&action=edit
A simple patch to fix the build

pypy is still broken after r388494 because a missing space.

Added line
PLIST_SUB+= CFFI="@comment"

should be
PLIST_SUB+= CFFI="@comment "

-- 
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-200658-13>