Bug 109333 - [PATCH] japanese/ja-ng: make slave port happy
Summary: [PATCH] japanese/ja-ng: make slave port happy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 20:20 UTC by Rong-En Fan
Modified: 2007-02-20 17:00 UTC (History)
1 user (show)

See Also:


Attachments
ja-ng-1.4.4.patch (1.91 KB, patch)
2007-02-19 20:20 UTC, Rong-En Fan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rong-En Fan freebsd_committer freebsd_triage 2007-02-19 20:20:10 UTC
- Currently, MAKE_ARGS is assigned by = which can not be overwritten by slave
  port (japanese/ng-canna)
- Move slave port logic here. Make slave port as simple as possible.
  This also allow users to build this port with canna support.
  (I will change slave port once when I commit these changes)
- Set DOCSDIR, so we can use PORTDOCS
- Since we use PORTDOCS, there is only one line in pkg-plist. Convert
  to PLIST_FILES.

Removed file(s):
- pkg-plist

Port maintainer (ginga-freebsd@ginganet.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-19 20:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-19 20:20:28 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 ginga-freebsd 2007-02-20 16:23:16 UTC
Japanese/ng port maintainer approves this change.
It seems to be a good change.

Thank you for your notification.

In Mon, Feb 19, 2007 at 08:20:25PM +0000,
Edwin Groothuis <edwin@FreeBSD.org> wrote:
> Please note that PR ports/109333 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/109333
> 
> -- 
> Edwin Groothuis
> edwin@FreeBSD.org
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-02-20 16:57:58 UTC
rafan       2007-02-20 16:57:51 UTC

  FreeBSD ports repository

  Modified files:
    japanese/ng          Makefile 
  Removed files:
    japanese/ng          pkg-plist 
  Log:
  - Currently, MAKE_ARGS is assigned by = which can not be overwritten by slave
    port (japanese/ng-canna).
  - Move slave port logic here. Make slave port as simple as possible.
    This also allows users to build this port with canna support.
  - Set DOCSDIR, so we can use PORTDOCS
  - Since we use PORTDOCS, there is only one line in pkg-plist. Convert
    to PLIST_FILES.
  
  PR:             ports/109333
  Submitted by:   rafan
  Approved by:    KAWAGUTI Ginga <ginga-freebsd at ginganet.org> (maintainer)
  
  Revision  Changes    Path
  1.14      +20 -4     ports/japanese/ng/Makefile
  1.5       +0 -10     ports/japanese/ng/pkg-plist (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Rong-En Fan freebsd_committer freebsd_triage 2007-02-20 16:58:56 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!