mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to version 1.3.2
PR: 164998 Submitted by: Ports Fury
This commit is contained in:
parent
00a0cd3c8d
commit
c6d429acc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291882
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= yacas
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 1.3.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://yacas.sourceforge.net/backups/
|
||||
|
||||
@ -17,6 +17,8 @@ COMMENT= Yet Another Computer Algebra System
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
OPTIONS= TESTS "Run bundled self-tests after build" on
|
||||
|
||||
USE_PERL5_BUILD=yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
@ -24,17 +26,28 @@ MAKE_JOBS_SAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
CONFIGURE_ARGS+= --enable-html-doc --with-html-dir=${DOCSDIR}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-html-doc
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.if !defined(WITHOUT_TESTS)
|
||||
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash
|
||||
.endif
|
||||
|
||||
test: build
|
||||
@cd ${WRKSRC} && ${GMAKE} test
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's| /bin/bash| ${LOCALBASE}/bin/bash|' ${WRKSRC}/tests/test-yacas
|
||||
|
||||
post-build:
|
||||
.if !defined(WITHOUT_TESTS)
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
|
||||
${MAKEFILE} check ${MAKE_ARGS})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (yacas-1.3.1.tar.gz) = 61d10c38af1e450ef325cc874143ceb414a4fdd4d7b4564bd0a65e090aa16b6c
|
||||
SIZE (yacas-1.3.1.tar.gz) = 1292136
|
||||
SHA256 (yacas-1.3.2.tar.gz) = 82c7dc0de492b4290633e6abf18d35a2ec03117e6ea3e0f9418e6e85372c030e
|
||||
SIZE (yacas-1.3.2.tar.gz) = 1292706
|
||||
|
Loading…
Reference in New Issue
Block a user