Bug 106813 - mail/gmime2: stray printf causes issues
Summary: mail/gmime2: stray printf causes issues
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-16 16:50 UTC by Larry Rosenman
Modified: 2007-02-12 18:00 UTC (History)
0 users

See Also:


Attachments
file.diff (345 bytes, patch)
2006-12-16 16:50 UTC, Larry Rosenman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2006-12-16 16:50:14 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-16 16:50:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-12 17:57:24 UTC
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"
Comment 3 Marcus Alves Grando freebsd_committer freebsd_triage 2007-02-12 17:57:36 UTC
State Changed
From-To: open->closed

Fixed. Thanks.