Port details |
- guile3 GNU Ubiquitous Intelligent Language for Extension
- 3.0.9_1 lang
=0 3.0.9_1Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2023-07-30 23:01:23
- Last Update: 2023-11-04 19:51:16
- Commit Hash: 14314bd
- Also Listed In: scheme
- License: GPLv3 LGPL3
- WWW:
- https://www.gnu.org/software/guile/
- Description:
- GUILE, GNU's Ubiquitous Intelligent Language for Extension,
is a library that implements the Scheme language plus various
convenient facilities. It's designed so that you can link it
into an application or utility to make it extensible. Our
plan is to link this library into all GNU programs that call for
extensibility.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/guile3/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/guile3
- pkg install guile3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: guile3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684250510
SHA256 (guile-3.0.9.tar.lz) = bc0ee0a360fb13919c14eb6e2453319adf1ec998288c993829bcf178fb48cc9a
SIZE (guile-3.0.9.tar.lz) = 5435196
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- lang/guile-aclocal
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- guile-aclocal>=3 : lang/guile-aclocal
- indexinfo : print/indexinfo
- Library dependencies:
-
- libunistring.so : devel/libunistring
- libffi.so : devel/libffi
- libgmp.so : math/gmp
- libgc-threaded.so : devel/boehm-gc-threaded
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- mail/mu
- sysutils/mcron
Configuration Options:
- ===> The following configuration options are available for guile3-3.0.9_1:
MINIGMP=off: Use embedded mini-gmp rather than external libgmp
NLS=on: Native Language Support
THREADS=on: Threading support
===> Use 'make config' to modify these settings
- Options name:
- lang_guile3
- USES:
- tar:lz guile:3.0,env charsetfix compiler:c11 cpe gmake iconv libtool pathfix pkgconfig readline localbase gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.9_1 04 Nov 2023 19:51:16
    |
Muhammad Moinur Rahman (bofh)  |
lang/guile3: Remove USES=makeinfo
- Distfile ships with pregenerated info files |
3.0.9_1 09 Aug 2023 13:01:14
    |
Robert Clausecker (fuz)  Author: Andrew "RhodiumToad" Gierth |
lang/guile[23]: prefer long over long long for scm_off_t
When long and long long are both the same size as off_t, prefer long
for scm_off_t even though it should make no difference, because llvm16
seems to consider them distinct types as arguments in function pointer
types. Also it seems cleaner.
fixes mailutils with GUILE=on on llvm16 on amd64.
Fixes: 94218d3a91189c7afea956e8905d5e5ecf879a2c
PR: 260960 |
3.0.9 30 Jul 2023 22:59:04
    |
Robert Clausecker (fuz)  Author: Andrew "RhodiumToad" Gierth |
Mk/Uses: Add guile.mk
This patch adds USES=guile[:options], a framework to permit the
concurrent installation of different guile versions, allowing
ports to specify which guile they need.
lang/guile is now a meta-port, installing the default guile version;
guile 3 is now shipped in lang/guile3.
A new port lang/guile-aclocal holds the guile.m4 file from guile3
to permit ports written against guile1 or guile2 to avoid conflicts.
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194 |
Number of commits found: 3
|