svn commit: r303530 - in head/graphics/php5-ffmpeg: . files

Chris Rees utisoft at gmail.com
Sun Sep 2 10:38:01 UTC 2012


On 2 Sep 2012 06:15, "Jose Alonso Cardenas Marquez" <acm at 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



More information about the svn-ports-all mailing list