Bug 192391

Summary: [stage][PATCH] sysutils/jfbterm support STAGEDIR
Product: Ports & Packages Reporter: IWAMOTO Kouichi <sue>
Component: Individual Port(s)Assignee: John Marino <marino>
Status: Closed FIXED    
Severity: Affects Only Me CC: marino
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
stagedir support patch none

Description IWAMOTO Kouichi 2014-08-05 05:12:46 UTC
Created attachment 145377 [details]
stagedir support patch

support STAGEDIR.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-07 08:45:27 UTC
at first glance, it looks fine except for this pre-existing issue:

.if !defined(NO_INSTALL_MANPAGES)

We *always* install man pages so this isn't valid.
Comment 2 John Marino freebsd_committer freebsd_triage 2014-08-07 08:56:01 UTC
I'm also removing NO/PORTDATA stuff, and switching to @sample keyword.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-08-07 09:10:13 UTC
A commit references this bug:

Author: marino
Date: Thu Aug  7 09:09:18 UTC 2014
New revision: 364253
URL: http://svnweb.freebsd.org/changeset/ports/364253

Log:
  Stage sysutils/jfbterm

  PR:		192391
  Submitted by:	IWAMOTO Kouichi
  Tweaks by:	marino

Changes:
  head/sysutils/jfbterm/Makefile
  head/sysutils/jfbterm/pkg-descr
  head/sysutils/jfbterm/pkg-plist
Comment 4 John Marino freebsd_committer freebsd_triage 2014-08-07 09:10:55 UTC
Thanks.  I made a few more tweaks, but it all passes poudriere stage-qa cleanly.