Date: Fri, 6 Oct 2006 23:16:15 +0200 (CEST) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/104076: [PATCH] math/GiNaC: update to 1.3.5 Message-ID: <20061006211615.E588A39DB8@pin.if.uz.zgora.pl> Resent-Message-ID: <200610062120.k96LKEIZ056164@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104076 >Category: ports >Synopsis: [PATCH] math/GiNaC: update to 1.3.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Oct 06 21:20:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Jun 3 01:12:10 CEST >Description: Update to 1.3.5, which has no problem with gcc41. (http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006100419/GiNaC-1.3.3.log) Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- GiNaC-1.3.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/GiNaC/Makefile /home/trasz/GiNaC/Makefile --- /usr/ports/math/GiNaC/Makefile Tue Aug 15 02:29:11 2006 +++ /home/trasz/GiNaC/Makefile Fri Oct 6 23:00:55 2006 @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.5 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -36,7 +36,7 @@ .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not build on alpha" +BROKEN= Does not build on alpha .endif post-extract: diff -ruN --exclude=CVS /usr/ports/math/GiNaC/distinfo /home/trasz/GiNaC/distinfo --- /usr/ports/math/GiNaC/distinfo Fri Nov 25 16:47:56 2005 +++ /home/trasz/GiNaC/distinfo Fri Oct 6 23:00:55 2006 @@ -1,3 +1,3 @@ -MD5 (ginac-1.3.3.tar.bz2) = 6278b954d17013a4c027e4d52a4bd8b4 -SHA256 (ginac-1.3.3.tar.bz2) = 9f3adfef06a23ded66b868033ffacea7af8b6555209c45969d90255636a3babe -SIZE (ginac-1.3.3.tar.bz2) = 775173 +MD5 (ginac-1.3.5.tar.bz2) = 2187bd0f79baf78514b5cbf737d67b01 +SHA256 (ginac-1.3.5.tar.bz2) = 1e1f3c580d7b6f137c6b109c5c565b7e888771aeb8940d167b954e8847c14d62 +SIZE (ginac-1.3.5.tar.bz2) = 781632 diff -ruN --exclude=CVS /usr/ports/math/GiNaC/files/patch-ginsh::ginsh_parser.yy /home/trasz/GiNaC/files/patch-ginsh::ginsh_parser.yy --- /usr/ports/math/GiNaC/files/patch-ginsh::ginsh_parser.yy Wed Mar 7 08:09:03 2001 +++ /home/trasz/GiNaC/files/patch-ginsh::ginsh_parser.yy Fri Oct 6 23:00:55 2006 @@ -1,14 +1,15 @@ ---- ginsh/ginsh_parser.yy.orig Wed Feb 28 20:55:04 2001 -+++ ginsh/ginsh_parser.yy Tue Mar 6 16:45:06 2001 -@@ -29,6 +29,7 @@ +--- ginsh/ginsh_parser.yy.orig Sat Aug 5 22:36:18 2006 ++++ ginsh/ginsh_parser.yy Fri Oct 6 21:54:20 2006 +@@ -28,6 +28,8 @@ + %{ #include "config.h" - +#include <sys/time.h> ++ + #ifdef HAVE_RUSAGE #include <sys/resource.h> - - #if HAVE_UNISTD_H -@@ -720,6 +721,8 @@ + #else +@@ -888,6 +890,8 @@ /* * Main program */ --- GiNaC-1.3.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061006211615.E588A39DB8>