From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 03:28:50 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD8A316A4CE; Sun, 31 Oct 2004 03:28:50 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3835143D5C; Sun, 31 Oct 2004 03:28:50 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from nbritton.org (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with SMTP id <20041031032849i9200onkj6e>; Sun, 31 Oct 2004 03:28:49 +0000 Message-ID: <41845BF1.6050002@nbritton.org> Date: Sat, 30 Oct 2004 22:28:49 -0500 From: Nikolas Britton User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: multipart/mixed; boundary="------------050000030901080904010708" cc: ports@FreeBSD.org Subject: FreeBSD Port: libxml2-2.6.15 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 03:28:50 -0000 This is a multi-part message in MIME format. --------------050000030901080904010708 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Here is a Makefile patch for textproc/libxml2. It is for bypassing the options menu, useful for tools like portupgrade etc. --------------050000030901080904010708 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.diff" 34a35 > .endif 35a37 > .if !defined(WITHOUT_LIBXML2_OPTIONS) --------------050000030901080904010708--