From owner-freebsd-ports@FreeBSD.ORG Mon Dec 5 21:01:51 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7693516A41F for ; Mon, 5 Dec 2005 21:01:51 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39F0C43D64 for ; Mon, 5 Dec 2005 21:01:50 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so583514wxc for ; Mon, 05 Dec 2005 13:01:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qQDkZIzOvj4NuvYr/Vix4bMey2deAEwN0aXHh9P4cpSSrTeEo0gfZpyMXlroywqJxQz/ip27bqq5Rn1Xxlv6FlFgcxRzrIJpVpXItNnl6xL+4VqYxXl3Lx9o7V91cJUzAVRrSddHaVvoC8bjwKOmrkan6/ls6MYf61S12MPF/Os= Received: by 10.70.111.11 with SMTP id j11mr7927507wxc; Mon, 05 Dec 2005 13:01:49 -0800 (PST) Received: by 10.70.31.5 with HTTP; Mon, 5 Dec 2005 13:01:47 -0800 (PST) Message-ID: <790a9fff0512051301t6319ce4cv17cc79efbd6d2900@mail.gmail.com> Date: Mon, 5 Dec 2005 15:01:47 -0600 From: Scot Hetzel To: "Jeff D. Hamann" In-Reply-To: <001501c5f9da$c117b3f0$0a00a8c0@rodan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <001501c5f9da$c117b3f0$0a00a8c0@rodan> Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: can't get subversion+apache2 to install 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: Mon, 05 Dec 2005 21:01:51 -0000 On 12/5/05, Jeff D. Hamann wrote: > FreeBSD-ers, > > I've been trying to get a new FreeBSD 6.0 machine up and I've having a > little trouble with the subversion port with the WITH switches to no avai= l. > > > bobby# make install -DWITH_MOD_DAV_SVN -DWITH_BOOK > =3D=3D=3D> Installing for subversion-1.3.0.r2 > =3D=3D=3D> subversion-1.3.0.r2 depends on executable: - not found > =3D=3D=3D> Verifying install for in /usr/ports/www/apache20 > =3D=3D=3D> Returning to build of subversion-1.3.0.r2 > =3D=3D=3D> subversion-1.3.0.r2 depends on shared library: expat.5 - fou= nd > =3D=3D=3D> subversion-1.3.0.r2 depends on shared library: neon.24 - fou= nd > =3D=3D=3D> subversion-1.3.0.r2 depends on shared library: intl - found > -e -S LIBEXECDIR=3D/usr/local/libexec/apache2 -a -n dav > libexec/apache2/mod_dav.so > -e: not found > *** Error code 127 > I found what the problem is: .if defined(WITH_MOD_DAV_SVN) pre-install: =09${APXS} -e -S LIBEXECDIR=3D${PREFIX}/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so .endif the variable APXS is not defined in the Makefile for the port. This is why you are getting the "-e: not found" error as make is trying to run the "-e" program. This port needs to either define APXS or set the USE_APACHE variable to define which apache port it depends on, and to defined the APXS variable. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.