Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2001 05:00:00 +0100 (CET)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31948: open-motif: having USE_MOTIF in /etc/make.conf cause a loop
Message-ID:  <200111130400.fAD400a14877@gits.dyndns.org>

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

>Number:         31948
>Category:       ports
>Synopsis:       open-motif: having USE_MOTIF in /etc/make.conf cause a loop
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 12 20:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.4-STABLE FreeBSD 4.4-STABLE #10: Sat Nov 10 19:15:45 CET 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	having USE_MOTIF in /etc/make.conf cause a loop in `make
	package-depends-list' (thousand of make...). adding NO_OPENMOTIF
	to the open-motif Makefile prevent this.
>How-To-Repeat:
	cd /usr/ports/x11-toolkits/open-motif
	make package-depends-list
	(wait a few seconds, then ^Z)
	ps
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/open-motif/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	2001/09/13 15:56:52	1.20
+++ Makefile	2001/11/13 03:54:36
@@ -24,6 +24,7 @@
 MAINTAINER=	steve@FreeBSD.org
 
 USE_IMAKE=	yes
+NO_OPENMOTIF=	yes
 
 .include <bsd.port.pre.mk>
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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