77fa6a6bfa
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)
12 lines
396 B
Text
12 lines
396 B
Text
--- ./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;
|