From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 10 20:10:00 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A1093A08 for ; Wed, 10 Apr 2013 20:10:00 +0000 (UTC) (envelope-from gnome-jfbml@snkmail.com) Received: from sneak2.sneakemail.com (sneak2.sneakemail.com [38.113.6.65]) by mx1.freebsd.org (Postfix) with SMTP id 39ED17D3 for ; Wed, 10 Apr 2013 20:09:59 +0000 (UTC) Received: (qmail 30709 invoked from network); 10 Apr 2013 20:09:57 -0000 Received: from unknown (HELO localhost.localdomain) (192.168.0.1) by sneak2.sneakemail.com with SMTP; 10 Apr 2013 20:09:57 -0000 Received: from 206.168.13.214 by mail.sneakemail.com with SMTP; 10 Apr 2013 20:09:57 -0000 Received: (sneakemail censored 6803-1365624596-229650 #2); 10 Apr 2013 20:09:57 -0000 Received: (sneakemail censored 6803-1365624596-229650 #1); 10 Apr 2013 20:09:57 -0000 Date: Wed, 10 Apr 2013 14:09:39 -0600 (MDT) Message-ID: <6803-1365624596-229650@sneakemail.com> From: "John Hein" To: gnome@freebsd.org To: "Jung-uk Kim" , "William Palfreman" , MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: libxml2 no longer compiles. In-Reply-To: <5165B7A4.3070201@FreeBSD.org> References: <32001-1365614867-937938@sneakemail.com> <5165AC67.2000206@FreeBSD.org> <4190-1365620354-590871@sneakemail.com> <5165B7A4.3070201@FreeBSD.org> X-Mailer: Perl5 Mail::Internet v X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 20:10:00 -0000 Jung-uk Kim wrote at 15:04 -0400 on Apr 10, 2013: > Just add "--with-lzma=/usr" to CONFIGURE_ARGS. Yes, that works, too... Index: Makefile =================================================================== --- Makefile (revision 315774) +++ Makefile (working copy) @@ -27,9 +27,8 @@ CONFIGURE_ARGS?=--with-iconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ + --with-lzma=/usr \ --without-python -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib .if !defined(MASTERDIR) MAN1= xml2-config.1 xmllint.1 xmlcatalog.1