From owner-freebsd-ports Wed Jun 19 5: 1:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from srv1.visp.ru (srv1.visp.ru [213.154.182.2]) by hub.freebsd.org (Postfix) with ESMTP id A265F37B406; Wed, 19 Jun 2002 05:01:16 -0700 (PDT) Received: from alex.visp.ru ([213.154.182.39] helo=alex) by srv1.visp.ru with smtp (Exim 3.36 #1) id 17Ke9E-000IOH-00; Wed, 19 Jun 2002 16:01:16 +0400 From: "Alexander Zagrebin" <alexz@visp.ru> To: <freebsd-ports@freebsd.org>, <freebsd-java@freebsd.org>, <glewis@FreeBSD.org> Subject: java/jdk13 and open-motif linking Date: Wed, 19 Jun 2002 16:01:15 +0400 Message-ID: <GPEFIGKNJAIDINJJPGOOKEKEELAA.alexz@visp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-ports.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-ports> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-ports> X-Loop: FreeBSD.org After removing open-motif-devel, java/jdk13 port depends on x11-toolkits/open-motif. Furthermore, it BUILD_DEPENDS on open-motif. Earlier open-motif-devel contained only static libraries, but open-motif installs both (static and shared) versions. So earlier java libraries were linked with static openmotif libraries, but now with shared ones. As jdk13 only BUILD_DEPENDS on open-motif, after installing jdk open-motif may be deinstalled. After this java becomes unusable with X window system. IMHO, there are 2 possible solutions: 1. java/jdk13 must RUN_DEPENDS on x11-toolkits/open-motif or and better 2. to force linking with static openmotif libraries Alexander Zagrebin -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message