Daniel Macks wrote:

On Thu, Jul 29, 2004 at 12:13:57PM -0700, Blair Zajac wrote:

I've got a .info file for IPC::Run ready to check into CVS and currently I have it like this depending

Info2: <<
Package: ipc-run-pm%type_pkg[perl]
Version: 0.78
Revision: 1
Type: perl (5.8.1 5.8.4 5.8.5)
Description: Child procs w/ piping, redir and psuedo-ttys
License: Artistic
Homepage: http://search.cpan.org/dist/IPC-Run/
Maintainer: Blair Zajac <[EMAIL PROTECTED]>

# Dependencies.
Depends: perl%type_pkg[perl]-core, io-tty-pm%type_pkg[perl]

The problem is that on my 10.3 box if I want to have Fink's perl 5.8.4 also installed, then having io-tty-pm581 and io-tty-pm584 (which I made by copying io-tty-pm58) installed will conflict because the man pages are not versioned with the perl version.


Each -pmXXX could put its manpages in a -pmXXX-man splitoff (which all
conflict with each other). That way you can concurrently have all
-pmXXX, and any *one* set of manpages.

That's a good idea. I could fix up io-tty to use Info2 if nobody minds.

io-tty is a compiled C module, and thus is tied to the version of perl
that compiled it. That's essentially the whole reason we have to deal
with versioned perl packages in the first place.

Right. Forgot that io-tty had C code in it.

Blair

--
Blair Zajac <[EMAIL PROTECTED]>
Plots of your system's performance - http://www.orcaware.com/orca/


------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to