ports/63689: [MAINTAINER] databases/db42: Make port buildable after MASTERDIR change

Matthias Andree matthias.andree at gmx.de
Wed Mar 3 12:20:13 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list