the mail/gmime2 port sources have what appear to be a stray printf(3) call. This causes problems when programs aren't expecting the output (Exim, for example, using the dbmail-smtp program as a pipe). Fix: add the following patch to the port: How-To-Repeat: pass a broken date to libgmime-2
Responsible Changed From-To: freebsd-ports-bugs->mnag Over to maintainer
mnag 2007-02-12 17:57:15 UTC FreeBSD ports repository Modified files: mail/gmime2 Makefile distinfo Added files: mail/gmime2/files patch-gmime__gmime-utils.c patch-tests__test-mbox.c patch-tests__test-mime.c patch-tests__test-parser.c Log: - Update to 2.2.4 - Fix unnecessary print [1] PR: 106813 [1] Submitted by: Larry Rosenman <ler___lerctr.org> [1] Revision Changes Path 1.50 +1 -1 ports/mail/gmime2/Makefile 1.30 +3 -3 ports/mail/gmime2/distinfo 1.1 +11 -0 ports/mail/gmime2/files/patch-gmime__gmime-utils.c (new) 1.1 +10 -0 ports/mail/gmime2/files/patch-tests__test-mbox.c (new) 1.1 +10 -0 ports/mail/gmime2/files/patch-tests__test-mime.c (new) 1.1 +10 -0 ports/mail/gmime2/files/patch-tests__test-parser.c (new) _______________________________________________ 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 Fixed. Thanks.