From ed@hoeg.nl  Tue Mar 20 06:46:47 2007
Return-Path: <ed@hoeg.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 386CE16A401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Mar 2007 06:46:47 +0000 (UTC)
	(envelope-from ed@hoeg.nl)
Received: from palm.hoeg.nl (palm.hoeg.nl [83.98.131.212])
	by mx1.freebsd.org (Postfix) with ESMTP id 0420113C459
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Mar 2007 06:46:46 +0000 (UTC)
	(envelope-from ed@hoeg.nl)
Received: by palm.hoeg.nl (Postfix, from userid 1000)
	id 54B881CCCB; Tue, 20 Mar 2007 07:46:45 +0100 (CET)
Message-Id: <20070320064645.54B881CCCB@palm.hoeg.nl>
Date: Tue, 20 Mar 2007 07:46:45 +0100 (CET)
From: Ed Schouten <ed@fxq.nl>
Reply-To: Ed Schouten <ed@fxq.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [dns/totd] Remove -Werror - fixes GCC 4.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         110568
>Category:       ports
>Synopsis:       [dns/totd] Remove -Werror - fixes GCC 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 20 06:50:02 GMT 2007
>Closed-Date:    Sun Mar 25 21:22:05 GMT 2007
>Last-Modified:  Sun Mar 25 21:30:11 GMT 2007
>Originator:     Ed Schouten
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD palm.hoeg.nl 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Feb 11 22:32:09 CET 2007 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
Totd doesn't compile with GCC 4.x without removing -Werror, because of
some pointer signedness issues across big parts of the code. Just remove
-Werror for now.
>How-To-Repeat:
>Fix:
Add the following file to the `files/' directory:

%%%
--- Makefile.in	Tue Mar 20 07:13:19 2007
+++ Makefile.in	Tue Mar 20 07:14:28 2007
@@ -18,7 +18,7 @@
 
 INSTALL = /usr/bin/install
 
-CFLAGS  = @CFLAGS@ @DEFS@  -Werror -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
+CFLAGS  = @CFLAGS@ @DEFS@  -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
 
 # When debugging is enabled by --enable-malloc-debug flag to the configure
 # script, the @DBMALLOC@ substitution will contain the empty string, thus
%%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 20 06:50:08 UTC 2007 
Responsible-Changed-Why:  
shaun@ wants to have sparc64 and 4.x PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110568 
Responsible-Changed-From-To: shaun->freebsd-ports-bugs 
Responsible-Changed-By: shaun 
Responsible-Changed-When: Sun Mar 25 20:40:29 UTC 2007 
Responsible-Changed-Why:  
Return to pool. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110568 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun Mar 25 21:13:23 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110568 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110568: commit references a PR
Date: Sun, 25 Mar 2007 21:21:47 +0000 (UTC)

 pav         2007-03-25 21:21:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns/totd             Makefile 
   Added files:
     dns/totd/files       patch-Makefile.in totd.in 
   Removed files:
     dns/totd             pkg-plist 
     dns/totd/files       totd.sh 
   Log:
   - Fix build on gcc 4.1
   
   PR:             ports/110568
   Submitted by:   Ed Schouten <ed@fxq.nl> (maintainer)
   
   - While here, modernize USE_RC_SUBR and kill FreeBSD 4.X bits
   
   Revision  Changes    Path
   1.22      +3 -14     ports/dns/totd/Makefile
   1.1       +11 -0     ports/dns/totd/files/patch-Makefile.in (new)
   1.1       +36 -0     ports/dns/totd/files/totd.in (new)
   1.4       +0 -36     ports/dns/totd/files/totd.sh (dead)
   1.3       +0 -3      ports/dns/totd/pkg-plist (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"
 
>Unformatted:
