Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2005 23:19:28 GMT
From:      Rick van der Zwet <rick@wzoeterwoude.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/89739: devel/subversion - broken makefile (missing variable)
Message-ID:  <200511292319.jATNJS43088301@www.freebsd.org>
Resent-Message-ID: <200511292320.jATNK1gQ031089@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89739
>Category:       ports
>Synopsis:       devel/subversion - broken makefile (missing variable)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 29 23:20:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rick van der Zwet
>Release:        FreeBSD 6.0-RELEASE #1
>Organization:
Stichting Wireless Leiden
>Environment:
FreeBSD freezone-mobile 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Sat Nov 26 17:15:28 UTC 2005     root@freezone-mobile:/usr/obj/usr/src/sys/SONY_VAIO  i386
>Description:
Makefile will produce a error will compiling subversion with mod_dav_svn support due a missing declaration of a external program used to check 'things'
>How-To-Repeat:
Rerun make at devel/subversion
>Fix:
Add USE_APACHE to declare the variable APXR

*** Makefile.orig       Wed Nov 30 00:17:08 2005
--- Makefile    Wed Nov 30 00:08:45 2005
***************
*** 18,23 ****
--- 18,24 ----
  
  INSTALLS_SHLIB=       yes
  
+ USE_APACHE=   yes
  USE_BZIP2=    yes
  USE_AUTOTOOLS=        libtool:15
  USE_REINPLACE=        yes

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511292319.jATNJS43088301>