Recent security update of archivers/unzoo introduced dependency on gcc 3.2+. Meantime, this port is a dependency of clamav antivirus widely used to detect viruses in SMTP traffic. This requires all FreeBSD 4.x users to build new gcc for very small reason. It seems that this overhead may be skipped with next small patch that does nothing other than moves 'found_trav' variable initialisations to the start of code blocks. Fix: This removes dependency on gcc 3.2+ How-To-Repeat: N/A, see description.
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Over to maintainer
State Changed From-To: open->closed Patch committed, thank you very much for your contribution.
ehaupt 2006-11-24 23:49:46 UTC FreeBSD ports repository Modified files: archivers/unzoo Makefile Added files: archivers/unzoo/files patch-unzoo.c Log: Provide a patch that moves 'found_trav' variable initialisations to the start of code blocks to drop gcc 3.2 dependency on 4.x. Bump PORTREVISION. PR: 105832 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Revision Changes Path 1.10 +1 -3 ports/archivers/unzoo/Makefile 1.1 +48 -0 ports/archivers/unzoo/files/patch-unzoo.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"