Bug 112330 - ffs2recov - Reduce warnings to fix ia64 build
Summary: ffs2recov - Reduce warnings to fix ia64 build
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-01 22:50 UTC by sten
Modified: 2007-05-02 00:21 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (797 bytes, patch)
2007-05-01 22:50 UTC, sten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sten 2007-05-01 22:50:02 UTC
	The high warning level causes build failures on ia64, fixing these
        requires more work upstream. Lowering the warn-level is a
        reasonable temporary workaround, because the warnings are not critical.

Fix: The current makefile in files/Makefile is unused, instead add a patch
	to lower the warns in the makefile.
How-To-Repeat: 	Build the port on ia64
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-05-02 00:19:09 UTC
rafan       2007-05-01 23:19:03 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/ffs2recov   Makefile 
  Removed files:
    sysutils/ffs2recov/files Makefile 
  Log:
  - Really remove WARNS settings. Unless someone wants to fix the build on ia64,
    we won't put it back.
  
  PR:             ports/112330
  Submitted by:   maintainer
  Discussed with: maintainer, author and kris
  
  Revision  Changes    Path
  1.2       +2 -1      ports/sysutils/ffs2recov/Makefile
  1.4       +0 -10     ports/sysutils/ffs2recov/files/Makefile (dead)
_______________________________________________
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 2 Rong-En Fan freebsd_committer freebsd_triage 2007-05-02 00:19:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!