Bug 16346

Summary: Fix for ports/mbone/vat
Product: Ports & Packages Reporter: oliver.fromme <oliver.fromme>
Component: Individual Port(s)Assignee: Bill Fenner <fenner>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
vat-fixes.tar.gz none

Description oliver.fromme 2000-01-25 12:10:00 UTC
   The port of vat in the ports collection (ports/mbone/vat) is
   currently broken (compiler errrors because of new gcc).
   The attached patches fix it.

Fix: NOTE:  The file "patch-af" replaces the existing one, and
   the file "patch-aj" is a new one.
How-To-Repeat: 
   cd /usr/ports/mbone/vat; make
Comment 1 cpiazza freebsd_committer freebsd_triage 2000-01-26 06:18:09 UTC
Responsible Changed
From-To: freebsd-ports->fenner

Over to maintainer 
Comment 2 Bill Fenner freebsd_committer freebsd_triage 2000-01-30 18:28:13 UTC
State Changed
From-To: open->closed

Fixed instead by adding "-pedantic" to the compiler flags.  These 
fixes would have broken building with egcs on 3.x systems (I think).