Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  3 Mar 2004 13:10:00 +0100 (CET)
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   ports/63689: [MAINTAINER] databases/db42: Make port buildable after MASTERDIR change
Message-ID:  <20040303121000.62F171B2AB@merlin.emma.line.org>
Resent-Message-ID: <200403031220.i23CKDPZ037932@freefall.freebsd.org>

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

>Number:         63689
>Category:       ports
>Synopsis:       [MAINTAINER] databases/db42: Make port buildable after MASTERDIR change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 03 04:20:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 5.2-CURRENT FreeBSD 5.2-CURRENT #18: Wed Mar  3 12:26:19 CET
>Description:
The removal of the MASTERDIR?=${.CURDIR} default broke the port:
as this port's Makefile doesn't pull in bsd.port.mk directly, we need to use
.CURDIR instead. Change .include <> to .include "" just to do the right thing.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- db42-4.2.52_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/db42/Makefile /root/db42/Makefile
--- /usr/ports/databases/db42/Makefile	Wed Mar  3 02:24:08 2004
+++ /root/db42/Makefile	Wed Mar  3 13:06:47 2004
@@ -16,4 +16,4 @@
 MAINTAINER=	matthias.andree@gmx.de
 COMMENT=	The Berkeley DB package, revision 4.2
 
-.include <${MASTERDIR}/Makefile.db>
+.include "${.CURDIR}/Makefile.db"
--- db42-4.2.52_2.patch ends here ---

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



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