From owner-svn-ports-all@FreeBSD.ORG Fri May 16 15:42:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B95DA444; Fri, 16 May 2014 15:42:07 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A1742C5B; Fri, 16 May 2014 15:42:07 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s4GFfv5x061125 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 May 2014 15:42:02 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s4GFfv8h061124; Fri, 16 May 2014 15:41:57 GMT (envelope-from swills) Date: Fri, 16 May 2014 15:41:57 +0000 From: Steve Wills To: Akinori MUSHA Subject: Re: svn commit: r354025 - in head/textproc/rubygem-nokogiri: . files Message-ID: <20140516154153.GA59733@mouf.net> References: <201405140650.s4E6oOMw059963@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <201405140650.s4E6oOMw059963@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Fri, 16 May 2014 15:42:02 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 15:42:07 -0000 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, This is not the correct fix. Please see attached. Please use this fix and remove rubygem-mini_portile from ports. The mini_portile gem does it's own installing of libraries and other things and this is not how we want ports to work, IMHO, so we really should avoid having it in port if possible. Steve On Wed, May 14, 2014 at 06:50:24AM +0000, Akinori MUSHA wrote: > Author: knu > Date: Wed May 14 06:50:24 2014 > New Revision: 354025 > URL: http://svnweb.freebsd.org/changeset/ports/354025 > QAT: https://qat.redports.org/buildarchive/r354025/ > > Log: > Update to 1.6.2.1 and use the bundled libraries. > > Nokogiri currently does not fully support libxml2 2.9.1 which our > textproc/libxml2 has just been updated to, and using the bundled > libraries is the only supported configuration. > > Deleted: > head/textproc/rubygem-nokogiri/files/ > Modified: > head/textproc/rubygem-nokogiri/Makefile > head/textproc/rubygem-nokogiri/distinfo > > Modified: head/textproc/rubygem-nokogiri/Makefile > ============================================================================== > --- head/textproc/rubygem-nokogiri/Makefile Wed May 14 06:49:07 2014 (r354024) > +++ head/textproc/rubygem-nokogiri/Makefile Wed May 14 06:50:24 2014 (r354025) > @@ -1,19 +1,19 @@ > # $FreeBSD$ > > PORTNAME= nokogiri > -PORTVERSION= 1.6.2 > +PORTVERSION= 1.6.2.1 > CATEGORIES= textproc rubygems > MASTER_SITES= RG > > MAINTAINER= ruby@FreeBSD.org > COMMENT= HTML, XML, SAX, and Reader parser > > +BUILD_DEPENDS= rubygem-mini_portile=0.6.0:${PORTSDIR}/devel/rubygem-mini_portile > +RUN_DEPENDS= rubygem-mini_portile=0.6.0:${PORTSDIR}/devel/rubygem-mini_portile > + > LICENSE= MIT > > GEM_ENV= LC_CTYPE=UTF-8 > -CONFIGURE_ARGS= --use-system-libraries > - > -USE_GNOME= libxml2 libxslt > > USE_RUBY= yes > USE_RUBY_FEATURES= iconv > > Modified: head/textproc/rubygem-nokogiri/distinfo > ============================================================================== > --- head/textproc/rubygem-nokogiri/distinfo Wed May 14 06:49:07 2014 (r354024) > +++ head/textproc/rubygem-nokogiri/distinfo Wed May 14 06:50:24 2014 (r354025) > @@ -1,2 +1,2 @@ > -SHA256 (rubygem/nokogiri-1.6.2.gem) = d7e366ba831188b6fd1f4efd2a73d242b5323f9d027064603c362e5e06fc7f98 > -SIZE (rubygem/nokogiri-1.6.2.gem) = 8601088 > +SHA256 (rubygem/nokogiri-1.6.2.1.gem) = dfb23254b87672a93582981c4ac5880d178ff32db6878fc351d75198aa544836 > +SIZE (rubygem/nokogiri-1.6.2.1.gem) = 8753664 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="nokogiri_fix.txt" Index: Makefile =================================================================== --- Makefile (revision 354236) +++ Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= nokogiri PORTVERSION= 1.6.2.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -8,17 +9,14 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= HTML, XML, SAX, and Reader parser -BUILD_DEPENDS= rubygem-mini_portile=0.6.0:${PORTSDIR}/devel/rubygem-mini_portile -RUN_DEPENDS= rubygem-mini_portile=0.6.0:${PORTSDIR}/devel/rubygem-mini_portile - LICENSE= MIT -GEM_ENV= LC_CTYPE=UTF-8 - USE_RUBY= yes USE_RUBY_FEATURES= iconv USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USE_GNOME= libxml2 libxslt +USES= pkgconfig PLIST_FILES= bin/nokogiri --+QahgC5+KEYLbs62--