1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Update ised to 2.4.0

This commit is contained in:
Eitan Adler 2012-09-08 02:56:39 +00:00
parent ffc2dd2fe1
commit 28955f8a3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303857
3 changed files with 24 additions and 3 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= ised
PORTVERSION= 2.3.2
PORTVERSION= 2.4.0
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (ised-2.3.2.tar.bz2) = 0e501fcf76972c1ff7eceee6cbc3bdd93c530fc83b712908b3749749b6599ebb
SIZE (ised-2.3.2.tar.bz2) = 120015
SHA256 (ised-2.4.0.tar.bz2) = df131beae14de1ed75b34162d2a952ee4aa4f9651b625f63d908a274ce80d67f
SIZE (ised-2.4.0.tar.bz2) = 122560

View File

@ -0,0 +1,21 @@
--- src/base.h.orig 2012-09-07 22:48:50.000000000 -0400
+++ src/base.h 2012-09-07 22:50:59.000000000 -0400
@@ -14,6 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
**/
+#include <stdint.h>
#ifndef H_BASE
#define H_BASE
@@ -182,10 +183,6 @@ typedef long long itype;
#endif //__x86_64__
#endif //TRAPOVERFLOWS
-#ifndef uint64_t
-typedef unsigned long long uint64_t; //might not be right but close enough
-#endif
-
//if we are on x86_64, we can do modular multiplication without overflow
#ifdef __x86_64__
#if IVALUE==ILONG