Date: Thu, 20 Dec 2007 22:33:50 -0600 From: "Jeremy Messenger" <mezz7@cox.net> To: "Aryeh M. Friedman" <aryeh.friedman@gmail.com> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/net-p2p/deluge Makefile Message-ID: <op.t3n4aodv9aq2h7@mezz.mezzweb.com> In-Reply-To: <476B3F24.9030709@gmail.com> References: <200712210417.lBL4HEiU060461@repoman.freebsd.org> <476B3F24.9030709@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Dec 2007 22:20:52 -0600, Aryeh M. Friedman = <aryeh.friedman@gmail.com> 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.p= y = has: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 yo= u = 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=3D > =3DLBDu > -----END PGP SIGNATURE----- -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.t3n4aodv9aq2h7>