From owner-cvs-all@FreeBSD.ORG Tue Sep 23 01:18:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 614771065679; Tue, 23 Sep 2008 01:18:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4EBF78FC16; Tue, 23 Sep 2008 01:18:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8N1IQ1n021209; Tue, 23 Sep 2008 01:18:26 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8N1IQpF021208; Tue, 23 Sep 2008 01:18:26 GMT (envelope-from edwin) Message-Id: <200809230118.m8N1IQpF021208@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 23 Sep 2008 01:18:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/dnscap Makefile ports/dns/dnscap/files assertions.h boolean.h lang.h list.h patch-Makefile platform.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2008 01:18:26 -0000 edwin 2008-09-23 01:18:26 UTC FreeBSD ports repository Modified files: dns/dnscap Makefile dns/dnscap/files patch-Makefile Added files: dns/dnscap/files assertions.h boolean.h lang.h list.h platform.h Log: Fix build, don't depend on bind9 to be installed anymore. Noticed by: QAT Revision Changes Path 1.4 +5 -0 ports/dns/dnscap/Makefile 1.1 +120 -0 ports/dns/dnscap/files/assertions.h (new) 1.1 +29 -0 ports/dns/dnscap/files/boolean.h (new) 1.1 +31 -0 ports/dns/dnscap/files/lang.h (new) 1.1 +184 -0 ports/dns/dnscap/files/list.h (new) 1.2 +4 -3 ports/dns/dnscap/files/patch-Makefile 1.1 +260 -0 ports/dns/dnscap/files/platform.h (new)