diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 14:18:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 14:18:26 +0000 |
commit | 4be8cb03ee3a425da5bdc4ec37ec2d6d6e3a9aba (patch) | |
tree | 5a2143d50de1b52c238358ac7626e22221ca6c06 /print/pslib/files | |
parent | - Update to 4.06 (diff) |
- Update to 0.2.4
PR: ports/73472
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=120879
Diffstat (limited to 'print/pslib/files')
-rw-r--r-- | print/pslib/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | print/pslib/files/patch-src::pslib.c | 22 |
2 files changed, 22 insertions, 15 deletions
diff --git a/print/pslib/files/patch-ltmain.sh b/print/pslib/files/patch-ltmain.sh deleted file mode 100644 index fff33dcc4295..000000000000 --- a/print/pslib/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Wed Apr 7 00:45:05 2004 -+++ ltmain.sh Tue Jul 13 10:37:40 2004 -@@ -5550,10 +5550,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/print/pslib/files/patch-src::pslib.c b/print/pslib/files/patch-src::pslib.c new file mode 100644 index 000000000000..35c92f767133 --- /dev/null +++ b/print/pslib/files/patch-src::pslib.c @@ -0,0 +1,22 @@ +--- src/pslib.c.orig Tue Jul 20 20:54:56 2004 ++++ src/pslib.c Mon Nov 1 22:38:48 2004 +@@ -4557,8 +4557,8 @@ + PS_begin_template(PSDoc *psdoc, float width, float height) { + PSImage *pstemplate; + char buffer[20]; +- buffer[0] = '\0'; + int templateid; ++ buffer[0] = '\0'; + + if(NULL == psdoc) { + ps_error(psdoc, PS_RuntimeError, _("PSDoc is null.")); +@@ -4729,8 +4729,8 @@ + PSPattern *pspattern; + char buffer[20]; + int patternid; +- buffer[0] = '\0'; + PSShading *psshading; ++ buffer[0] = '\0'; + + if(NULL == psdoc) { + ps_error(psdoc, PS_RuntimeError, _("PSDoc is null.")); |