From owner-svn-ports-head@FreeBSD.ORG Fri Oct 26 08:37:11 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84A4A1B9; Fri, 26 Oct 2012 08:37:11 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 51B2E8FC0A; Fri, 26 Oct 2012 08:37:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9Q8bBQl059910; Fri, 26 Oct 2012 08:37:11 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9Q8bBPh059905; Fri, 26 Oct 2012 08:37:11 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201210260837.q9Q8bBPh059905@svn.freebsd.org> From: Erwin Lansing Date: Fri, 26 Oct 2012 08:37:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306427 - in head/dns: bind96 bind97 bind98 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 08:37:11 -0000 Author: erwin Date: Fri Oct 26 08:37:10 2012 New Revision: 306427 URL: http://svn.freebsd.org/changeset/ports/306427 Log: Reduce lenght of the option description for DLZ_MYSQL to avoid problems with the older dialog(1) on FreeBSD 8.x Noticed by: Terry Kennedy Feature safe: yes Modified: head/dns/bind96/Makefile head/dns/bind97/Makefile head/dns/bind98/Makefile head/dns/bind99/Makefile Modified: head/dns/bind96/Makefile ============================================================================== --- head/dns/bind96/Makefile Fri Oct 26 08:16:17 2012 (r306426) +++ head/dns/bind96/Makefile Fri Oct 26 08:37:10 2012 (r306427) @@ -37,7 +37,7 @@ LARGE_FILE_DESC= 64-bit file support SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver -DLZ_MYSQL_DESC= DLZ MySQL driver (single-threaded BIND) +DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) DLZ_BDB_DESC= DLZ BDB driver DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver Modified: head/dns/bind97/Makefile ============================================================================== --- head/dns/bind97/Makefile Fri Oct 26 08:16:17 2012 (r306426) +++ head/dns/bind97/Makefile Fri Oct 26 08:37:10 2012 (r306427) @@ -41,7 +41,7 @@ LARGE_FILE_DESC= 64-bit file support SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver -DLZ_MYSQL_DESC= DLZ MySQL driver (single-threaded BIND) +DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) DLZ_BDB_DESC= DLZ BDB driver DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Fri Oct 26 08:16:17 2012 (r306426) +++ head/dns/bind98/Makefile Fri Oct 26 08:37:10 2012 (r306427) @@ -38,7 +38,7 @@ LARGE_FILE_DESC= 64-bit file support SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver -DLZ_MYSQL_DESC= DLZ MySQL driver (single-threaded BIND) +DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) DLZ_BDB_DESC= DLZ BDB driver DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Fri Oct 26 08:16:17 2012 (r306426) +++ head/dns/bind99/Makefile Fri Oct 26 08:37:10 2012 (r306427) @@ -39,7 +39,7 @@ LARGE_FILE_DESC= 64-bit file support SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver -DLZ_MYSQL_DESC= DLZ MySQL driver (single-threaded BIND) +DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) DLZ_BDB_DESC= DLZ BDB driver DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver