svn commit: r357893 - head/lang/gforth

Johan van Selst johans at FreeBSD.org
Sun Jun 15 15:22:25 UTC 2014


Author: johans
Date: Sun Jun 15 15:22:24 2014
New Revision: 357893
URL: http://svnweb.freebsd.org/changeset/ports/357893
QAT: https://qat.redports.org/buildarchive/r357893/

Log:
  Our automatic dependency tracking is too intelligent,
  but should have all bases covered now.

Modified:
  head/lang/gforth/Makefile

Modified: head/lang/gforth/Makefile
==============================================================================
--- head/lang/gforth/Makefile	Sun Jun 15 15:16:36 2014	(r357892)
+++ head/lang/gforth/Makefile	Sun Jun 15 15:22:24 2014	(r357893)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gforth
 PORTVERSION=	0.7.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	http://www.complang.tuwien.ac.at/forth/gforth/ \
 		GNU
@@ -11,7 +11,7 @@ MASTER_SITES=	http://www.complang.tuwien
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Fast and portable Forth system
 
-LIB_DEPENDS=	libffi.so:${PORTSDIR}/devel/libffi
+LIB_DEPENDS=	libffi.so.6:${PORTSDIR}/devel/libffi
 BUILD_DEPENDS=	${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall
 
 GNU_CONFIGURE=	yes
@@ -20,7 +20,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-fno-reorder-blocks -fno-inline
 CONFIGURE_ENV+=	GFORTHHIST=${WRKSRC}
 MAKE_ENV+=	GFORTHHIST=${WRKSRC}
-USES=		gmake
+USES=		gmake libtool
 USE_GCC=	any
 USE_AUTOTOOLS=	libtool libltdl
 USE_LDCONFIG=	${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named


More information about the svn-ports-head mailing list