. Update to 4.4.4.
. Tweak TEX settings to preserve packing list correctness. . Limit WX version to 2.8 until problems with 2.9 are resolved.
This commit is contained in:
parent
038af1db6f
commit
f3aa3313a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287631
2 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnuplot
|
||||
PORTVERSION= 4.4.3
|
||||
PORTVERSION= 4.4.4
|
||||
CATEGORIES= math graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -75,7 +75,8 @@ PLIST_SUB+= TETEX="@comment "
|
|||
.else
|
||||
BUILD_DEPENDS+= kpsexpand:${PORTSDIR}/print/teTeX-base
|
||||
RUN_DEPENDS+= kpsexpand:${PORTSDIR}/print/teTeX-base
|
||||
CONFIGURE_ARGS+= --with-kpsexpand
|
||||
CONFIGURE_ARGS+= --with-kpsexpand \
|
||||
--with-texdir=${PREFIX}/share/texmf-local/tex/latex/gnuplot
|
||||
PLIST_SUB+= TETEX=""
|
||||
.endif
|
||||
|
||||
|
@ -88,7 +89,7 @@ CONFIGURE_ARGS+= --enable-thin-splines
|
|||
.if defined(WITHOUT_WX)
|
||||
CONFIGURE_ARGS+= --disable-wxwidgets
|
||||
.else
|
||||
USE_WX= 2.4+
|
||||
USE_WX= 2.5-2.8
|
||||
WX_CONF_ARGS= absolute
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gnuplot-4.4.3.tar.gz) = 6faa236ed5c744f34a9ac58ef89dab6177a15c5835dc3644a0a12779439426e6
|
||||
SIZE (gnuplot-4.4.3.tar.gz) = 3305912
|
||||
SHA256 (gnuplot-4.4.4.tar.gz) = d228599d08d5f87bcb79af8af8bb432c77d942802b1643f920c7baaeaf1ddbfd
|
||||
SIZE (gnuplot-4.4.4.tar.gz) = 3328278
|
||||
|
|
Loading…
Reference in a new issue