From gahr@gahr.ch  Mon Jan 21 22:48:44 2008
Return-Path: <gahr@gahr.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3EC2D16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jan 2008 22:48:44 +0000 (UTC)
	(envelope-from gahr@gahr.ch)
Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73])
	by mx1.freebsd.org (Postfix) with ESMTP id BC77813C458
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jan 2008 22:48:43 +0000 (UTC)
	(envelope-from gahr@gahr.ch)
Received: from 80-218-191-236.dclient.hispeed.ch ([80.218.191.236] helo=gahrtop.localhost)
	by cpanel03.rubas-s03.net with esmtpa (Exim 4.68)
	(envelope-from <gahr@gahr.ch>)
	id 1JH5RZ-0005uA-Nt
	for FreeBSD-gnats-submit@freebsd.org; Mon, 21 Jan 2008 23:48:41 +0100
Received: from gahrtop.localhost (localhost [127.0.0.1])
	by gahrtop.localhost (Postfix) with ESMTP id BE37450848
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jan 2008 23:48:38 +0100 (CET)
Message-Id: <1200955718.3471@gahrtop.localhost>
Date: Mon, 21 Jan 2008 23:48:38 +0100
From: "Pietro Cerutti" <gahr@gahr.ch>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [patch] math/newmat unbreak + adopt maintainship
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>Number:         119876
>Category:       ports
>Synopsis:       [patch] math/newmat unbreak + adopt maintainship
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 21 22:50:03 UTC 2008
>Closed-Date:    Tue Jan 22 00:33:37 UTC 2008
>Last-Modified:  Tue Jan 22 00:40:02 UTC 2008
>Originator:     Pietro Cerutti
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 8.0-CURRENT #22: Sun Jan 20 20:02:31 CET 2008
    root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034



>Description:


set maintainship to me.

builds fine with GCC 4.2 on these platforms:

- 8.0-CURRENT i386
- 7.0-PRERELEASE sparc64


>How-To-Repeat:





>Fix:


--- _newmat.diff begins here ---
--- Makefile.orig	2008-01-21 23:21:24.000000000 +0100
+++ Makefile	2008-01-21 23:22:55.000000000 +0100
@@ -12,7 +12,7 @@
 MASTER_SITES=	http://www.robertnz.net/ftp/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	gahr@gahr.ch
 COMMENT=	A C++ matrix library
 
 NO_WRKSUBDIR=	yes
@@ -21,15 +21,9 @@
 MAKE_ARGS=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
 ALL_TARGET=	everything
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN=		Broken with gcc 4.2
-.endif
-
 do-install:
 	@${MKDIR} ${PREFIX}/include/${PORTNAME}
 	${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/${PORTNAME}
 	${INSTALL_DATA} ${WRKSRC}/libnewmat.a ${PREFIX}/lib
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- distinfo.orig	2008-01-21 23:22:21.000000000 +0100
+++ distinfo	2008-01-21 23:22:42.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (newmat11.tar.gz) = 135e15d41930389054c9be7d58e9dbd2
-SHA256 (newmat11.tar.gz) = 12328f561569e70635fb581f68146b4861a9e9ce9c88c26668875ea2dbda7185
-SIZE (newmat11.tar.gz) = 236598
+MD5 (newmat11.tar.gz) = 67827f62999f22b7b7e00abe542cfee8
+SHA256 (newmat11.tar.gz) = 723d96ecc2cf4c6987d04bb0810ce12fd22b3170ad50db2a14e7e4ef77c4ec89
+SIZE (newmat11.tar.gz) = 240888
--- _newmat.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 21 22:50:12 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119876 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jan 22 00:33:36 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119876: commit references a PR
Date: Tue, 22 Jan 2008 00:33:28 +0000 (UTC)

 miwi        2008-01-22 00:33:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/newmat          Makefile distinfo 
   Log:
   - File was rerolled for build fix with gcc 4.2
   - Pass maintainership to submitter
   - Bump PORTREVISION
   
   PR:             119876
   Submitted by:   "Pietro Cerutti" <gahr@gahr.ch>
   
   Revision  Changes    Path
   1.16      +3 -8      ports/math/newmat/Makefile
   1.8       +3 -3      ports/math/newmat/distinfo
 _______________________________________________
 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:
