ports/58406: use.perl port does not handle progs like pod2man

Palle Girgensohn girgen at pingpong.net
Wed Oct 22 23:10:21 UTC 2003


>Number:         58406
>Category:       ports
>Synopsis:       use.perl port does not handle progs like pod2man
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 22 16:10:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn <girgen at pingpong.net>
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
PING PONG
>Environment:
perl 5.6.1_15 installed
>Description:
When running use.perl port, I expected all the system perl programs to
be exchanged for their port equivalences. But, for the below listed
files, they are installed by the port but never used unless one sets
/usr/local/bin before /usr/bin, which is hardly common? Shouldn't they
be handled by the use.port script as well?

c2ph
find2perl
h2ph
h2xs
perlbug
perlcc
perldoc
pl2pm
pod2html
pod2latex
pod2man
pod2text
s2p
splain

	
>How-To-Repeat:
Check it out:
for i in `ls /usr/bin`; do
	if [ -x /usr/local/*bin/$i ]
		then echo $i
		pkg_which /usr/local/bin/$i
	fi
done
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list