summaryrefslogtreecommitdiff
path: root/print/gv/patches/patch-af
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-25 16:53:13 +0000
committerasau <asau@pkgsrc.org>2012-10-25 16:53:13 +0000
commitb7cd9338af348e364d1e8de8f14fb398e97bf059 (patch)
tree4409a83463e59290ef800485d8d95353d5c8c55c /print/gv/patches/patch-af
parent22e5b4413e56b4de45688fad02aadf0869ca2d54 (diff)
downloadpkgsrc-b7cd9338af348e364d1e8de8f14fb398e97bf059.tar.gz
Update to GV 3.7.3
Changes in GV 3.7.3 (November 2011) - Fixed "Save document" dialog for PDF files Changes in GV 3.7.2.90 (October 2011) - Various bug fixes. Changes in GV 3.7.2 (April 2011) - "Fit to window magnification" and "Fit width to window magnification" with "Automatic resizing" turned on sometime miss rescaling, especially when changing the orientation or resizing the window. You can force rescaling by selecting the active "special" scale in the scales menu. - Interactive prompting for the password of encrypted PDF files do not work if and only if DSC is turned off. As a workarouund, you can load the file with DSC turned on and then turn DSC off. Changes in GV 3.7.1.90 (April 2011) - Fix Debian bug #594991: unexpected scrolling of the TOC widget - Fixed file descriptor leak - Added Dutch, French, Italian and Spanish translation
Diffstat (limited to 'print/gv/patches/patch-af')
-rw-r--r--print/gv/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/gv/patches/patch-af b/print/gv/patches/patch-af
deleted file mode 100644
index a138c43b116..00000000000
--- a/print/gv/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.7 2010/07/24 08:22:02 obache Exp $
-
---- src/error.h.orig 2010-05-29 07:37:20.000000000 +0000
-+++ src/error.h
-@@ -36,8 +36,6 @@
-
-
- #include <errno.h>
--/* BSD 4.3 errno.h does not declare errno */
--extern int errno;
-
- extern char* open_fail_error (
- #if NeedFunctionPrototypes