From owner-svn-ports-head@FreeBSD.ORG Mon Nov 11 17:12:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 597E1A42 for ; Mon, 11 Nov 2013 17:12:25 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7DAA2793 for ; Mon, 11 Nov 2013 17:12:24 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id n7so3178925lam.16 for ; Mon, 11 Nov 2013 09:12:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=h0u3GhBjbSFtHhtwbX3sWFE2BuhgtdBU6+Sve4We2BQ=; b=EKhOrY1rnAAlOlSIexBmmgePST/13ESutqmP4yfLS5ltcdNc988++ellwXFwTD/ZFv DKsOy9sQigx7gQ+J+0p46EjkzaGyD46uRBA+c0XBqXl6phvYuiQYOSeFnti9T4+PGr5n BK6i+pQwRItP9n7vl4bkxzivtEHY626tLOCfLtpPZTdg8KfCe18mrOSwylt8eIHqe5rF A8v7Usa6fBd7ubVdIhe+dV6VSgloHH1nAImiZZRdCSeloJ6p69BWfrviQTRhUuCBlt9g XBNDIXe8ldfAM45eOpf626oQ6oZWZJw94Gdnfdeg82qwUu/kQwNxgAtK/qA6fIAx6iqi uPow== X-Gm-Message-State: ALoCoQmxhxEwonskP265zJSXnN5iPW6X9CE8JFEjcm/j5ABX3HcuoyPo/SvrD29YQ9mU9p24+vH3 X-Received: by 10.152.2.226 with SMTP id 2mr745604lax.46.1384189942409; Mon, 11 Nov 2013 09:12:22 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.31.131 with HTTP; Mon, 11 Nov 2013 09:12:02 -0800 (PST) In-Reply-To: <201311052205.rA5M5cbn060795@svn.freebsd.org> References: <201311052205.rA5M5cbn060795@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 12 Nov 2013 01:12:02 +0800 X-Google-Sender-Auth: 0Eb57__G6HRK8pJgvit3qQim1Ag Message-ID: Subject: Re: svn commit: r332916 - in head/devel/subversion: . files To: Olli Hauer Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers 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: Mon, 11 Nov 2013 17:12:25 -0000 On Wed, Nov 6, 2013 at 6:05 AM, Olli Hauer wrote: > Author: ohauer > Date: Tue Nov 5 22:05:38 2013 > New Revision: 332916 > URL: http://svnweb.freebsd.org/changeset/ports/332916 > > Log: > - update to version 1.8.4 > - add stage support > Hello, Please add --enable-bdb6 [1] to CONFIGURE_ARGS. It helps to build libsvn_fs_base with db6. Thanks. [1] http://people.FreeBSD.org/~sunpoet/subversion-1.84.patch Regards, sunpoet