Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2003 14:10:31 -0700 (PDT)
From:      George Hartzell <hartzell@kestrel.alerce.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58397: ports/devel/subversion ignores Makefile.local
Message-ID:  <200310222110.h9MLAVHF003413@rosebud.alerce.com>
Resent-Message-ID: <200310222120.h9MLKGGN079659@freefall.freebsd.org>

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

>Number:         58397
>Category:       ports
>Synopsis:       ports/devel/subversion ignores Makefile.local
>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:   Wed Oct 22 14:20:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     George Hartzell
>Release:        FreeBSD 4.8-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD rosebud.alerce.com 4.8-RELEASE-p7 FreeBSD 4.8-RELEASE-p7 #15: Mon Sep 29 20:48:22 PDT 2003 root@rosebud.alerce.com:/usr/obj/usr/src/sys/ROSEBUD i386


>Description:
	The Makefile for the subversion port ignores options set in
	Makefile.local.
>How-To-Repeat:
	Add an option (e.g. WITH_MOD_DAV_SVN=yes) to Makefile.local
	and watch it be ignored.
>Fix:
	Use bsd.port.{pre,post}.mk instead of bsd.port.mk.  Here's a diff:

*** Makefile    2003/10/22 20:25:08     1.1
--- Makefile    2003/10/22 21:02:19
***************
*** 13,16 ****
--- 13,18 ----
  COMMENT=      Version control system
  
+ .include <bsd.port.pre.mk>
+ 
  LIB_DEPENDS=  db4:${PORTSDIR}/databases/db4 \
                neon.24:${PORTSDIR}/www/neon \
***************
*** 187,189 ****
  .endif
  
! .include <bsd.port.mk>
--- 189,191 ----
  .endif
  
! .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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