summaryrefslogtreecommitdiff
path: root/math/ploticus/files/patch-src-preliminaries.c
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-09-02 22:14:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-09-02 22:14:43 +0000
commit04ca400c9039b19c0dedacd26c19d7e59c4cc61a (patch)
tree53f0ba29adfda499bc43083f501660b35c63731b /math/ploticus/files/patch-src-preliminaries.c
parent- Update to 2.3. (diff)
Update to 2.40. Major changes:
- added: proc catlines; proc tree; proc image. - deprecated: server-side image maps (use client-side instead); definition of categories within proc areadef (use proc categories instead); proc print. - discontinued attributes: proc processdata's stack; proc usedata's element, proc getdata's rotate, and proc defineunits (use the $changeunits() function instead). - proc rangebar has been renamed proc boxplot and there are major functionality changes. Any script that uses proc rangebar will need maintenance. - rewrite of parser. - many bugfixes. For complete list, see http://ploticus.sourceforge.net/doc/news.html.
Notes
Notes: svn path=/head/; revision=219695
Diffstat (limited to '')
-rw-r--r--math/ploticus/files/patch-src-preliminaries.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/ploticus/files/patch-src-preliminaries.c b/math/ploticus/files/patch-src-preliminaries.c
new file mode 100644
index 000000000000..6797f99b4716
--- /dev/null
+++ b/math/ploticus/files/patch-src-preliminaries.c
@@ -0,0 +1,11 @@
+--- src/preliminaries.c.orig 2008-09-03 00:54:16.000000000 -0500
++++ src/preliminaries.c 2008-09-03 00:54:38.000000000 -0500
+@@ -276,7 +276,7 @@
+ PL_init_mem();
+
+ if( PLS.debug ) {
+- fprintf( PLS.diagfp, "Version: pl %s\n", PLVERSION );
++ fprintf( PLS.diagfp, "Version: ploticus %s\n", PLVERSION );
+ if( PLS.cgiargs != NULL ) fprintf( PLS.diagfp, "operating in CGI mode\n" );
+ Epcodedebug( 1, PLS.diagfp ); /* tell pcode.c to output diagnostics too */
+ }