Files
ports/net-im/freetalk/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

34 lines
683 B
Makefile

# Created by: Oleg Ginzburg (olevole@olevole.ru)
# $FreeBSD$
PORTNAME= freetalk
PORTVERSION= 4.1
DISTVERSIONPREFIX= v
PORTREVISION= 8
CATEGORIES= net-im
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU console based Jabber client
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth \
libguile-2.2.so:lang/guile2 \
libgc-threaded.so:devel/boehm-gc-threaded
USES= autoreconf gettext-runtime localbase makeinfo pkgconfig readline
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= GNUFreetalk
INFO= freetalk
post-patch:
@${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \
${WRKSRC}/configure.ac
.include <bsd.port.mk>