CC maintainer

Solene Rapenne writes:

> bump sbcl 1.4.5 -> 1.4.6
>
> including <pthread.h> is mandatory in this new version, patch
> provided. patch on x86-64-arch.c fix the build for amd64. I also patched
> x64-arch.c for i386 but I didn't test it (don't have an i386 system)
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/lang/sbcl/Makefile,v
> retrieving revision 1.36
> diff -u -p -u -r1.36 Makefile
> --- Makefile  8 Mar 2018 15:17:39 -0000       1.36
> +++ Makefile  26 Apr 2018 23:18:35 -0000
> @@ -6,7 +6,7 @@ USE_WXNEEDED =                Yes
>
>  COMMENT=             compiler and runtime system for ANSI Common Lisp
>
> -V =                  1.4.5
> +V =                  1.4.6
>  DISTNAME=            sbcl-${V}-source
>  PKGNAME=             sbcl-${V}
>  WRKDIST=             ${WRKDIR}/sbcl-${V}
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/lang/sbcl/distinfo,v
> retrieving revision 1.14
> diff -u -p -u -r1.14 distinfo
> --- distinfo  8 Mar 2018 15:17:39 -0000       1.14
> +++ distinfo  26 Apr 2018 23:18:35 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (sbcl-1.4.5-source.tar.bz2) = 
> lhku/9F/PkV/d7z/Bhl4TObnKT4n4ObBVGpUKz2KxUA=
> -SIZE (sbcl-1.4.5-source.tar.bz2) = 5998856
> +SHA256 (sbcl-1.4.6-source.tar.bz2) = 
> RBGwEynU3VMcigy0A2Ri+0/V9uer4tUhxqoqOt77hng=
> +SIZE (sbcl-1.4.6-source.tar.bz2) = 6025790
> cvs server: Diffing patches
> Index: patches/patch-src_runtime_x86-64-arch_c
> ===================================================================
> RCS file: patches/patch-src_runtime_x86-64-arch_c
> diff -N patches/patch-src_runtime_x86-64-arch_c
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ patches/patch-src_runtime_x86-64-arch_c   26 Apr 2018 23:18:35 -0000
> @@ -0,0 +1,13 @@
> +$OpenBSD$
> +
> +Index: src/runtime/x86-64-arch.c
> +--- src/runtime/x86-64-arch.c.orig
> ++++ src/runtime/x86-64-arch.c
> +@@ -10,6 +10,7 @@
> +  */
> +
> + #include <stdio.h>
> ++#include <pthread.h>
> +
> + #include "sbcl.h"
> + #include "runtime.h"
> Index: patches/patch-src_runtime_x86-arch_c
> ===================================================================
> RCS file: patches/patch-src_runtime_x86-arch_c
> diff -N patches/patch-src_runtime_x86-arch_c
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ patches/patch-src_runtime_x86-arch_c      26 Apr 2018 23:18:35 -0000
> @@ -0,0 +1,13 @@
> +$OpenBSD$
> +
> +Index: src/runtime/x86-arch.c
> +--- src/runtime/x86-arch.c.orig
> ++++ src/runtime/x86-arch.c
> +@@ -10,6 +10,7 @@
> +  */
> +
> + #include <stdio.h>
> ++#include <pthread.h>
> +
> + #include "sbcl.h"
> + #include "runtime.h"

Reply via email to