git: a3da763960ff - main - lang/guile2: Remove USES=makeinfo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Nov 2023 19:51:30 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3da763960ffec71c34d2151103b7a8e763ef548 commit a3da763960ffec71c34d2151103b7a8e763ef548 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-11-04 05:51:33 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-11-04 19:51:15 +0000 lang/guile2: Remove USES=makeinfo - Distfile ships with pregenerated info files - Refresh patches --- lang/guile2/Makefile | 4 ++-- lang/guile2/files/patch-libguile_filesys.c | 4 ++-- lang/guile2/files/patch-libguile_numbers.c | 4 ++-- lang/guile2/files/patch-libguile_posix.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile index 37694221837c..8c02dc5a2669 100644 --- a/lang/guile2/Makefile +++ b/lang/guile2/Makefile @@ -20,14 +20,14 @@ RUN_DEPENDS= guile-aclocal>=3:lang/guile-aclocal USES= guile:${PORTVERSION:R},env \ charsetfix compiler:c11 cpe gmake iconv libtool localbase \ - makeinfo ncurses pathfix pkgconfig readline tar:lz + ncurses pathfix pkgconfig readline tar:lz CPE_VENDOR= gnu USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-suffix=-${GUILE_VER} # eliminate some pointless configure warnings/errors -CONFIGURE_ENV+= gl_cv_func_working_mktime=yes \ +CONFIGURE_ENV+= gl_cv_func_working_mktime=yes \ ac_cv_header_sys_timeb_h=0 MAKE_JOBS_UNSAFE= yes diff --git a/lang/guile2/files/patch-libguile_filesys.c b/lang/guile2/files/patch-libguile_filesys.c index 135030ac6257..847a52cde611 100644 --- a/lang/guile2/files/patch-libguile_filesys.c +++ b/lang/guile2/files/patch-libguile_filesys.c @@ -1,6 +1,6 @@ ---- libguile/filesys.c.orig 2017-02-06 04:37:29 UTC +--- libguile/filesys.c.orig 2019-06-30 14:31:23 UTC +++ libguile/filesys.c -@@ -1486,6 +1486,9 @@ SCM_DEFINE (scm_i_mkstemp, "mkstemp!", 1 +@@ -1513,6 +1513,9 @@ SCM_DEFINE (scm_i_mkstemp, "mkstemp!", 1, 1, 0, mode_bits = scm_i_mode_bits (mode); } diff --git a/lang/guile2/files/patch-libguile_numbers.c b/lang/guile2/files/patch-libguile_numbers.c index e54c471050c5..66b871902b85 100644 --- a/lang/guile2/files/patch-libguile_numbers.c +++ b/lang/guile2/files/patch-libguile_numbers.c @@ -1,4 +1,4 @@ ---- libguile/numbers.c.orig 2016-12-15 00:03:33 UTC +--- libguile/numbers.c.orig 2020-03-07 17:29:32 UTC +++ libguile/numbers.c @@ -45,7 +45,11 @@ # include <config.h> @@ -12,7 +12,7 @@ #include <assert.h> #include <math.h> -@@ -183,7 +187,7 @@ static double atanh (double x) { return 0.5 * log ((1 +@@ -191,7 +195,7 @@ static double atanh (double x) { return 0.5 * log ((1 #if defined (GUILE_I) diff --git a/lang/guile2/files/patch-libguile_posix.c b/lang/guile2/files/patch-libguile_posix.c index adf781adf214..49c9cf6c74d9 100644 --- a/lang/guile2/files/patch-libguile_posix.c +++ b/lang/guile2/files/patch-libguile_posix.c @@ -1,5 +1,5 @@ ---- libguile/posix.c.orig 2019-07-01 05:21:54.000000000 -0700 -+++ libguile/posix.c 2021-11-23 12:10:16.007364000 -0800 +--- libguile/posix.c.orig 2019-07-01 12:21:54 UTC ++++ libguile/posix.c @@ -28,6 +28,7 @@ #include <uniconv.h>