Bring port up to date.
Miguel Mendez wrote: > Bring port up to date. That *might* break some ports.. (i don't know if there is a port which requires that gpgmeplug or not. Means, that is only a train of thought) http://lists.gnupg.org/pipermail/gpa-dev/2002-December/001045.html <cut> gpgmeplug is not anymore included but diverted to a separate package named cryptplug. </cut> -- Oliver Lehmann, lehmann@ans-netz.de, http://www.pofo.de/ http://wishlist.pofo.de/
On Tue, Jan 07, 2003 at 08:10:32PM +0100, Miguel Mendez wrote: > On Tue, 7 Jan 2003 10:50:03 -0800 (PST) > Oliver Lehmann <lehmann@ans-netz.de> wrote: > > > > That *might* break some ports.. (i don't know if there is a port > > which requires that gpgmeplug or not. Means, that is only a train of > > thought) > > > > http://lists.gnupg.org/pipermail/gpa-dev/2002-December/001045.html > > > > <cut> > > gpgmeplug is not anymore included but > > diverted to a separate package named cryptplug. > > </cut> > > Good point, a quick look at our ports tree... > > flynn@christine# foreach foo ( `find . -name "Makefile"` ) > foreach? echo $foo >> /tmp/gpgme.dep; grep gpgme $foo>> /tmp/gpgme.dep > foreach? end > > reveals that (unless I'm mistaken) only the two sylpheeds and > mail/anubis depend on gpgme, both of which seem to work with this new > version. A faster and somewhat more precise way to do that would be: find /usr/ports -type f | xargs fgrep -l gpgme > /tmp/gpgme.dep The important point here is that searching Makefiles is not enough: sometimes port dependencies are specified in other ways, e.g. in config scripts relying on user input, as in the www/mod_php* case. In this particular case, the only files which contain 'gpgme' are ports/INDEX(-5), ports/security/gpgme/*, and, as you pointed out, the Makefiles of the various sylpheed and anubis ports. > Granted I'm not an anubis user, but I can certify that sylpheed does > work. anubis has built and isntalled ok too. Nothing to say about that; just comments on the dependency search method :) G'luck, Peter -- Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 If wishes were fishes, the antecedent of this conditional would be true.
Responsible Changed From-To: freebsd-ports-bugs-> arved I'll handle this
Tilman Linneweh wrote: > I did short testing with sylpheed and it seems not to harm sylpheed. > > So do you approve this upgrade? I tested sylpheed too, and got no errors. So.. approved -- Oliver Lehmann, lehmann@ans-netz.de, http://www.pofo.de/ http://wishlist.pofo.de/
Hi Mr. arved. On Thu, 30 Jan 2003 13:32:00 +0100 Tilman Linneweh <arved@FreeBSD.org> wrote: > Michael submitted this diff. Additional to the PR from flynn he likes to > readd the dependency on pth, since this is required by the upcoming > Aegypten ports. (see http://lofi.dyndns.org/~lofi/egypt-kmail.txt for detail). > I did short testing with sylpheed and it seems not to harm sylpheed. I test this patch, and it seems to have no problem. Please commit. Thank you. -- TERAMOTO Masahiro markun@onohara.to
State Changed From-To: open->closed A slightly different version was committed, thanks