From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 6 21:50:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1E517BA for ; Tue, 6 Nov 2012 21:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 96C258FC1A for ; Tue, 6 Nov 2012 21:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA6Lo0c7055551 for ; Tue, 6 Nov 2012 21:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA6Lo0El055550; Tue, 6 Nov 2012 21:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 6 Nov 2012 21:50:00 GMT Resent-Message-Id: <201211062150.qA6Lo0El055550@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolai Lifanov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E645413 for ; Tue, 6 Nov 2012 21:41:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5651C8FC08 for ; Tue, 6 Nov 2012 21:41:58 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qA6LfwwU019667 for ; Tue, 6 Nov 2012 21:41:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qA6LfvtN019666; Tue, 6 Nov 2012 21:41:57 GMT (envelope-from nobody) Message-Id: <201211062141.qA6LfvtN019666@red.freebsd.org> Date: Tue, 6 Nov 2012 21:41:57 GMT From: Nikolai Lifanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/173428: open-motif => motif needs a change in bsd.port.mk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 21:50:00 -0000 >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: