Bug 105832

Summary: [patch] make archivers/unzoo more FreeBSD 4.x friendly
Product: Ports & Packages Reporter: Eugene Grosbein <ports>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me CC: ehaupt
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Eugene Grosbein 2006-11-24 18:20:05 UTC
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-24 18:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-11-24 23:50:24 UTC
State Changed
From-To: open->closed

Patch committed, thank you very much for your contribution.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-11-24 23:50:26 UTC
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"