Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2012 21:41:57 GMT
From:      Nikolai Lifanov <lifanov@mail.lifanov.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173428: open-motif => motif needs a change in bsd.port.mk
Message-ID:  <201211062141.qA6LfvtN019666@red.freebsd.org>
Resent-Message-ID: <201211062150.qA6Lo0El055550@freefall.freebsd.org>

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

>Number:         173428
>Category:       ports
>Synopsis:       open-motif => motif needs a change in bsd.port.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 06 21:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Nikolai Lifanov
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
FreeBSD mail.lifanov.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue J
un 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/
GENERIC amd64
>Description:
bsd.port.mk includes the line that goes like "LIB_DEPENDS+=     Xm.4:${PORTSDIR}/x11-toolkits/open-motif", which needs to be changed to something like "LIB_DEPENDS+=   Xm.4:${PORTSDIR}/x11-toolkits/motif" since the port has been renamed in r307088 (see http://svnweb.freebsd.org/ports/head/MOVED?view=log&pathrev=307088)

This, for now, breaks a lot of ports and is somewhat-critical.

>How-To-Repeat:
Update ports tree to HEAD r307088 or later and try to compile something like java/openjdk6 or anything else that needs motif.

>Fix:
--- bsd.port.mk.orig	2012-11-06 16:40:25.570514908 -0500
+++ bsd.port.mk	2012-11-06 16:40:36.522514588 -0500
@@ -1917,7 +1917,7 @@
 NO_OPENMOTIF=		yes
 .endif
 .if !defined(NO_OPENMOTIF)
-LIB_DEPENDS+=		Xm.4:${PORTSDIR}/x11-toolkits/open-motif
+LIB_DEPENDS+=		Xm.4:${PORTSDIR}/x11-toolkits/motif
 .endif
 .endif


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



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