3186e08e7c
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
27 lines
498 B
Makefile
27 lines
498 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= guile-lib
|
|
PORTVERSION= 0.2.6.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel scheme
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ndowens@yahoo.com
|
|
COMMENT= Repository of useful code written in Guile Scheme
|
|
|
|
LICENSE= LGPL3 GPLv3
|
|
LICENSE_COMB= multi
|
|
|
|
BROKEN_armv7= fails to compile: stack overflow
|
|
|
|
BUILD_DEPENDS= guile2>0:lang/guile2
|
|
RUN_DEPENDS= guile2>0:lang/guile2
|
|
|
|
TEST_TARGET= check
|
|
USES= gmake pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= guile-library
|
|
|
|
.include <bsd.port.mk>
|