ports/173428: open-motif => motif needs a change in bsd.port.mk
Nikolai Lifanov
lifanov at mail.lifanov.com
Tue Nov 6 21:50:00 UTC 2012
>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 at 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:
More information about the freebsd-ports-bugs
mailing list