Installing mail/dbmail pulls in mail/gmime2 as a dependency. mail/gmime2 installs mutant versions of uuencode and uudecode in /usr/local/bin. mail/mailman/Makefile uses "uudecode -p", which the mutant version of uudecode doesn't support, resulting in an installation failure for mail/mailman. Fix: mail/mailman/Makefile should use "/usr/bin/uudecode" rather than just "uudecode". mail/gmime2 should not install mutant verions of uuencode and uudecode when pulled in as a side effect of installing another program, or should use alternate names (eg, gmime-uu{en,de}code). How-To-Repeat: Install mail/dbmail and mail/mailman, in that order.
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
IMO, that's not the dbmail problem. Anyway, here's a patch for mail/gmime2 to install binaries as gmime-uu{en,de}code (as suggested by Rob). Also this naming solution is used in gmime.spec
State Changed From-To: feedback->open Feedback was received that indicated the problem is actually with mail/gmime2. Assign to maintainer.
Responsible Changed From-To: freebsd-ports-bugs->mnag
mnag 2008-04-13 15:44:47 UTC FreeBSD ports repository Modified files: mail/gmime2 Makefile distinfo pkg-plist Added files: mail/gmime2/files patch-src_Makefile.in Log: - Update to 2.2.18 - Rename uudecode e uuencode to gmime-* to not conflict with userland [1] PR: 118092 [1] Submitted by: Rob Austein <sra___hactrn.net> [1] Revision Changes Path 1.55 +1 -1 ports/mail/gmime2/Makefile 1.35 +3 -3 ports/mail/gmime2/distinfo 1.1 +33 -0 ports/mail/gmime2/files/patch-src_Makefile.in (new) 1.19 +2 -2 ports/mail/gmime2/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!