From owner-freebsd-ports@FreeBSD.ORG Sat Feb 10 15:19:00 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 6CD8116A402; Sat, 10 Feb 2007 15:19:00 +0000 (UTC) (envelope-from ahlbergm@student.chalmers.se) Received: from anubis.medic.chalmers.se (anubis.medic.chalmers.se [129.16.30.218]) by mx1.freebsd.org (Postfix) with ESMTP id 2FDAD13C491; Sat, 10 Feb 2007 15:19:00 +0000 (UTC) (envelope-from ahlbergm@student.chalmers.se) Received: from [192.168.1.104] (h32n7c1o1042.bredband.skanova.com [81.230.82.32]) (Authenticated sender: ahlbergm) by anubis.medic.chalmers.se (Postfix) with ESMTP id D7EEC8C34; Sat, 10 Feb 2007 15:52:16 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcus Ahlberg Date: Sat, 10 Feb 2007 15:52:05 +0100 To: lev@freebsd.org X-Mailer: Apple Mail (2.752.3) Cc: ports@FreeBSD.org Subject: 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 15:19:00 -0000 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. /Marcus