On Thu, 20 Dec 2007 22:20:52 -0600, Aryeh M. Friedman
<[EMAIL PROTECTED]> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jeremy Messenger wrote:
mezz 2007-12-21 04:17:14 UTC
FreeBSD ports repository
Modified files: net-p2p/deluge Makefile Log: Add a missing
dependency, librsvg2. Bump the PORTREVISION.
Maybe this was dragged in from something else I installed but I don't
seem to need it.
I could simple remove svg and use png instead. In ${WRKSRC}/src/common.py
has:
========================================
def get_logo(size):
import gtk
if windows_check():
return
gtk.gdk.pixbuf_new_from_file_at_size(get_pixmap("deluge.png"), \
size, size)
else:
return
gtk.gdk.pixbuf_new_from_file_at_size(get_pixmap("deluge.svg"), \
size, size)
========================================
I think deluge.svg is the only a reason that Deluge needs librsvg2. It's
no big deal to me as I am using GNOME desktop. ;-)
BTW where you one who corrected me on getrlimit(2)
on the libtorrent bug tracker, if so how do I correct the man path?
Yeah, I did. Do you have correct paths in /etc/manpath.config? Unless you
have your shell set MANPATH different?
Cheers,
Mezz
- --
Aryeh M. Friedman
FloSoft Systems
http://www.flosoft-systems.com
Developer, not business, friendly
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHaz8kzIOMjAek4JIRAqLbAJ9t/rGonLq/TLH343lXT6H8nkjO8wCfSWcR
yCLhyFxq6rqHW6/iKN1EntA=
=LBDu
-----END PGP SIGNATURE-----
--
[EMAIL PROTECTED] - [EMAIL PROTECTED]
FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/ - [EMAIL PROTECTED]
http://wiki.freebsd.org/multimedia - [EMAIL PROTECTED]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"