Bug 151334 - [PATCH] sysutils/parallel: add NOPORTDOCS handling
Summary: [PATCH] sysutils/parallel: add NOPORTDOCS handling
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-09 11:10 UTC by Po-Chuan Hsieh
Modified: 2010-10-09 17:40 UTC (History)
1 user (show)

See Also:


Attachments
parallel-20100922.patch (913 bytes, patch)
2010-10-09 11:10 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-10-09 11:10:01 UTC
- Add NOPORTDOCS handling (reported by QAT@)
- Respect PREFIX
- Use DOCSDIR

Port maintainer (howeyc@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99

How-To-Repeat: 
Build this port with non-default PREFIX and NOPORTDOCS=yes
ex: port test NOPORTDOCS=yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-09 11:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-09 11:10:14 UTC
Maintainer of sysutils/parallel,

Please note that PR ports/151334 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/151334

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-09 11:10:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 howeyc 2010-10-09 16:29:20 UTC
Looks good to me.

Thanks!

On Sat, Oct 9, 2010 at 4:10 AM, Edwin Groothuis <edwin@freebsd.org> wrote:

> Maintainer of sysutils/parallel,
>
> Please note that PR ports/151334 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/151334
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-10-09 17:33:37 UTC
sunpoet     2010-10-09 16:33:31 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/parallel    Makefile 
  Log:
  - Add NOPORTDOCS handling (reported by QAT@)
  - Respect PREFIX
  - Use DOCSDIR
  
  PR:             ports/151334
  Submitted by:   sunpoet (myself)
  Approved by:    Chris Howey <howeyc at gmail.com> (maintainer), pgollucci (mentor, implicit)
  
  Revision  Changes    Path
  1.3       +8 -9      ports/sysutils/parallel/Makefile
_______________________________________________
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 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-10-09 17:35:20 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!