Update to 0.12.4.

This commit is contained in:
Maxim Sobolev 2000-07-25 11:00:39 +00:00
parent 6568517ac6
commit 4e01e11ae7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31028
6 changed files with 32 additions and 4 deletions

View File

@ -6,7 +6,7 @@
# #
PORTNAME= librep PORTNAME= librep
PORTVERSION= 0.12.3 PORTVERSION= 0.12.4
CATEGORIES= lang CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (librep-0.12.3.tar.gz) = 8adc0068c6ea304bc73a89a2c3559635 MD5 (librep-0.12.4.tar.gz) = 35ab525e59f2b518dc8e51b94b6fa354

View File

@ -0,0 +1,14 @@
--- src/numbers.c 2000/07/25 10:40:48 1.1
+++ src/numbers.c 2000/07/25 10:42:00
@@ -80,6 +80,11 @@
# endif
#endif
+#ifdef __FreeBSD__
+# define LONG_LONG_MIN LONG_MIN
+# define LONG_LONG_MAX LONG_MAX
+#endif
+
typedef struct {
repv car;
#ifdef HAVE_GMP

View File

@ -6,7 +6,7 @@
# #
PORTNAME= librep PORTNAME= librep
PORTVERSION= 0.12.3 PORTVERSION= 0.12.4
CATEGORIES= lang CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (librep-0.12.3.tar.gz) = 8adc0068c6ea304bc73a89a2c3559635 MD5 (librep-0.12.4.tar.gz) = 35ab525e59f2b518dc8e51b94b6fa354

View File

@ -0,0 +1,14 @@
--- src/numbers.c 2000/07/25 10:40:48 1.1
+++ src/numbers.c 2000/07/25 10:42:00
@@ -80,6 +80,11 @@
# endif
#endif
+#ifdef __FreeBSD__
+# define LONG_LONG_MIN LONG_MIN
+# define LONG_LONG_MAX LONG_MAX
+#endif
+
typedef struct {
repv car;
#ifdef HAVE_GMP