Date: Sun, 2 Sep 2012 11:37:52 +0100 From: Chris Rees <utisoft@gmail.com> To: Jose Alonso Cardenas Marquez <acm@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303530 - in head/graphics/php5-ffmpeg: . files Message-ID: <CADLo83-taWJFJWJA676T0kHD8pBfesn8sZ-WquhwSsq1dfz-8g@mail.gmail.com> In-Reply-To: <201209020515.q825FGK4043447@svn.freebsd.org> References: <201209020515.q825FGK4043447@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2 Sep 2012 06:15, "Jose Alonso Cardenas Marquez" <acm@freebsd.org> wrote: > > Author: acm > Date: Sun Sep 2 05:15:16 2012 > New Revision: 303530 > URL: http://svn.freebsd.org/changeset/ports/303530 > > Log: > - Fix build on PHP 5.4.x > > PR: 169370 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=169370 > Submitted by: Alexander Moskalenko <alexander.moskalenko at gmail.com> > > Added: > head/graphics/php5-ffmpeg/files/patch-ffmpeg_movie.c (contents, props changed) > Modified: > head/graphics/php5-ffmpeg/Makefile > > Modified: head/graphics/php5-ffmpeg/Makefile > ============================================================================== > --- head/graphics/php5-ffmpeg/Makefile Sun Sep 2 05:07:01 2012 (r303529) > +++ head/graphics/php5-ffmpeg/Makefile Sun Sep 2 05:15:16 2012 (r303530) > @@ -7,7 +7,7 @@ > > PORTNAME= ffmpeg > PORTVERSION= 0.6.0 > -PORTREVISION= 6 > +PORTREVISION= 7 > CATEGORIES= graphics > MASTER_SITES= SF/${PORTNAME}-php/${PORTNAME}-php/${PORTVERSION} > PKGNAMEPREFIX= php5- > @@ -25,8 +25,7 @@ USE_BZIP2= yes > USE_PHP= yes > USE_PHPIZE= yes > USE_PHPEXT= yes > -DEFAULT_PHP_VER=53 > -IGNORE_WITH_PHP=5 > +DEFAULT_PHP_VER=54 This line broke INDEX. It can be removed; PHP_DEFAULT_VER should not be overridden, and removing it gets 5.4 as intended. Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo83-taWJFJWJA676T0kHD8pBfesn8sZ-WquhwSsq1dfz-8g>