mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 2.1.5
- Respect CFLAGS PR: ports/56967 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> (maintainer) Approved by: adamw (mentor)
This commit is contained in:
parent
a4d9d6e1c4
commit
7ec54f8879
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94684
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pari
|
||||
PORTVERSION= 2.1.3
|
||||
PORTVERSION= 2.1.5
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \
|
||||
http://www.gn-50uma.de/ftp/pari-2.1/
|
||||
@ -18,8 +18,12 @@ INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --share-prefix=${PREFIX}/share
|
||||
# build is broken on some locales
|
||||
CONFIGURE_ENV= LANG=C
|
||||
MAKE_ENV= LANG=C
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
MAKE_ARGS= gp
|
||||
|
||||
MAN1= gp.1 gphelp.1 tex2mail.1
|
||||
@ -30,4 +34,7 @@ HAVE_EMACS!= which emacs || echo nope
|
||||
PLIST= ${PKGDIR}/pkg-plist.emacs
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O3|"${CFLAGS}"|' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pari-2.1.3.tar.gz) = a694da54ee15a7abdf34d39407daf459
|
||||
MD5 (pari-2.1.5.tar.gz) = 194e9d1cc11926e457028c6a7cba15f0
|
||||
|
Loading…
Reference in New Issue
Block a user