Re: lang/gcc/4.9: update dependency on gmp

2016-11-15 Thread Tobias Ulmer
There seems to be a bigger problem with the amd64 adastrap (at least).

I have another fix that will bump the package anyways, may as well look
into that at the same time



Re: lang/gcc/4.9: update dependency on gmp

2016-11-15 Thread David Coppa


Il 15 novembre 2016 10:52:10 CET, Tobias Ulmer  ha scritto:
>The respun adastrap has introduced a hard dependency on gmp 6.1.1,
>save people some debug time:
>
>Index: Makefile
>===
>RCS file: /home/vcs/cvs/openbsd/ports/lang/gcc/4.9/Makefile,v
>retrieving revision 1.44
>diff -u -p -r1.44 Makefile
>--- Makefile   11 Nov 2016 20:13:43 -  1.44
>+++ Makefile   15 Nov 2016 09:47:21 -
>@@ -207,7 +207,7 @@ WANTLIB-main = ${WANTLIB}
> WANTLIB-ada = ${WANTLIB} pthread util
> WANTLIB-libs =m pthread
> 
>-LIB_DEPENDS +=devel/gmp>=4.2 \
>+LIB_DEPENDS +=devel/gmp>=6.1.1 \
>   devel/mpfr \
>   devel/libmpc
> LIB_DEPENDS-libs =

Ok with me.



lang/gcc/4.9: update dependency on gmp

2016-11-15 Thread Tobias Ulmer
The respun adastrap has introduced a hard dependency on gmp 6.1.1,
save people some debug time:

Index: Makefile
===
RCS file: /home/vcs/cvs/openbsd/ports/lang/gcc/4.9/Makefile,v
retrieving revision 1.44
diff -u -p -r1.44 Makefile
--- Makefile11 Nov 2016 20:13:43 -  1.44
+++ Makefile15 Nov 2016 09:47:21 -
@@ -207,7 +207,7 @@ WANTLIB-main =  ${WANTLIB}
 WANTLIB-ada =  ${WANTLIB} pthread util
 WANTLIB-libs = m pthread
 
-LIB_DEPENDS += devel/gmp>=4.2 \
+LIB_DEPENDS += devel/gmp>=6.1.1 \
devel/mpfr \
devel/libmpc
 LIB_DEPENDS-libs =