Bug 193062 - stage-fy japanese/waeijiro-fpw
Summary: stage-fy japanese/waeijiro-fpw
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Many People
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-27 08:50 UTC by TsurutaniNaoki
Modified: 2014-08-30 13:50 UTC (History)
1 user (show)

See Also:


Attachments
ja-waeijiro-fpw.diff (1.49 KB, patch)
2014-08-27 08:50 UTC, TsurutaniNaoki
no flags Details | Diff
new waeijiro.diff (3.49 KB, patch)
2014-08-30 13:39 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2014-08-27 08:50:56 UTC
Created attachment 146363 [details]
ja-waeijiro-fpw.diff

Stage-fy japanese/waeijiro-fpw

Fix:
found some warnings but no problem with a patch attached:
	% pwd
	/usr/ports/japanese/waeijiro-fpw
	% make check-plist
	====> Checking for pkg-plist issues (check-plist)
	===> Parsing plist
	===> Checking for items in STAGEDIR missing from pkg-plist
	===> Checking for directories owned by MTREEs
	===> Checking for directories handled by dependencies
	===> Checking for items in pkg-plist which are not in STAGEDIR
	===> No pkg-plist issues found (check-plist)
	% make stage-qa
	====> Running Q/A tests (stage-qa)
	% portlint
	WARN: Makefile: [34]: use of != in assignments is almost never a good thing to do.  Try to avoid using them.  See http://lists.freebsd.org/pipermail/freebsd-ports/2008-July/049777.html for some helpful hints on what to do instead.
	WARN: Makefile: possible use of absolute pathname "/cdrom".
	WARN: Makefile: Consider defining LICENSE.
	0 fatal errors and 3 warnings found.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-27 08:57:10 UTC
same concern about DICT_ARCHIVE!= as discussed in bug 193061, lets try to fix that.
Comment 2 TsurutaniNaoki 2014-08-30 13:39:43 UTC
Created attachment 146537 [details]
new waeijiro.diff

new patch as japanese/eijiro-fpw.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-08-30 13:48:59 UTC
A commit references this bug:

Author: marino
Date: Sat Aug 30 13:47:58 UTC 2014
New revision: 366619
URL: http://svnweb.freebsd.org/changeset/ports/366619

Log:
  Stage japanese/waeijiro-fpw

  This port has been staged similarly to japanese/eijiro-fpw.  It is also
  a manual build only port.

  PR:		193062
  Submitted by:	turutani (kyoto)

Changes:
  head/japanese/waeijiro-fpw/Makefile
  head/japanese/waeijiro-fpw/pkg-plist
Comment 4 John Marino freebsd_committer freebsd_triage 2014-08-30 13:50:11 UTC
Thanks for the updated patch, that saved me a lot of effort!