Bug 115885 - misc/help2man: help2man ignores installed gettext perl mod; insists on stale p5-* dependency
Summary: misc/help2man: help2man ignores installed gettext perl mod; insists on stale ...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-27 19:40 UTC by snowcrash
Modified: 2007-09-02 15:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description snowcrash 2007-08-27 19:40:01 UTC
i've FreeBSD 6.2p installed.

perl588 is port-installed, and perl modules are installed/managed with cpanp. i.e., i do NOT use the p5-* ports.

on my sys,

   pkg_info | grep gettext
      gettext-0.16.1_3    GNU gettext package

&

   module_info gettext
      Name:        gettext
      Version:     1.05
      Directory:   /usr/local/ports/gettext-1.05
      File:        /usr/local/ports/gettext-1.05/gettext.pm
      Core module: no


despite the prereq gettext perlmod being in-place, @ each port-update/upgrade, i get a stale-dependency message,

 ...
 --->  Checking the package registry database
 Stale dependency: help2man-1.36.4_1 -> p5-gettext-1.05_1 (devel/p5-Locale-gettext):
 Skipped. (running in non-interactive mode; specify -i to ask)
 ###########
 ## EXEC: pkgdb -F
 --->  Checking the package registry database
 Stale dependency: help2man-1.36.4_1 -> p5-gettext-1.05_1 (devel/p5-Locale-gettext):
 Install stale dependency? ([y]es/[n]o/[a]ll) [yes] no
 New dependency? (? to help): 
 Delete this? ([y]es/[n]o/[a]ll) [yes] yes
 Deleted.
 #########
 ...

which reoccurs at the next update.
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-08-27 19:57:22 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Reassign to ports team
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2007-09-02 15:37:56 UTC
State Changed
From-To: open->closed

It is not supported to mix FreeBSD ports collection perl modules 
with modules installed from CPAN.