Bug 192391 - [stage][PATCH] sysutils/jfbterm support STAGEDIR
Summary: [stage][PATCH] sysutils/jfbterm support STAGEDIR
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-05 05:12 UTC by IWAMOTO Kouichi
Modified: 2014-08-07 09:10 UTC (History)
1 user (show)

See Also:


Attachments
stagedir support patch (3.17 KB, patch)
2014-08-05 05:12 UTC, IWAMOTO Kouichi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.