Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2016 06:45:31 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409383 - in head/math/gnuplot: . files
Message-ID:  <201602230645.u1N6jVfM075427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Tue Feb 23 06:45:30 2016
New Revision: 409383
URL: https://svnweb.freebsd.org/changeset/ports/409383

Log:
  . Update to 5.0.2.
  . Enable gpic and mif terminals by default.

Added:
  head/math/gnuplot/files/
  head/math/gnuplot/files/patch-docs-Makefile.in   (contents, props changed)
Modified:
  head/math/gnuplot/Makefile
  head/math/gnuplot/distinfo

Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile	Tue Feb 23 02:29:47 2016	(r409382)
+++ head/math/gnuplot/Makefile	Tue Feb 23 06:45:30 2016	(r409383)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnuplot
-PORTVERSION=	5.0.1
-PORTREVISION=	1
+PORTVERSION=	5.0.2
 CATEGORIES=	math graphics
 MASTER_SITES=	SF
 
@@ -20,6 +19,8 @@ CONFIGURE_ARGS+=--with-readline=gnu \
 		--without-lisp-files \
 		--without-tutorial \
 		--with-bitmap-terminals \
+		--with-gpic \
+		--with-mif \
 		--with-latex \
 		--with-qt=no \
 		ac_cv_prog_KPSEXPAND=${LOCALBASE}/bin/kpsexpand \

Modified: head/math/gnuplot/distinfo
==============================================================================
--- head/math/gnuplot/distinfo	Tue Feb 23 02:29:47 2016	(r409382)
+++ head/math/gnuplot/distinfo	Tue Feb 23 06:45:30 2016	(r409383)
@@ -1,2 +1,2 @@
-SHA256 (gnuplot-5.0.1.tar.gz) = 7cbc557e71df581ea520123fb439dea5f073adcc9010a2885dc80d4ed28b3c47
-SIZE (gnuplot-5.0.1.tar.gz) = 4963747
+SHA256 (gnuplot-5.0.2.tar.gz) = 5a2b31d375f56d29272193370705164cde49545a332841183bcca44f02b1d890
+SIZE (gnuplot-5.0.2.tar.gz) = 5023097

Added: head/math/gnuplot/files/patch-docs-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/gnuplot/files/patch-docs-Makefile.in	Tue Feb 23 06:45:30 2016	(r409383)
@@ -0,0 +1,35 @@
+--- docs/Makefile.in.orig	2015-12-31 21:24:50.000000000 -0800
++++ docs/Makefile.in	2016-02-21 16:00:10.574203000 -0800
+@@ -927,15 +927,15 @@
+ 
+ grotxt: gnuplot.txt
+ gnuplot.txt: gnuplot.ms $(srcdir)/titlepag.ms
+-	$(AM_V_GEN) groff -s -p -t -e -ms -Tlatin1 $< > $@
++	$(AM_V_GEN) groff -s -p -t -e -ms -Tlatin1 gnuplot.ms > $@
+ 
+ grodvi: gnuplot-groff.dvi
+ gnuplot-groff.dvi: gnuplot.ms $(srcdir)/titlepag.ms
+-	$(AM_V_GEN) groff -s -p -t -e -ms -Tdvi $< > $@
++	$(AM_V_GEN) groff -s -p -t -e -ms -Tdvi gnuplot.ms > gnuplot.dvi
+ 
+ grops: gnuplot-groff.ps
+ gnuplot-groff.ps: gnuplot.ms $(srcdir)/titlepag.ms
+-	$(AM_V_GEN) groff -s -p -t -e -ms -Tps $< > $@ 
++	$(AM_V_GEN) groff -s -p -t -e -ms -Tps gnuplot.ms > gnuplot.ps
+ 
+ ### doc2xxx dependencies
+ gnuplot.ms: doc2ms$(EXEEXT) $(srcdir)/gnuplot.doc
+@@ -1077,11 +1077,11 @@
+ 	$(AM_V_GEN) ./doc2wxhtml$(EXEEXT) $(srcdir)/gnuplot.doc wxhelp/
+ 
+ doc2wxhtml$(EXEEXT): wxhelp/doc2html.o termdoc.o xref.o $(SRC_VERSION_O)
+-	$(AM_V_CCLD) $(LINK) $^
++	$(AM_V_CCLD) $(LINK) wxhelp/doc2html.o termdoc.o xref.o $(SRC_VERSION_O)
+ 
+ wxhelp/doc2html.o: $(srcdir)/windows/doc2html.c $(BUILT_SOURCES)
+ 	$(AM_V_AT)[ -d wxhelp ] || mkdir wxhelp
+-	$(AM_V_CC) $(COMPILE) -c -o $@ -I.. -DALL_TERM_DOC -DWXHELP $<
++	$(AM_V_CC) $(COMPILE) -c -o $@ -I.. -DALL_TERM_DOC -DWXHELP $(srcdir)/windows/doc2html.c
+ 
+ # HBB FIXME 2015-06-28: this is how the above really should be handled, but it causes
+ # problems with the way automake handles its 'subdir-objects' option.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602230645.u1N6jVfM075427>