diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 07:25:59 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 07:25:59 +0000 |
commit | 05284ee12724b8a28a93a21534cdb8191a12e1ae (patch) | |
tree | 9be5662a2bd22766e70c6b5bc57d0e309c0c3df8 /math/ploticus/files/patch-src::swf.c | |
parent | * Update to 2.02pl1, which fixes a URL format vulnerability. (diff) |
update math/ploticus:
- Add graphics/ming to LIB_DEPENDS
PR: 52932
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=83959
Diffstat (limited to '')
-rw-r--r-- | math/ploticus/files/patch-src::swf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/ploticus/files/patch-src::swf.c b/math/ploticus/files/patch-src::swf.c new file mode 100644 index 000000000000..63e500760310 --- /dev/null +++ b/math/ploticus/files/patch-src::swf.c @@ -0,0 +1,11 @@ +--- swf.c.orig Tue May 20 02:55:58 2003 ++++ swf.c Wed Jun 4 09:41:53 2003 +@@ -80,7 +80,7 @@ + static void swf_TX(char *s); + static void swf_LS(char *s); + static void swf_PO(char *s); +-static void swf_FT(char *s); ++/* static void swf_FT(char *s); */ + static void swf_TR(char *s); + + /* ============================= */ |