bin/66565: [PATCH] bsd.port.mk: fix build dependencies
whenXFREE86_VERSION == 3
Oliver Eikemeier
eikemeier at fillmore-labs.com
Wed May 12 06:00:54 PDT 2004
>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:
More information about the freebsd-bugs
mailing list