svn commit: r363405 - in head/math: foma lambda sfst

Adam Weinberger adamw at FreeBSD.org
Tue Jul 29 22:44:11 UTC 2014


Author: adamw
Date: Tue Jul 29 22:44:10 2014
New Revision: 363405
URL: http://svnweb.freebsd.org/changeset/ports/363405
QAT: https://qat.redports.org/buildarchive/r363405/

Log:
  Add USES=readline to fix build on current.

Modified:
  head/math/foma/Makefile
  head/math/lambda/Makefile
  head/math/sfst/Makefile

Modified: head/math/foma/Makefile
==============================================================================
--- head/math/foma/Makefile	Tue Jul 29 22:39:31 2014	(r363404)
+++ head/math/foma/Makefile	Tue Jul 29 22:44:10 2014	(r363405)
@@ -11,14 +11,14 @@ COMMENT=	Toolkit for constructing finite
 
 LICENSE=	GPLv2
 
-USES=		bison gmake
+USES=		bison gmake readline
 USE_LDCONFIG=	yes
 
 do-install:
-	cd ${WRKSRC} && ${INSTALL_DATA} fomalib.h fomalibconf.h ${STAGEDIR}${PREFIX}/include/
-	cd ${WRKSRC} && ${INSTALL_PROGRAM} foma flookup cgflookup ${STAGEDIR}${PREFIX}/bin/
+	(cd ${WRKSRC} && ${INSTALL_DATA} fomalib.h fomalibconf.h ${STAGEDIR}${PREFIX}/include/)
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} foma flookup cgflookup ${STAGEDIR}${PREFIX}/bin/)
 	${INSTALL_LIB} ${WRKSRC}/libfoma.a ${STAGEDIR}${PREFIX}/lib/
 	${INSTALL_LIB} ${WRKSRC}/libfoma.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libfoma.so.0
-	cd ${STAGEDIR}${PREFIX}/lib && ${LN} -s libfoma.so.0 libfoma.so
+	(cd ${STAGEDIR}${PREFIX}/lib && ${LN} -s libfoma.so.0 libfoma.so)
 
 .include <bsd.port.mk>

Modified: head/math/lambda/Makefile
==============================================================================
--- head/math/lambda/Makefile	Tue Jul 29 22:39:31 2014	(r363404)
+++ head/math/lambda/Makefile	Tue Jul 29 22:44:10 2014	(r363405)
@@ -11,7 +11,7 @@ COMMENT=	Lambda calculus interpreter
 
 LICENSE=	GPLv2
 
-USES=		perl5
+USES=		perl5 readline
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 

Modified: head/math/sfst/Makefile
==============================================================================
--- head/math/sfst/Makefile	Tue Jul 29 22:39:31 2014	(r363404)
+++ head/math/sfst/Makefile	Tue Jul 29 22:44:10 2014	(r363405)
@@ -12,7 +12,7 @@ COMMENT=	A toolbox for the implementatio
 
 WRKSRC=		${WRKDIR}/${PORTNAME:tu}/src
 INSTALL_TARGET=	install maninstall libinstall
-USES=		gmake
+USES=		gmake readline
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list