From owner-cvs-ports@FreeBSD.ORG Thu Feb 5 20:41:49 2004 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 9215E16A4CE; Thu, 5 Feb 2004 20:41:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E0243D45; Thu, 5 Feb 2004 20:41:48 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i164fm0B062565; Thu, 5 Feb 2004 20:41:48 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i164fmQS062564; Thu, 5 Feb 2004 20:41:48 -0800 (PST) (envelope-from marcus) Message-Id: <200402060441.i164fmQS062564@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 5 Feb 2004 20:41:48 -0800 (PST) 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-libraries Makefile Makefile.inc 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: Fri, 06 Feb 2004 04:41:49 -0000 marcus 2004/02/05 20:41:48 PST FreeBSD ports repository Modified files: x11/XFree86-4-libraries Makefile Makefile.inc Log: Move the REINPLACE bits to Makefile.in so that all the XFree86 ports can use them. Without this, the patch was being applied to the other ports, but the PTHREAD substitutions were not being done. Reported by: adamw Revision Changes Path 1.134 +0 -4 ports/x11/XFree86-4-libraries/Makefile 1.6 +8 -0 ports/x11/XFree86-4-libraries/Makefile.inc