From owner-svn-ports-all@FreeBSD.ORG Tue Jan 21 19:30:05 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 598D3738; Tue, 21 Jan 2014 19:30:05 +0000 (UTC) Received: from mail-qc0-x232.google.com (mail-qc0-x232.google.com [IPv6:2607:f8b0:400d:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5241108D; Tue, 21 Jan 2014 19:30:04 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id m20so7589604qcx.9 for ; Tue, 21 Jan 2014 11:30:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=jccC99ipXP/tzGEXUr/R5JC/9SbFqxSJSjCyHWfNh9M=; b=XjadvYR6ySxhTTbV3WQWR9cXV+QpRPxOEnMaYQTySx3ePgCBfDQ6IO6auX4lZVciGl HLoi3yncempnZSaS8g70R9FtgoTBQa+3dGpM3m5yvJPaB4duXrRk6yOOScOU4BqpGxwT OFr07/NSRKHMyz35FJkQFL1MpeonFxEi6GMeugwhTXZPAQwVzg6CTcm3WUfx8fSXjJQr Duabk419tJoJ4Vn19g2aXfGDseCidYpp1TfGLvETAakhhqGGVah+t7bdNJDLgwOSZNj0 H0YEnYy+tBI7LS/ehSQCle+o+qoODXpQXtDNUAbIMfr0+SVDnVMdbWHNe42T88xY4Cmu NFHA== X-Received: by 10.224.75.138 with SMTP id y10mr40218587qaj.72.1390332603898; Tue, 21 Jan 2014 11:30:03 -0800 (PST) Received: from [192.168.137.178] ([201.55.128.238]) by mx.google.com with ESMTPSA id m9sm8615789qaz.8.2014.01.21.11.30.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 21 Jan 2014 11:30:03 -0800 (PST) Sender: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= Message-ID: <52DECB65.9040105@freebsd.org> Date: Tue, 21 Jan 2014 17:32:53 -0200 From: "Danilo E. Gondolfo" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r340639 - head/graphics/corona References: <201401211920.s0LJKEDl015748@svn.freebsd.org> In-Reply-To: <201401211920.s0LJKEDl015748@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 21 Jan 2014 19:30:05 -0000 On 01/21/14 17:20, Antoine Brodin wrote: > Author: antoine > Date: Tue Jan 21 19:20:13 2014 > New Revision: 340639 > URL: http://svnweb.freebsd.org/changeset/ports/340639 > QAT: https://qat.redports.org/buildarchive/r340639/ > > Log: > Stage support > > Modified: > head/graphics/corona/Makefile > > Modified: head/graphics/corona/Makefile > ============================================================================== > --- head/graphics/corona/Makefile Tue Jan 21 19:13:02 2014 (r340638) > +++ head/graphics/corona/Makefile Tue Jan 21 19:20:13 2014 (r340639) > @@ -8,10 +8,10 @@ CATEGORIES= graphics > MASTER_SITES= SF > > MAINTAINER= ports@FreeBSD.org > -COMMENT= A graphics library that supports most image formats > +COMMENT= Graphics library that supports most image formats > > -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ > - jpeg.11:${PORTSDIR}/graphics/jpeg > +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ > + libjpeg.so.11:${PORTSDIR}/graphics/jpeg libjpeg.so.11 <- Is this correct? > > USE_AUTOTOOLS= libtool > USE_GNOME= lthack > @@ -21,7 +21,6 @@ USE_LDCONFIG= yes > CONFIGURE_ENV= LIBS="${LIBS} -L${LOCALBASE}/lib" > CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 > > -NO_STAGE= yes > post-patch: > @${REINPLACE_CMD} -e \ > 's|-Wall||' \ >