Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 12:33:34 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357874 - head/lang/gforth
Message-ID:  <201406151233.s5FCXYUR018814@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sun Jun 15 12:33:34 2014
New Revision: 357874
URL: http://svnweb.freebsd.org/changeset/ports/357874
QAT: https://qat.redports.org/buildarchive/r357874/

Log:
  - Revert USE_AUTOTOOLS=libtool that was removed in previous commit
    because libtool was not found, 12 library files were not build
  - Bump PORTREVISION
  
  Reported by:	jenkins via swills

Modified:
  head/lang/gforth/Makefile

Modified: head/lang/gforth/Makefile
==============================================================================
--- head/lang/gforth/Makefile	Sun Jun 15 12:32:26 2014	(r357873)
+++ head/lang/gforth/Makefile	Sun Jun 15 12:33:34 2014	(r357874)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gforth
 PORTVERSION=	0.7.3
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://www.complang.tuwien.ac.at/forth/gforth/ \
 		GNU
@@ -19,9 +20,9 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-fno-reorder-blocks -fno-inline
 CONFIGURE_ENV+=	GFORTHHIST=${WRKSRC}
 MAKE_ENV+=	GFORTHHIST=${WRKSRC}
-USES=		gmake libtool
+USES=		gmake
 USE_GCC=	any
-USE_AUTOTOOLS=	libltdl
+USE_AUTOTOOLS=	libtool libltdl
 USE_LDCONFIG=	${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named
 ALL_TARGET=	kernel/version.fs more info
 MAKE_JOBS_UNSAFE=yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406151233.s5FCXYUR018814>