ports/116734: [PATCH]math/gnuplot: update to 4.2.2
bf
bf2006a at yahoo.com
Sat Sep 29 11:10:02 UTC 2007
>Number: 116734
>Category: ports
>Synopsis: [PATCH]math/gnuplot: update to 4.2.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 29 11:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: bf
>Release: 6.2-stable i386
>Organization:
-
>Environment:
>Description:
See:
http://www.gnuplot.info/announce.4.2.2
diff -ruN gnuplot.orig/Makefile gnuplot/Makefile
--- gnuplot.orig/Makefile Sat Sep 29 03:55:40 2007
+++ gnuplot/Makefile Sat Sep 29 06:12:27 2007
@@ -6,8 +6,7 @@
#
PORTNAME= gnuplot
-PORTVERSION= 4.2.0
-PORTREVISION= 3
+PORTVERSION= 4.2.2
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -27,8 +26,10 @@
BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX-base
OPTIONS= GD "Enable GD support" on \
+ GRIDBOX "Use the gridbox optimization for hidden3d" off \
PDF "Enable PDF support" on \
PLOT "Enable plot support" on \
+ THINSPLINES "Enable thin plate splines for grids in dgrid3d" off \
WX "Enable WX support" off
MAN1= gnuplot.1 lasergnu.1
@@ -51,6 +52,10 @@
CONFIGURE_ARGS+= --with-gd=${LOCALBASE}
.endif
+.if !defined(WITHOUT_GRIDBOX)
+CONFIGURE_ARGS+= --disable-h3d-quadtree --enable-h3d-gridbox
+.endif
+
.if defined(WITHOUT_PDF)
CONFIGURE_ARGS+= --without-pdf
.else
@@ -63,6 +68,12 @@
.else
LIB_DEPENDS+= plot.4:${PORTSDIR}/graphics/plotutils
CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
+.endif
+
+.if defined(WITHOUT_THINSPLINES)
+CONFIGURE_ARGS+= --disable-thin-splines
+.else
+CONFIGURE_ARGS+= --enable-thin-splines
.endif
.if defined(WITHOUT_WX)
diff -ruN gnuplot.orig/distinfo gnuplot/distinfo
--- gnuplot.orig/distinfo Sat Sep 29 03:55:40 2007
+++ gnuplot/distinfo Sat Sep 29 05:57:20 2007
@@ -1,3 +1,3 @@
-MD5 (gnuplot-4.2.0.tar.gz) = f688a578ddb4c376fd7d91ce444a0745
-SHA256 (gnuplot-4.2.0.tar.gz) = ede70fb18f05935f0186ae7514e5f77e09d7eab94a4f9cff82ddb48dbcbe20e9
-SIZE (gnuplot-4.2.0.tar.gz) = 2836649
+MD5 (gnuplot-4.2.2.tar.gz) = b9dd34e8210a65336b19ee408766a66f
+SHA256 (gnuplot-4.2.2.tar.gz) = 756f8a058f2743d0ca739a14bd43cda40d6fd9cc14bb50f4d30d92d538478a91
+SIZE (gnuplot-4.2.2.tar.gz) = 2832174
diff -ruN gnuplot.orig/pkg-plist gnuplot/pkg-plist
--- gnuplot.orig/pkg-plist Sat Sep 29 03:55:40 2007
+++ gnuplot/pkg-plist Sat Sep 29 05:47:30 2007
@@ -159,6 +159,7 @@
@dirrmtry share/texmf-local/tex/latex
@dirrmtry share/texmf-local/tex
@dirrmtry share/texmf-local
+ at dirrmtry share/pixmaps
@dirrm %%DATADIR%%/4.2/PostScript
@dirrm %%DATADIR%%/4.2
@dirrm %%DATADIR%%
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list