ports/112330: ffs2recov - Reduce warnings to fix ia64 build

Sten Spans sten at blinkenlights.nl
Tue May 1 21:50:03 UTC 2007


>Number:         112330
>Category:       ports
>Synopsis:       ffs2recov - Reduce warnings to fix ia64 build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 01 21:50:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sten Spans
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD earth.blinkenlights.nl 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Sun Jan 28 15:02:12 CET 2007 root at earth.blinkenlights.nl:/usr/obj/usr/src/sys/1650 i386


	
>Description:
	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.
>How-To-Repeat:
	Build the port on ia64
>Fix:
	The current makefile in files/Makefile is unused, instead add a patch
	to lower the warns in the makefile.

diff -Nru ffs2recov/files/Makefile ffs2recov.new/files/Makefile
--- files/Makefile	Thu Apr  5 16:07:09 2007
+++ files/Makefile	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
-# $FreeBSD: /repoman/r/pcvs/ports/sysutils/ffs2recov/files/Makefile,v 1.3 2007/04/05 14:07:09 rafan Exp $
-
-PROG=	ffs2recov
-SRCS=	main.c block.c inode.c io.c super.c
-MAN=	ffs2recov.8
-
-DPADD=	${LIBUFS}
-LDADD=	-lufs
-
-.include <bsd.prog.mk>
diff -Nru ffs2recov/files/patch-Makefile ffs2recov.new/files/patch-Makefile
--- files/patch-Makefile	Thu Jan  1 01:00:00 1970
+++ files/patch-Makefile	Tue May  1 23:32:35 2007
@@ -0,0 +1,10 @@
+--- Makefile.orig	Tue May  1 23:32:04 2007
++++ Makefile	Tue May  1 23:32:10 2007
+@@ -7,6 +7,6 @@
+ DPADD=	${LIBUFS}
+ LDADD=	-lufs
+ 
+-WARNS?= 6
++WARNS?= 3
+ 
+ .include <bsd.prog.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list