summaryrefslogtreecommitdiff
path: root/math/gnuplot/files
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-04-14 02:48:54 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-04-14 02:48:54 +0000
commitaaa6f76e74185b4606c3b00728e5f7d046455aad (patch)
tree4c1b21fc7abfab0ffc9630fbd3458f247fee149f /math/gnuplot/files
parent- update to 1.21 (diff)
. Update to 4.2.0. This is an initial update I've been working on which
is a little more stripped down than the port has previously been. The extras from PR/111548 will be merged in shortly. PR: 110368
Notes
Notes: svn path=/head/; revision=189934
Diffstat (limited to 'math/gnuplot/files')
-rw-r--r--math/gnuplot/files/patch-docs-Makefile.in16
-rw-r--r--math/gnuplot/files/patch-term-pdf.trm27
2 files changed, 0 insertions, 43 deletions
diff --git a/math/gnuplot/files/patch-docs-Makefile.in b/math/gnuplot/files/patch-docs-Makefile.in
deleted file mode 100644
index 9acf4d67fe41..000000000000
--- a/math/gnuplot/files/patch-docs-Makefile.in
+++ /dev/null
@@ -1,16 +0,0 @@
-$FreeBSD$
-
---- docs/Makefile.in.orig Wed Mar 9 11:09:11 2005
-+++ docs/Makefile.in Wed Mar 9 11:09:24 2005
-@@ -332,11 +332,6 @@
- @if test ! -f gnuplot.doc ; then \
- cp $(srcdir)/gnuplot.doc. ; \
- fi
-- @if test "$(EMACS)" != no; then \
-- $(EMACS) -batch -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi; \
-- else \
-- echo "No emacs found - cannot create texinfo file" ; \
-- fi
-
- # this is how to make OS/2 ipfc documentation
- ipf: gnuplot.ipf
diff --git a/math/gnuplot/files/patch-term-pdf.trm b/math/gnuplot/files/patch-term-pdf.trm
deleted file mode 100644
index 1c18ff49f36f..000000000000
--- a/math/gnuplot/files/patch-term-pdf.trm
+++ /dev/null
@@ -1,27 +0,0 @@
-$FreeBSD$
-
---- term/pdf.trm.orig Sun Oct 15 11:10:22 2006
-+++ term/pdf.trm Sun Oct 15 11:10:50 2006
-@@ -332,18 +332,13 @@
- TERM_PUBLIC void
- PDF_init ()
- {
-- static TBOOLEAN PDFlib_booted = FALSE;
--
-- if (!PDFlib_booted) {
-- PDF_boot();
-- PDFlib_booted = TRUE;
-- }
--
-+ extern char *outstr;
- if (!myPDF)
- myPDF = PDF_new();
-
-- /*open new PDF file */
-- if (PDF_open_fp(myPDF, gpoutfile) == -1)
-+ /*open new PDF file */
-+ fclose(gpoutfile);
-+ if (PDF_begin_document(myPDF, outstr, 0, NULL) == -1)
- int_error(NO_CARET, "Error:cannot open PDF file .\n");
-
- #ifdef PDF_DONT_COMPRESS