Skip to content

Commit

Permalink
lang/guile2: Remove USES=makeinfo
Browse files Browse the repository at this point in the history
- Distfile ships with pregenerated info files
- Refresh patches
  • Loading branch information
5u623l20 committed Nov 4, 2023
1 parent 54a103d commit a3da763
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lang/guile2/Makefile
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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);
}

Expand Down
4 changes: 2 additions & 2 deletions 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>
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions 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>

Expand Down

0 comments on commit a3da763

Please sign in to comment.