ports/58397: ports/devel/subversion ignores Makefile.local
George Hartzell
hartzell at kestrel.alerce.com
Wed Oct 22 21:20:18 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list