freebsd-ports/sysutils/mcron/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

25 lines
429 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= mcron
PORTVERSION= 1.0.8
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= GNU
MAINTAINER= johans@FreeBSD.org
COMMENT= 100% compatible replacement for Vixie cron
LIB_DEPENDS= libguile-2.2.so:lang/guile2
USES= pkgconfig
GNU_CONFIGURE= yes
MAKEFILE= makefile
INFO= mcron
post-patch:
@${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \
${WRKSRC}/configure
.include <bsd.port.mk>