On Wed, 1 Apr 2009, Matthias Kilian wrote: > On Wed, Apr 01, 2009 at 06:33:21PM +0200, frantisek holop wrote: > > comix-4.0.2p0 (extracting): complete > > I/O warning : failed to load external entity > > "/usr/local/share/schemas/comix/*.schemas" > > Failed to open `/usr/local/share/schemas/comix/*.schemas': No such file or > > directory > > > > no idea what that means. > > The > > @unexec ... %D/bin/gconftool-2 --makefile-install-rule ... shou > > in the PLIST should really be an @exec. >
ok for me, please commit. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/graphics/comix/Makefile,v > retrieving revision 1.11 > diff -u -p -r1.11 Makefile > --- Makefile 15 Mar 2009 18:29:31 -0000 1.11 > +++ Makefile 1 Apr 2009 16:45:52 -0000 > @@ -3,7 +3,7 @@ > COMMENT= gtk2 comic book viewer > > DISTNAME= comix-4.0.2 > -PKGNAME = ${DISTNAME}p0 > +PKGNAME = ${DISTNAME}p1 > CATEGORIES= graphics > > MAINTAINER= Mathieu Sauve-Frankel <m...@openbsd.org> > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/graphics/comix/pkg/PLIST,v > retrieving revision 1.6 > diff -u -p -r1.6 PLIST > --- pkg/PLIST 24 Jan 2009 11:07:04 -0000 1.6 > +++ pkg/PLIST 1 Apr 2009 16:45:52 -0000 > @@ -135,7 +135,7 @@ share/mime/packages/comix.xml > share/schemas/ > share/schemas/comix/ > share/schemas/comix/comicbook.schemas > -...@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` > %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/comix/*.schemas > > /dev/null > +...@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` > %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/comix/*.schemas > > /dev/null > @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> > /dev/null || true > @unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> > /dev/null || true > @exec %D/bin/update-desktop-database > -- Antoine