Bug 193062

Summary: stage-fy japanese/waeijiro-fpw
Product: Ports & Packages Reporter: TsurutaniNaoki
Component: Individual Port(s)Assignee: John Marino <marino>
Status: Closed FIXED    
Severity: Affects Many People CC: marino
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ja-waeijiro-fpw.diff
none
new waeijiro.diff none

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!