Bug 68086 - fix port: textproc/p5-Pod*
Summary: fix port: textproc/p5-Pod*
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: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-18 19:40 UTC by Yen-Ming Lee
Modified: 2004-08-08 17:30 UTC (History)
0 users

See Also:


Attachments
pod.diff (4.27 KB, patch)
2004-06-18 19:40 UTC, Yen-Ming Lee
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yen-Ming Lee 2004-06-18 19:40:23 UTC
p5-podlators and p5-PodParser conflict with perl 5.6 or above.
They should be conditional dependency when PERL_LEVEL < 500601.

Originally I want to add "CONFLICTS= perl-5.6.* perl-5.8.*" in p5-podlators
and p5-PodParser, however it may break some ports immediately. So I remove
the CONFLICTS knobs.
Comment 1 Oliver Eikemeier 2004-06-18 20:40:05 UTC
Yen-Ming Lee wrote:

> p5-podlators and p5-PodParser conflict with perl 5.6 or above.
> They should be conditional dependency when PERL_LEVEL < 500601.
>
> Originally I want to add "CONFLICTS= perl-5.6.* perl-5.8.*" in 
> p5-podlators
> and p5-PodParser, however it may break some ports immediately. So I 
> remove
> the CONFLICTS knobs.

You should re-add them, they make sense
here. The broken ports should be fixed.

-Oliver
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-06-19 04:26:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer.
Comment 3 Yen-Ming Lee freebsd_committer freebsd_triage 2004-08-05 02:10:33 UTC
State Changed
From-To: open->closed

Committed, thanks.
Comment 4 skv 2004-08-07 12:00:29 UTC
How _exactly_ "p5-podlators and p5-PodParser conflicts with perl 5.6 or 
above"?!

-- 
Sergey Skvortsov
mailto: skv@protey.ru
Comment 5 Yen-Ming Lee freebsd_committer freebsd_triage 2004-08-07 21:15:23 UTC
On Sat, Aug 07, 2004 at 03:00:29PM +0400, Sergey Skvortsov wrote:
> How _exactly_ "p5-podlators and p5-PodParser conflicts with perl 5.6 or 
> above"?!

These files in PREFIX/bin conflict with perl 5.6 or above:
p5-podlators: pod2man pod2text
p5-PodParser: pod2usage podchecker podselect

-- 
Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan
Comment 6 Yen-Ming Lee freebsd_committer freebsd_triage 2004-08-08 17:22:54 UTC
On Sun, Aug 08, 2004 at 04:15:23AM +0800, Yen-Ming Lee wrote:
> On Sat, Aug 07, 2004 at 03:00:29PM +0400, Sergey Skvortsov wrote:
> > How _exactly_ "p5-podlators and p5-PodParser conflicts with perl 5.6 or 
> > above"?!
> 
> These files in PREFIX/bin conflict with perl 5.6 or above:
> p5-podlators: pod2man pod2text
> p5-PodParser: pod2usage podchecker podselect

I forgot to mention that manpages conflict, too.

However, if we can install *.pm only and not to install these scripts
and manpages, we can remove that CONFLICT knobs.

-- 
Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan