Bug 105832 - [patch] make archivers/unzoo more FreeBSD 4.x friendly
Summary: [patch] make archivers/unzoo more FreeBSD 4.x friendly
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-24 18:20 UTC by Eugene Grosbein
Modified: 2006-11-25 00:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.49 KB, patch)
2006-11-24 18:20 UTC, Eugene Grosbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"