diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-03-01 10:36:28 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-03-01 10:36:28 +0800 |
commit | 23b28ec7f0461511cb8d1b5eb544e74def4e8860 (patch) | |
tree | cda5c274943c8bffde7ab4794cfef47585cd2c71 /databases | |
parent | 3996df09caed73a380e7481f9a7fc10cd4dd2a87 (diff) | |
download | freebsd-ports-graphics-23b28ec7f0461511cb8d1b5eb544e74def4e8860.tar.gz freebsd-ports-graphics-23b28ec7f0461511cb8d1b5eb544e74def4e8860.tar.zst freebsd-ports-graphics-23b28ec7f0461511cb8d1b5eb544e74def4e8860.zip |
gnats4 will core dump on a cvsup'd gnats index with default settings.
The following patch will fix this.
A local gnats mirror is often the only way to rip out patches in a
format which is usefull for further PR handling / patching, so it will be
nice if the default database type does match the upstream (gnats-freebsd).
Maybe this trivial fix helps even others to move from gnats to gnats4
PR: ports/159947
Submitted by: ohauer
Approved by: maintainer timeout (vd ; 175 days)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnats4/files/patch-gnats__dbconfig.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/gnats4/files/patch-gnats__dbconfig.in b/databases/gnats4/files/patch-gnats__dbconfig.in new file mode 100644 index 00000000000..d0df474007e --- /dev/null +++ b/databases/gnats4/files/patch-gnats__dbconfig.in @@ -0,0 +1,12 @@ +--- ./gnats/dbconfig.in.orig 2002-10-31 21:28:52.000000000 +0100 ++++ ./gnats/dbconfig.in 2011-06-12 09:58:06.000000000 +0200 +@@ -756,7 +756,8 @@ + } + # A somewhat convoluted binary format is used when binary-index is set + # to true. +- binary-index true ++ #binary-index true ++ binary-index false + } + + # initial-entry describes which fields should be present on initial entry; |