mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update ised to 2.4.0
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ised
|
PORTNAME= ised
|
||||||
PORTVERSION= 2.3.2
|
PORTVERSION= 2.4.0
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= SF/${PORTNAME}
|
MASTER_SITES= SF/${PORTNAME}
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (ised-2.3.2.tar.bz2) = 0e501fcf76972c1ff7eceee6cbc3bdd93c530fc83b712908b3749749b6599ebb
|
SHA256 (ised-2.4.0.tar.bz2) = df131beae14de1ed75b34162d2a952ee4aa4f9651b625f63d908a274ce80d67f
|
||||||
SIZE (ised-2.3.2.tar.bz2) = 120015
|
SIZE (ised-2.4.0.tar.bz2) = 122560
|
||||||
|
|
21
math/ised/files/patch-src_base.h
Normal file
21
math/ised/files/patch-src_base.h
Normal 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
|
Loading…
Add table
Reference in a new issue