From owner-cvs-ports@FreeBSD.ORG Mon Oct 13 17:45:31 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C870016A4B3; Mon, 13 Oct 2003 17:45:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E65AB43F85; Mon, 13 Oct 2003 17:45:30 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9E0jUXJ093235; Mon, 13 Oct 2003 17:45:30 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9E0jUT9093234; Mon, 13 Oct 2003 17:45:30 -0700 (PDT) (envelope-from anholt) Message-Id: <200310140045.h9E0jUT9093234@repoman.freebsd.org> From: Eric Anholt Date: Mon, 13 Oct 2003 17:45:30 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/XFree86-4-clients/scripts configure ports/x11/XFree86-4-libraries/files patch-Imake.rules X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 00:45:31 -0000 anholt 2003/10/13 17:45:30 PDT FreeBSD ports repository Modified files: x11/XFree86-4-clients/scripts configure x11/XFree86-4-libraries/files patch-Imake.rules Log: Fix XFree86-4-clients build. It was failing depending on lib*.a which weren't being built due to the split build. Remove the dependencies on them, and it'll pick them up from ${X11BASE}/lib. I don't know why this broke now but worked in the past. Reported by: everyone Tested on: ref5 (libraries,clients) Revision Changes Path 1.70 +1 -0 ports/x11/XFree86-4-clients/scripts/configure 1.2 +22 -3 ports/x11/XFree86-4-libraries/files/patch-Imake.rules