Update to 0.12.4.
This commit is contained in:
parent
6568517ac6
commit
4e01e11ae7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31028
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= librep
|
||||
PORTVERSION= 0.12.3
|
||||
PORTVERSION= 0.12.4
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (librep-0.12.3.tar.gz) = 8adc0068c6ea304bc73a89a2c3559635
|
||||
MD5 (librep-0.12.4.tar.gz) = 35ab525e59f2b518dc8e51b94b6fa354
|
||||
|
14
lang/librep/files/patch-ab
Normal file
14
lang/librep/files/patch-ab
Normal 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
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= librep
|
||||
PORTVERSION= 0.12.3
|
||||
PORTVERSION= 0.12.4
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (librep-0.12.3.tar.gz) = 8adc0068c6ea304bc73a89a2c3559635
|
||||
MD5 (librep-0.12.4.tar.gz) = 35ab525e59f2b518dc8e51b94b6fa354
|
||||
|
14
lang/librep2/files/patch-ab
Normal file
14
lang/librep2/files/patch-ab
Normal 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
|
Loading…
Reference in New Issue
Block a user