From owner-cvs-ports@FreeBSD.ORG Sun Jul 17 14:23:12 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id BFE711065674; Sun, 17 Jul 2011 14:23:11 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id 760A923CE2A; Sun, 17 Jul 2011 15:22:48 +0200 (CEST) Message-ID: <4E22E228.3020303@FreeBSD.org> Date: Sun, 17 Jul 2011 15:22:48 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Mnenhy/0.8.3 Thunderbird/3.1.11 MIME-Version: 1.0 To: Hiroki Sato References: <201107171118.p6HBIlc6096985@repoman.freebsd.org> In-Reply-To: <201107171118.p6HBIlc6096985@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/ghostscript9 Makefile ports/print/ghostscript9/files patch-base-gdevl256.c patch-base-gdevvglb.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2011 14:23:12 -0000 Am 17.07.2011 13:18, schrieb Hiroki Sato: > hrs 2011-07-17 11:18:47 UTC > > FreeBSD ports repository > > Modified files: > print/ghostscript9 Makefile > Added files: > print/ghostscript9/files patch-base-gdevl256.c > patch-base-gdevvglb.c > Log: > Fix a build failure when vaglib and/or lvga256 is specified. It is very unfortunate that the PORTREVISION was bumped, and wasteful. This was not necessary, let me explain: - if the build fails given specific (apparently non-default) options, there is no prior port/package where files change - we bump PORTREVISION only if installed files or dependencies change. Since no files changed (no prior files got built/installed), no need to bump PORTREVISION. Thanks for not arbitrarily bumping PORTREVISION.