Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260585 - net-ftp/filezilla-3.2.2.1: missing dependencies, off-distro update checking (with patch)
Summary: net-ftp/filezilla-3.2.2.1: missing dependencies, off-distro update checking (...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's FTP Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-28 03:58 UTC by Sebastian Pipping
Modified: 2009-03-02 21:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2009-02-28 03:58:24 UTC
Please get my updated filezilla-3.2.2.1-r1 from here:
http://git.goodpoint.de/?p=overlay-sping.git;a=tree;f=net-ftp/filezilla;hb=HEAD

Changes include:
- Add missing dependencies (dbus and cppunit)
- Disable FileZilla's automatic update check
- Remove unused variable WX_GTK_VER


Reproducible: Always
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-02-28 11:16:20 UTC
You could spare our devs some work if you would provide a diff showing the changes you did to the ebuild...
Comment 2 Sebastian Pipping gentoo-dev 2009-02-28 17:08:12 UTC
(In reply to comment #1)
> You could spare our devs some work if you would provide a diff showing the
> changes you did to the ebuild...

As it's Gitweb that's easy:
http://git.goodpoint.de/?p=overlay-sping.git;a=commitdiff;h=abc70ab56dccda98820d3447b67aa36432599de4
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-02-28 18:29:16 UTC
Reassigning to net-ftp herd.
Comment 4 Bernard Cafarelli gentoo-dev 2009-03-02 16:18:14 UTC
Thanks! I don't know how I manage to forget to add dbus in RDEPEND when adding the USE flag... Anyway I've added it to 3.2.* ebuilds, and your other changes to 3.2.2.1 in CVS

I've just left WX_GTK_VER, as it is used in wxwidgets eclass
Comment 5 Sebastian Pipping gentoo-dev 2009-03-02 21:09:25 UTC
> I've just left WX_GTK_VER, as it is used in wxwidgets eclass

I see, thank you.