Bug 116734 - [PATCH]math/gnuplot: update to 4.2.2
Summary: [PATCH]math/gnuplot: update to 4.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-29 12:10 UTC by bf
Modified: 2007-10-07 08:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2007-09-29 12:10:01 UTC
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
+@dirrmtry share/pixmaps
 @dirrm %%DATADIR%%/4.2/PostScript
 @dirrm %%DATADIR%%/4.2
 @dirrm %%DATADIR%%
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-29 12:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-07 07:51:32 UTC
glewis      2007-10-07 06:51:22 UTC

  FreeBSD ports repository

  Modified files:
    math/gnuplot         Makefile distinfo 
  Log:
  . Update to 4.2.2.
  
  PR:             116734
  Submitted by:   bf <bf2006a@yahoo.com>
  
  Revision  Changes    Path
  1.74      +13 -2     ports/math/gnuplot/Makefile
  1.14      +3 -3      ports/math/gnuplot/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2007-10-07 07:51:49 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!