diff options
author | ghen <ghen@pkgsrc.org> | 2006-08-13 09:38:42 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-08-13 09:38:42 +0000 |
commit | 6c3cd9f44d98ecae85f1bb52ac80d15971b2d2a5 (patch) | |
tree | 57b32c59f5d6a274d6ef10068948ce7967de857d /net | |
parent | c2882cac039dceec12bf958864771f0e3c2161d8 (diff) | |
download | pkgsrc-6c3cd9f44d98ecae85f1bb52ac80d15971b2d2a5.tar.gz |
Revert to net/powerdns-mysql (I accidentally imported net/powerdns-pgsql in
this directory).
Diffstat (limited to 'net')
-rw-r--r-- | net/powerdns-mysql/DESCR | 2 | ||||
-rw-r--r-- | net/powerdns-mysql/Makefile | 14 | ||||
-rw-r--r-- | net/powerdns-mysql/PLIST | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net/powerdns-mysql/DESCR b/net/powerdns-mysql/DESCR index 7b1b82cb385..61934732627 100644 --- a/net/powerdns-mysql/DESCR +++ b/net/powerdns-mysql/DESCR @@ -6,4 +6,4 @@ The PowerDNS nameserver utilizes a flexible backend architecture that can access DNS information from any data source. This includes file formats, BIND zone files, relational databases or LDAP directories. -This packages provides the PostgreSQL backend module. +This packages provides the MySQL backend module. diff --git a/net/powerdns-mysql/Makefile b/net/powerdns-mysql/Makefile index df1191773c2..484e56fc676 100644 --- a/net/powerdns-mysql/Makefile +++ b/net/powerdns-mysql/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.2 2006/08/13 09:35:30 ghen Exp $ +# $NetBSD: Makefile,v 1.2 2006/08/13 09:38:42 ghen Exp $ .include "../../net/powerdns/Makefile.backend" -PKGNAME= ${DISTNAME:S/pdns/powerdns-pgsql/} -COMMENT= PostgreSQL backend module for PowerDNS +PKGNAME= ${DISTNAME:S/pdns/powerdns-mysql/} +COMMENT= MySQL backend module for PowerDNS -CONFIGURE_ARGS+= --with-dynmodules="gpgsql" -CONFIGURE_ARGS+= --with-pgsql-lib=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib -CONFIGURE_ARGS+= --with-pgsql-includes=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/include +CONFIGURE_ARGS+= --with-dynmodules="gmysql" +CONFIGURE_ARGS+= --with-mysql-lib=${BUILDLINK_PREFIX.mysql-client}/lib/mysql +CONFIGURE_ARGS+= --with-mysql-includes=${BUILDLINK_PREFIX.mysql-client}/include/mysql -.include "../../mk/pgsql.buildlink3.mk" +.include "../../mk/mysql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/powerdns-mysql/PLIST b/net/powerdns-mysql/PLIST index df6e1fe2e7a..cad1665887e 100644 --- a/net/powerdns-mysql/PLIST +++ b/net/powerdns-mysql/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.2 2006/08/13 09:35:30 ghen Exp $ -lib/pdns/libgpgsqlbackend.la +@comment $NetBSD: PLIST,v 1.2 2006/08/13 09:38:42 ghen Exp $ +lib/pdns/libgmysqlbackend.la |