Summary: | lang/pypy: add the missing space after @comment | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ting-Wei Lan <lantw44> | ||||
Component: | Individual Port(s) | Assignee: | David Naylor <dbn> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(dbn) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Thank you for your report and patch. A commit references this bug: Author: dbn Date: Sat Jun 6 19:40:07 UTC 2015 New revision: 388681 URL: https://svnweb.freebsd.org/changeset/ports/388681 Log: lang/pypy: unbreak port due to missing space in '@comment'. PR: 200658 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Changes: head/lang/pypy/Makefile |
Created attachment 157438 [details] 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 "