diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-08-27 01:01:00 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-08-27 01:01:00 +0000 |
commit | 17e061a129b6be5a913ce112f5b7f193d73f05c1 (patch) | |
tree | 286a7eb9053c39b9b31fef32cbf84d598f5be127 /dns/bind9-sdb-postgresql/files/patch-bin__named__pgsqldb.h | |
parent | - Update to gnuradio 3.1.3 (diff) |
New port: BIND version 9 Nameserver, with PostgreSQL backend support.
WWW: http://www.isc.org/index.pl?/sw/bind/index.php
PR: ports/126592
Submitted by: Josh Carroll <josh.carroll@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | dns/bind9-sdb-postgresql/files/patch-bin__named__pgsqldb.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dns/bind9-sdb-postgresql/files/patch-bin__named__pgsqldb.h b/dns/bind9-sdb-postgresql/files/patch-bin__named__pgsqldb.h new file mode 100644 index 000000000000..c5cf8b311f5d --- /dev/null +++ b/dns/bind9-sdb-postgresql/files/patch-bin__named__pgsqldb.h @@ -0,0 +1,28 @@ +--- ./bin/named/pgsqldb.h.orig 2008-08-26 12:01:22.000000000 -0400 ++++ ./bin/named/pgsqldb.h 2008-08-26 12:01:22.000000000 -0400 +@@ -0,0 +1,25 @@ ++/* ++ * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") ++ * Copyright (C) 2000, 2001 Internet Software Consortium. ++ * ++ * Permission to use, copy, modify, and distribute this software for any ++ * purpose with or without fee is hereby granted, provided that the above ++ * copyright notice and this permission notice appear in all copies. ++ * ++ * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH ++ * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY ++ * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, ++ * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM ++ * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE ++ * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ++ * PERFORMANCE OF THIS SOFTWARE. ++ */ ++ ++/* $Id: pgsqldb.h,v 1.3 2004/03/05 05:04:32 marka Exp $ */ ++ ++#include <isc/types.h> ++ ++isc_result_t pgsqldb_init(void); ++ ++void pgsqldb_clear(void); ++ |