Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2004 14:59:19 +0200
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/66565: [PATCH] bsd.port.mk: fix build dependencies whenXFREE86_VERSION == 3
Message-ID:  <40A21FA7.4000800@fillmore-labs.com>
Resent-Message-ID: <200405121300.i4CD0PXQ029333@freefall.freebsd.org>

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

>Number:         66565
>Category:       bin
>Synopsis:       [PATCH] bsd.port.mk: fix build dependencies when XFREE86_VERSION == 3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 12 06:00:25 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.10-STABLE

>Description:

The removal of devel/imake 2004/03/19 broke the build dependencies
of all ports that USE_IMAKE when XFREE86_VERSION == 3.

This patch replaces the build dependency of devel/imake with
x11/XFree86, which includes imake.

>How-To-Repeat:

cd /usr/ports/astro/sunclock
make XFREE86_VERSION=3

>Fix:

Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.488
diff -u -r1.488 bsd.port.mk
--- bsd.port.mk	19 Apr 2004 23:39:52 -0000	1.488
+++ bsd.port.mk	12 May 2004 12:50:38 -0000
@@ -1385,7 +1415,7 @@
 
 .if ${XFREE86_VERSION} == 3
 .if defined(USE_IMAKE)
-BUILD_DEPENDS+=			imake:${PORTSDIR}/devel/imake
+BUILD_DEPENDS+=			imake:${PORTSDIR}/x11/XFree86
 .endif
 .if defined(USE_XPM)
 LIB_DEPENDS+=			Xpm.4:${PORTSDIR}/graphics/xpm

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



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