Bug 192986 - [stage] stage-fy chinese/cce
Summary: [stage] stage-fy chinese/cce
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-25 08:53 UTC by TsurutaniNaoki
Modified: 2014-08-26 21:06 UTC (History)
1 user (show)

See Also:


Attachments
cce.diff (17.11 KB, patch)
2014-08-25 08:53 UTC, TsurutaniNaoki
no flags Details | Diff
new patch to chinese/cce (17.55 KB, patch)
2014-08-26 01:31 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-25 08:53:02 UTC
Created attachment 146246 [details]
cce.diff

stage-fy chinese/cce.
	also changed the installation path of the config file.
	omit unused re-building process of Makefile.
	I think autotools does not work about this port, so I omit them
	and fix Makefile.in(s) instead of Makefile.am(s).
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-25 09:05:12 UTC
Is there any chance to get poudriere logs or "make check-plist ; make stage-qa" output?

And I see it was marked not jobs safe?
Comment 2 TsurutaniNaoki 2014-08-26 01:31:25 UTC
Created attachment 146285 [details]
new patch to chinese/cce
Comment 3 TsurutaniNaoki 2014-08-26 01:32:20 UTC
i posted the new patch.

% 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)
%
Comment 4 John Marino freebsd_committer freebsd_triage 2014-08-26 06:17:14 UTC
excellent.  The only (minor) issue is that EXTRACT_SUFX is used instead of USES=tar:tgz but the committer can clean that up.  Moving to patch-ready
Comment 5 commit-hook freebsd_committer freebsd_triage 2014-08-26 21:05:20 UTC
A commit references this bug:

Author: marino
Date: Tue Aug 26 21:04:29 UTC 2014
New revision: 366274
URL: http://svnweb.freebsd.org/changeset/ports/366274

Log:
  Stage chinese/cce

  PR:		192986
  Submitted by:	turutani

Changes:
  head/chinese/cce/Makefile
  head/chinese/cce/files/extra-patch-src::Makefile.am
  head/chinese/cce/files/patch-Makefile.in
  head/chinese/cce/files/patch-doc__Makefile.in
  head/chinese/cce/files/patch-fonts__Makefile.in
  head/chinese/cce/files/patch-inputs__all__Makefile.in
  head/chinese/cce/files/patch-inputs__big5__Makefile.in
  head/chinese/cce/files/patch-inputs__gb__Makefile.in
  head/chinese/cce/files/patch-inputs__gbk__Makefile.in
  head/chinese/cce/files/patch-inputs__jis__Makefile.in
  head/chinese/cce/files/patch-inputs__ksc__Makefile.in
  head/chinese/cce/files/patch-inputs__utils__Makefile.in
  head/chinese/cce/files/patch-src__Makefile.in
  head/chinese/cce/pkg-plist
Comment 6 John Marino freebsd_committer freebsd_triage 2014-08-26 21:06:43 UTC
you tricked me a bit with a i386-only port. :)

thanks for the contribution.