Bug 200658 - lang/pypy: add the missing space after @comment
Summary: lang/pypy: add the missing space after @comment
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: David Naylor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-05 18:31 UTC by Ting-Wei Lan
Modified: 2015-06-06 19:41 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (dbn)


Attachments
A simple patch to fix the build (357 bytes, patch)
2015-06-05 18:31 UTC, Ting-Wei Lan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ting-Wei Lan 2015-06-05 18:31:54 UTC
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 "
Comment 1 David Naylor freebsd_committer freebsd_triage 2015-06-06 19:40:36 UTC
Thank you for your report and patch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-06-06 19:41:07 UTC
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