diff options
author | adam <adam@pkgsrc.org> | 2008-01-10 21:42:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-01-10 21:42:50 +0000 |
commit | f688aea8a796defa3a4e2f140f879de5d010139a (patch) | |
tree | 756597ff46fd6fb865605b9b45015ec538c945b9 /databases/gq/patches/patch-ap | |
parent | 02200db53cfb2930c460ef38fddd6589ba93a361 (diff) | |
download | pkgsrc-f688aea8a796defa3a4e2f140f879de5d010139a.tar.gz |
Changes 1.2.3:
Bug fixes:
* fixed simple bind with a patch from Pawel Salek (fixes 1753419)
Changes 1.2.2:
Bug fixes:
* fixed a crash when loading the state file on BSD systems (patch from the
NetBSD people)
* make command line argument handling more robust
Changes 1.2.1:
Build Improvements
* fixed a bash expression
Diffstat (limited to 'databases/gq/patches/patch-ap')
-rw-r--r-- | databases/gq/patches/patch-ap | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/gq/patches/patch-ap b/databases/gq/patches/patch-ap deleted file mode 100644 index 58e1ad70edd..00000000000 --- a/databases/gq/patches/patch-ap +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ap,v 1.1 2006/07/17 08:46:29 seb Exp $ - ---- src/mainwin.c.orig 2003-11-03 21:07:57.000000000 +0000 -+++ src/mainwin.c -@@ -35,10 +35,10 @@ - #include "common.h" - #include "search.h" - #include "mainwin.h" -+#include "util.h" - #include "configfile.h" - #include "browse.h" - #include "prefs.h" --#include "util.h" - #include "template.h" - #include "filter.h" - #include "COPYING.h" |