From owner-freebsd-ports@FreeBSD.ORG Sat Feb 10 16:01:14 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C4DC16A408 for ; Sat, 10 Feb 2007 16:01:14 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 2865613C4B6 for ; Sat, 10 Feb 2007 16:01:13 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so1420635nfc for ; Sat, 10 Feb 2007 08:01:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OGxzTNEN4Sf54yHcNqVbYDMoZAfv+AIHKV14fYrdSDWQpNWPJuip/YAuF/c4eELpXTz+5SNtHZVkAu89evi98JYXg0RnSghM0RUKid6UVD3VTLyqFQdXV/RvKJ+GQy+l0Q35V3EjeMeOuThOevkhttsplCzkb4zp7tM1jVxQ2lw= Received: by 10.82.163.13 with SMTP id l13mr6024136bue.1171123272849; Sat, 10 Feb 2007 08:01:12 -0800 (PST) Received: by 10.82.186.2 with HTTP; Sat, 10 Feb 2007 08:01:12 -0800 (PST) Message-ID: <790a9fff0702100801q7e828bf0w36a9ba0c22e22449@mail.gmail.com> Date: Sat, 10 Feb 2007 10:01:12 -0600 From: "Scot Hetzel" To: "Marcus Ahlberg" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: ports@freebsd.org, lev@freebsd.org Subject: Re: FreeBSD Port: subversion config X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 16:01:14 -0000 On 2/10/07, Marcus Ahlberg wrote: > Yesterday when I upgraded subversion from 1.4.2 to 1.4.3 with > portupgrade I noticed that I couldn't restart Apache because the new > version was built without mod_dav_svn. This is because I originally > built subversion with > make -DWITH_MOD_DAV_SVN -DWITHOUT_BDB -DWITH_SVNSERVE_WRAPPER install > clean > and those options are not remembered by portupgrade. A manual build > and reinstall solved the problem. > > Some other ports use options that can be set when building the port > for the first time or by running make config. I would like to se this > in the subversion port to so that portupgrade knows how to rebuild it > properly. > You have 2 options: 1. Submit a diff that adds OPTIONS for all of the WITH_/WITHOUT_* variables in the subversion port. 2. use the sysutils/portsconf port, and then add these settings to the PREFIX/etc/ports.conf file. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.