- Update to version 1.1.6
PR: 166043 Submitted by: Ports Fury Feature safe: yes
This commit is contained in:
parent
0a8c4afc1e
commit
31174c8e75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293764
3 changed files with 477 additions and 453 deletions
|
@ -6,30 +6,39 @@
|
|||
#
|
||||
|
||||
PORTNAME= fricas
|
||||
PORTVERSION= 1.1.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.6
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-full
|
||||
DISTVERSIONSUFFIX= -full
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A computer algebra system, forked from axiom
|
||||
|
||||
BUILD_DEPENDS= sbcl:${PORTSDIR}/lang/sbcl \
|
||||
noweb:${PORTSDIR}/devel/noweb
|
||||
LICENSE= BSD
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-lisp=sbcl
|
||||
USE_GMAKE= yes
|
||||
USE_XORG= x11 ice sm xpm
|
||||
USE_ICONV= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/fricas/target/${CONFIGURE_TARGET}/lib
|
||||
STRIP= #nothing, these binaries fail if stripped
|
||||
BUILD_DEPENDS= noweb:${PORTSDIR}/devel/noweb \
|
||||
sbcl:${PORTSDIR}/lang/sbcl
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PLIST_SUB= GNU_HOST=${CONFIGURE_TARGET}
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= x11 ice sm xpm
|
||||
USE_ICONV= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-lisp=sbcl
|
||||
USE_LDCONFIG= ${PREFIX}/lib/fricas/target/${CONFIGURE_TARGET}/lib
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
STRIP= #nothing, these binaries fail if stripped
|
||||
|
||||
PLIST_SUB= GNU_HOST="${CONFIGURE_TARGET}"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/CCF=/s|-O2 -pipe|$$CFLAGS| ; \
|
||||
/CCF=/s|/usr/local/include|${LOCALBASE}/include| ; \
|
||||
/LDF=/s|/usr/local/lib|${LOCALBASE}/lib|' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (fricas-1.1.5-full.tar.bz2) = c2e01a0c78a49c1c09bde358f5410285890b93eecd535afe1caca9b551858efd
|
||||
SIZE (fricas-1.1.5-full.tar.bz2) = 9668339
|
||||
SHA256 (fricas-1.1.6-full.tar.bz2) = 064b47c74306148f19ebe5dfee2ce0ab823e0c1f163956a7c708df133fcb1b1a
|
||||
SIZE (fricas-1.1.6-full.tar.bz2) = 9719719
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue