From owner-freebsd-multimedia@FreeBSD.ORG Thu Feb 28 18:44:31 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98B64106566B for ; Thu, 28 Feb 2008 18:44:31 +0000 (UTC) (envelope-from freebsd-multimedia@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 408AD8FC1C for ; Thu, 28 Feb 2008 18:44:30 +0000 (UTC) (envelope-from freebsd-multimedia@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JUnk1-0003Bo-7R for freebsd-multimedia@freebsd.org; Thu, 28 Feb 2008 18:44:25 +0000 Received: from 92.50.96.215 ([92.50.96.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2008 18:44:25 +0000 Received: from saper by 92.50.96.215 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2008 18:44:25 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-multimedia@freebsd.org From: Marcin Cieslak Date: Thu, 28 Feb 2008 19:44:10 +0100 Lines: 50 Message-ID: <47C700FA.2010406@system.pl> References: <20080228144258.GG56191@droso.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070504030206000400020906" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92.50.96.215 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.12) Gecko/20080228 SeaMonkey/1.1.8 In-Reply-To: <20080228144258.GG56191@droso.net> Sender: news Subject: Re: [ports-i386@FreeBSD.org: openclipart-0.18 failed on i386 7] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 18:44:31 -0000 This is a multi-part message in MIME format. --------------070504030206000400020906 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Erwin Lansing wrote: > ----- Forwarded message from User Ports-i386 ----- > > Date: Thu, 28 Feb 2008 13:07:09 GMT > From: User Ports-i386 > To: kris@FreeBSD.org, linimon@FreeBSD.org, erwin@FreeBSD.org > Subject: openclipart-0.18 failed on i386 7 > > You can also find this build log at > > http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.7.2008022809/openclipart-0.18.log > ----- End forwarded message ----- This one was easy, please see the patch attached. --Marcin --------------070504030206000400020906 Content-Type: text/x-diff; name="openclipart-distfile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="openclipart-distfile.patch" Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/graphics/openclipart/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 9 Oct 2006 22:48:23 -0000 1.7 +++ Makefile 28 Feb 2008 17:52:57 -0000 @@ -9,7 +9,7 @@ PORTNAME= openclipart PORTVERSION= 0.18 CATEGORIES= graphics -MASTER_SITES= http://www.openclipart.org/downloads/${PORTVERSION}/ +MASTER_SITES= http://download.openclipart.org/downloads/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}${SVGPNG} MAINTAINER= multimedia@FreeBSD.org --------------070504030206000400020906--