pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

how to resolve removal of shared directories?



Hi,

x11/py-gtk2 and devel/py-gobject-shared both use the directory
include/pygtk-2.0/.

py-gtk2 tries to destroy the directory through

  @unexec ${RMDIR} %D/include/pygtk-2.0 2>/dev/null || ${TRUE}

in PLIST while py-gobject-shared simply uses "@dirrm include/pygtk-2.0",
which obviously fails as long as py-gtk2 is still present.

Am I correct that this is the wrong way to do that? IMO, both packages
should have a line

  REQD_DIRS+=   include/pygtk-2.0

in their Makefiles.

ciao
     Klaus



Home | Main Index | Thread Index | Old Index