pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Added note about SQLite patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ae2f1ba484b
branches:  trunk
changeset: 548452:7ae2f1ba484b
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu Oct 16 09:49:13 2008 +0000

description:
Added note about SQLite patch.

diffstat:

 mail/postfix-current/options.mk |  3 ++-
 mail/postfix/options.mk         |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r d463cee91349 -r 7ae2f1ba484b mail/postfix-current/options.mk
--- a/mail/postfix-current/options.mk   Thu Oct 16 09:45:43 2008 +0000
+++ b/mail/postfix-current/options.mk   Thu Oct 16 09:49:13 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.24 2008/10/16 09:45:12 martti Exp $
+# $NetBSD: options.mk,v 1.25 2008/10/16 09:49:13 martti Exp $
 
 # Global and legacy options
 
@@ -84,6 +84,7 @@
 
 ###
 ### Support using a SQLite database for table lookups.
+### See http://www.treibsand.com/postfix-sqlite/
 ###
 .if !empty(PKG_OPTIONS:Msqlite)
 .  include "../../databases/sqlite3/buildlink3.mk"
diff -r d463cee91349 -r 7ae2f1ba484b mail/postfix/options.mk
--- a/mail/postfix/options.mk   Thu Oct 16 09:45:43 2008 +0000
+++ b/mail/postfix/options.mk   Thu Oct 16 09:49:13 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.33 2008/10/16 09:40:20 martti Exp $
+# $NetBSD: options.mk,v 1.34 2008/10/16 09:49:13 martti Exp $
 
 # Global and legacy options
 
@@ -84,6 +84,7 @@
 
 ###
 ### Support using a SQLite database for table lookups.
+### See http://www.treibsand.com/postfix-sqlite/
 ###
 .if !empty(PKG_OPTIONS:Msqlite)
 .  include "../../databases/sqlite3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index