Bug 116678 - print/ifhp broken with gcc 4.2
Summary: print/ifhp broken with gcc 4.2
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-26 22:10 UTC by Kevin Oberman
Modified: 2007-09-29 20:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.75 KB, patch)
2007-09-26 22:10 UTC, Kevin Oberman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Oberman 2007-09-26 22:10:00 UTC
	
print/ifhp is marked "Broken" wiuth gcc 4.2. This is because 4.2
generates warnings of things not noticed by gcc3. None is significant
or affects program operation

How-To-Repeat: 	cd /usr/ports/print/ifhp && make
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2007-09-29 19:52:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-29 19:54:51 UTC
alepulver    2007-09-29 18:54:44 UTC

  FreeBSD ports repository

  Modified files:
    print/ifhp           Makefile 
  Log:
  - Fix building with GCC 4.2 (remove -Werror) and remove BROKEN for 7.x.
  
  PR:             ports/116678
  Submitted by:   Kevin Oberman <oberman@es.net>
  Reworked by:    alepulver (myself)
  
  Revision  Changes    Path
  1.15      +3 -4      ports/print/ifhp/Makefile
_______________________________________________
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 Alejandro Pulver freebsd_committer freebsd_triage 2007-09-29 19:54:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!