From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:05:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9FC216A4CE; Wed, 29 Dec 2004 08:05:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A065543D4C; Wed, 29 Dec 2004 08:05:50 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT85oH8096472; Wed, 29 Dec 2004 08:05:50 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT85o5A096471; Wed, 29 Dec 2004 08:05:50 GMT (envelope-from roam) Message-Id: <200412290805.iBT85o5A096471@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 29 Dec 2004 08:05:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/djbdns Makefile ports/dns/djbdns/files uint32.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 29 Dec 2004 08:05:51 -0000 roam 2004-12-29 08:05:50 UTC FreeBSD ports repository Modified files: dns/djbdns Makefile Added files: dns/djbdns/files uint32.patch Log: Fix the parallel build when WITH_IPV6 is specified: the Makefile was missing a couple of dependencies on the uint32.h header, so make(1) was postponing its creation. Bump PORTREVISION, since it is the same for the IPv6 and !IPv6 cases, although this particular change does not affect the !IPv6 case at all. PR: 75564 Submitted by: oHmEr Revision Changes Path 1.26 +2 -1 ports/dns/djbdns/Makefile 1.1 +80 -0 ports/dns/djbdns/files/uint32.patch (new)