On Wed, Oct 01, 2008 at 08:58:42AM -0700, Rich Burridge wrote:

>   http://cr.opensolaris.org/~richb/pkg-395-v1/

You'll need to remove the use of sysv_to_new_name() on line 387, too.  It
looks like that leaves the last uses of the function on lines 589 and 591
(I guess 598 and 590 in your file).  If you get rid of those calls, too,
that means we'd be able to have "depend" statements using packages with
slashes in their names:

    package graphics/png
    description "ping!"
    version 1.2.3.4
    import SUNWpng
    depend system/libc
    end package

which I think wouldn't work otherwise.

Other than that, it looks fine.

Thanks,
Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to