Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2005 16:10:06 -0300 (BRT)
From:      Marcus Grando <marcus@corp.grupos.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83404: Update port: math/pecl-big_int to 1.0.7
Message-ID:  <20050713191006.34DF65599@corp.grupos.com.br>
Resent-Message-ID: <200507131910.j6DJACj0006603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83404
>Category:       ports
>Synopsis:       Update port: math/pecl-big_int to 1.0.7
>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:   Wed Jul 13 19:10:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Marcus Grando
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Jul 11 10:07:29 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386


	
>Description:

- Update to 1.0.7

Removed:

files/patch-libbig_int-include-big_int.h
files/

	
>How-To-Repeat:
	
>Fix:

	

--- pecl-big_int.patch begins here ---
diff -ruN pecl-big_int.orig/Makefile pecl-big_int/Makefile
--- pecl-big_int.orig/Makefile	Tue May 17 16:08:10 2005
+++ pecl-big_int/Makefile	Wed Jul 13 16:05:10 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	big_int
-PORTVERSION=	1.0.5
+PORTVERSION=	1.0.7
 CATEGORIES=	math devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
diff -ruN pecl-big_int.orig/distinfo pecl-big_int/distinfo
--- pecl-big_int.orig/distinfo	Tue May 17 16:08:10 2005
+++ pecl-big_int/distinfo	Wed Jul 13 16:05:25 2005
@@ -1,2 +1,2 @@
-MD5 (PECL/big_int-1.0.5.tgz) = c27f62e767950c33f109b3a841a60f42
-SIZE (PECL/big_int-1.0.5.tgz) = 45853
+MD5 (PECL/big_int-1.0.7.tgz) = d858d5bcfd3f789cb1ae8cb8ff09d3e9
+SIZE (PECL/big_int-1.0.7.tgz) = 48248
diff -ruN pecl-big_int.orig/files/patch-libbig_int-include-big_int.h pecl-big_int/files/patch-libbig_int-include-big_int.h
--- pecl-big_int.orig/files/patch-libbig_int-include-big_int.h	Tue May 17 16:08:10 2005
+++ pecl-big_int/files/patch-libbig_int-include-big_int.h	Wed Dec 31 21:00:00 1969
@@ -1,14 +0,0 @@
---- libbig_int/include/big_int.h.orig	Wed May 11 16:11:09 2005
-+++ libbig_int/include/big_int.h	Tue May 17 21:01:26 2005
-@@ -77,9 +77,9 @@
- #endif /* end of BIG_INT_DIGIT_SIZE */
- #else
- /*
--    for ANSI C99 compliant comilers, which have stdint.h header
-+    for ANSI C99 compliant compilers, which have inttypes.h header
- */
--#include <stdint.h>
-+#include <inttypes.h>
- #if (BIG_INT_DIGIT_SIZE == 32)
- typedef uint32_t big_int_word;
- typedef uint64_t big_int_dword;
--- pecl-big_int.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?20050713191006.34DF65599>