From owner-cvs-all@FreeBSD.ORG Fri May 2 23:32:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C057937B401; Fri, 2 May 2003 23:32:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D72843FB1; Fri, 2 May 2003 23:32:09 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h436W90U092404; Fri, 2 May 2003 23:32:09 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h436W9MK092403; Fri, 2 May 2003 23:32:09 -0700 (PDT) Message-Id: <200305030632.h436W9MK092403@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 2 May 2003 23:32:09 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libxml2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 06:32:10 -0000 marcus 2003/05/02 23:32:09 PDT FreeBSD ports repository Modified files: textproc/libxml2 Makefile Log: Disable thread support by default. This was interfering with ports such as mod_php4 with DOMXML support. It also has the potential of affecting other ports on -STABLE that rely on libxml2 to build shared libraries. I have filed a bug with the libxml2 developers to see if we can rectify this situation moving forward. More details can be found at: http://bugzilla.gnome.org/show_bug.cgi?id=112144 Revision Changes Path 1.93 +6 -3 ports/textproc/libxml2/Makefile