On Mon, Dec 13, 2010 at 08:51:48PM +0100, Sebastian Benoit wrote: > Hi, > > you can find an updated port attached. I still have some of my earlier > questions, see below.
as pointed out by remi pointel you should use MODPY_EGG_VERSION. It doesn't build with USE_SYSTRACE set, as it tries to run update-desktop-databases from within make fake. Trying: update-desktop-database systrace: deny user: root, prog: /usr/local/bin/update-desktop-database, pid: 11343(0)[25991], policy: /usr/bin/make, filters: 197, syscall: native-chmod(15), filename: /usr/local/share/applications/cups. desktop, mode: 644 you should patch away setup.py to fix that (and make it not run update-mime-database too, see around skip_xdg_cmd variable..) i don't really like the config.py patch, but we can live with that.. as $HOME is set to a non-existing dir during build the check is pointless. Landry