From owner-freebsd-ports Mon Nov 12 20:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E71F137B419 for ; Mon, 12 Nov 2001 20:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD4A0Y40059; Mon, 12 Nov 2001 20:10:00 -0800 (PST) (envelope-from gnats) Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 8452937B405 for ; Mon, 12 Nov 2001 20:00:07 -0800 (PST) Received: (qmail 97677665 invoked by uid 0); 13 Nov 2001 04:00:02 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 13 Nov 2001 04:00:02 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fAD400a14877; Tue, 13 Nov 2001 05:00:00 +0100 (CET) (envelope-from root) Message-Id: <200111130400.fAD400a14877@gits.dyndns.org> Date: Tue, 13 Nov 2001 05:00:00 +0100 (CET) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31948: open-motif: having USE_MOTIF in /etc/make.conf cause a loop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message