Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2005 09:33:03 -0300
From:      Carlos A M dos Santos <casantos@urisan.tche.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84747: ports/science/xmakemol fails to detect Motif
Message-ID:  <200508101214.j7ACEf301441@gama-rt.urisan.tche.br>
Resent-Message-ID: <200508101240.j7ACe7mY013054@freefall.freebsd.org>

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

>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:



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