Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 53EEE63B884 for ; Sun, 21 Sep 2008 02:39:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id E77C363B27A; Sun, 21 Sep 2008 02:39:28 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 3CD3063B103 for ; Sun, 21 Sep 2008 02:39:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 25275175D0; Sun, 21 Sep 2008 02:39:28 +0000 (UTC) From: Min Sik Kim Subject: CVS commit: pkgsrc/devel/apr-util To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org Message-Id: <20080921023928.25275175D0@cvs.netbsd.org> Date: Sun, 21 Sep 2008 02:39:28 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: minskim Date: Sun Sep 21 02:39:28 UTC 2008 Modified Files: pkgsrc/devel/apr-util: Makefile Log Message: The current version of apr-utils does not build with apr-1.2.x because it uses APR_SIZE_MAX, which is defined in apr-1.3.x. Add apr>=1.3.0 to BUILDLINK_API_DEPENDS.apr. To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pkgsrc/devel/apr-util/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.