Bug 165141 - [PATCH] lang/itcl: avoid manpage conflicts with lang/tcl85
Summary: [PATCH] lang/itcl: avoid manpage conflicts with lang/tcl85
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: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-14 16:30 UTC by Jimmy Olgeni
Modified: 2012-02-14 20:20 UTC (History)
1 user (show)

See Also:


Attachments
itcl-3.4b1_1.patch (1.07 KB, patch)
2012-02-14 16:30 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2012-02-14 16:30:11 UTC
Manpages Object.3 and Preserve.3 conflict with Tcl manpages having
the same name; usually one does not notice since Tcl manpages are
not installed by default.

I would suggest to rename Itcl manpages using their full names to
avoid the conflict.

Port maintainer (erik@bz.bzflag.bz) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-14 16:30:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->olgeni

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-14 16:30:28 UTC
Maintainer of lang/itcl,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-14 16:30:32 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Erik Greenwald 2012-02-14 18:31:40 UTC
Patch looks good to me, hopefully the name change doesn't confuse anyone. 
Great catch, thanks!
  -Erik

On Tue, 14 Feb 2012, Edwin Groothuis wrote:

> Maintainer of lang/itcl,
>
> Please note that PR ports/165141 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/165141
>
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-02-14 20:09:22 UTC
olgeni      2012-02-14 20:09:12 UTC

  FreeBSD ports repository

  Modified files:
    lang/itcl            Makefile 
  Log:
  Resolve manpage naming conflict with the stock Tcl documentation
  by using full function names in section 3.
  
  PR:             ports/165141
  Submitted by:   olgeni
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.52      +5 -2      ports/lang/itcl/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 Jimmy Olgeni freebsd_committer freebsd_triage 2012-02-14 20:09:24 UTC
State Changed
From-To: feedback->closed

Patch committed - thanks for the quick review :)