From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 10 12:40:10 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B46B16A41F for ; Wed, 10 Aug 2005 12:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6636343D49 for ; Wed, 10 Aug 2005 12:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7ACe7sl013056 for ; Wed, 10 Aug 2005 12:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7ACe7mY013054; Wed, 10 Aug 2005 12:40:07 GMT (envelope-from gnats) Resent-Date: Wed, 10 Aug 2005 12:40:07 GMT Resent-Message-Id: <200508101240.j7ACe7mY013054@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, Carlos A M dos Santos Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A0A16A41F for ; Wed, 10 Aug 2005 12:32:49 +0000 (GMT) (envelope-from casantos@urisan.tche.br) Received: from gama-rt.urisan.tche.br (smtp.san.uri.br [200.213.37.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95BC043D46 for ; Wed, 10 Aug 2005 12:32:48 +0000 (GMT) (envelope-from casantos@urisan.tche.br) Received: from urisan.tche.br (localhost.localdomain [127.0.0.1]) by gama-rt.urisan.tche.br (8.11.6p2/MS Mail 5.0.2195.6713) with SMTP id j7ACEf301441 for ; Wed, 10 Aug 2005 09:14:41 -0300 Received: by urisan.tche.br (sSMTP sendmail emulation); Wed, 10 Aug 2005 09:33:03 -0300 Message-Id: <200508101214.j7ACEf301441@gama-rt.urisan.tche.br> Date: Wed, 10 Aug 2005 09:33:03 -0300 From: Carlos A M dos Santos To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/84747: ports/science/xmakemol fails to detect Motif X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Carlos A M dos Santos List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2005 12:40:10 -0000 >Number: 84747 >Category: ports >Synopsis: ports/science/xmakemol fails to detect Motif >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 10 12:40:07 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Carlos A M dos Santos >Release: FreeBSD 5.4-RELEASE i386 >Organization: Universidade Regional Integrada >Environment: System: FreeBSD sophia.inf.urisan 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Mon May 16 01:34:41 BRT 2005 root@avatar.casantos.org:/share/FreeBSD/5.4-RELEASE/src/sys/i386/compile/A7N266-VM i386 >Description: The configure script distributed with xmakemol can not detect the presence of Motif if a static libXm is not available because the dynamic libXm needs libXp. >How-To-Repeat: Try to build the port in a system with dynamic libXm and without libXm.a. >Fix: Apply the attached patch. --- science::xmakemol.patch begins here --- diff -durP ports/science/xmakemol/Makefile ports/science/xmakemol/Makefile --- ports.orig/science/xmakemol/Makefile Sat Jun 5 05:06:54 2004 +++ ports/science/xmakemol/Makefile Thu May 26 20:36:31 2005 @@ -17,6 +17,7 @@ USE_MOTIF= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= X_EXTRA_LIBS="-lXp" MAN1= xmakemol.1 --- science::xmakemol.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: