1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/lang/slib-guile2/Makefile
Alexey Dokuchaev 3186e08e7c Update Guile to version 2.2.5, modern stable version, and fix dependent
ports to build against it.  Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans).  One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable.  It is very old,
there are newer versions available so it should be fixed by updating.

One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.

PR:		229613
Exp-run by:	antoine

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8
2019-06-27 09:02:56 +00:00

24 lines
509 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@nigredo.org>
# $FreeBSD$
PORTNAME= slib
PORTVERSION= 3b4 # Keep this in sync with lang/slib
PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= # empty
PKGNAMESUFFIX= -guile2
DISTFILES= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= SLIB installation for Guile
BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:lang/slib \
guile:lang/guile2
RUN_DEPENDS:= ${BUILD_DEPENDS}
SUB_FILES+= pkg-install pkg-deinstall
NO_BUILD= yes
NO_INSTALL= yes
.include <bsd.port.mk>