cvs commit: ports/net-p2p/deluge Makefile

Jeremy Messenger mezz7 at cox.net
Thu Dec 20 20:33:54 PST 2007


On Thu, 20 Dec 2007 22:20:52 -0600, Aryeh M. Friedman  
<aryeh.friedman at 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.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-----


-- 
mezz7 at cox.net  -  mezz at FreeBSD.org
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  gnome at FreeBSD.org
http://wiki.freebsd.org/multimedia  -  multimedia at FreeBSD.org


More information about the cvs-ports mailing list