On 2012/05/25 08:22, Lars Engblom wrote:
> I do not agree that it is useless as it gives the information that
> something is wrong. Without a report, the problem might even slip
> into a release. When I noticed the problem, I was in real hurry and a
> friend wanted to quickly send me a file through IM. I wrote the
> report one day later on another computer, not remembering what
> dependency was missing.
> 
> What I did was:
> 1. pkg_add -i pidgin    (picking the gtkspell flavor)
> 2. running it, noticing it halting because of missing dependencies
> 3. pkg_add -i amsn
> 4. pidgin suddenly working after adding amsn
> 
> At this moment I have no time to set up a chroot and test out what
> was missing. If I would have had the time, I would have been doing it
> already. And no, I have not done anything to break anything, and this
> was with ready compiled packages in snapshot.

Including the actual error message you saw would potentially save
a bunch of work, this type of problem is highly dependant on the order
packages were built in. Even if you're in a real hurry would it really
take more than a few seconds to paste the message into a mail to
yourself to look at later?

I'm just about to start a bulk so I'm going to commit this without
waiting for an ok as it's obviously correct.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/pidgin/Makefile,v
retrieving revision 1.106
diff -u -p -r1.106 Makefile
--- Makefile    8 May 2012 06:49:41 -0000       1.106
+++ Makefile    25 May 2012 08:50:51 -0000
@@ -7,6 +7,7 @@ COMMENT-finch=  multi-protocol instant me
 COMMENT-libpurple= multi-protocol instant messaging library
 
 VERSION=       2.10.4
+REVISION-main= 0
 DISTNAME=      pidgin-${VERSION}
 PKGNAME-main=  pidgin-${VERSION}
 PKGNAME-finch= finch-${VERSION}
@@ -83,6 +84,7 @@ CONFIGURE_ARGS+= --disable-avahi \
                 --disable-cap \
                 --disable-doxygen \
                 --disable-farsight \
+                --disable-farstream \
                 --disable-gevolution \
                 --disable-gnutls \
                 --disable-nm \

Reply via email to