From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 21 22:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4345316A46B for ; Mon, 21 Jan 2008 22:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 23FD513C46B for ; Mon, 21 Jan 2008 22:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0LMo4Cf006619 for ; Mon, 21 Jan 2008 22:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0LMo48a006618; Mon, 21 Jan 2008 22:50:04 GMT (envelope-from gnats) Resent-Date: Mon, 21 Jan 2008 22:50:04 GMT Resent-Message-Id: <200801212250.m0LMo48a006618@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pietro Cerutti" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EC2D16A420 for ; 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 ; 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 ) 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 ; 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" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/119876: [patch] math/newmat unbreak + adopt maintainship X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 22:50:04 -0000 >Number: 119876 >Category: ports >Synopsis: [patch] math/newmat unbreak + adopt maintainship >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 21 22:50:03 UTC 2008 >Closed-Date: >Last-Modified: >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 - -.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 +.include --- 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: >Unformatted: