svn commit: r357874 - head/lang/gforth
Johan van Selst
johans at FreeBSD.org
Sun Jun 15 12:33:34 UTC 2014
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
More information about the svn-ports-all
mailing list