Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Aug 2008 02:02:57 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        acm@FreeBSD.org
Subject:   ports/126143: [PATCH] graphics/php4-ffmpeg: update to 0.5.3.1
Message-ID:  <20080731180257.DE7D91377@sunpoet.net>
Resent-Message-ID: <200807311810.m6VIA3JK063942@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126143
>Category:       ports
>Synopsis:       [PATCH] graphics/php4-ffmpeg: update to 0.5.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 31 18:10:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bonjour.sunpoet.net 7.0-STABLE FreeBSD 7.0-STABLE #9: Mon Jul 14 22:39:26 CST 2008
>Description:
- Update to 0.5.3.1
  It also avoids apache crashes due to deprecated functions such as av_free_static.
  Error message is like "/usr/local/lib/php/20060613/ffmpeg.so: Undefined symbol "av_free_static".
- Use macro for MASTER_SITES
- Override PR/126026

Port maintainer (acm@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- php4-ffmpeg-0.5.3.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/php4-ffmpeg/Makefile /usr/ports/sunpoet/php4-ffmpeg/Makefile
--- /usr/ports/graphics/php4-ffmpeg/Makefile	2008-04-24 10:14:42.000000000 +0800
+++ /usr/ports/sunpoet/php4-ffmpeg/Makefile	2008-08-01 01:57:09.615410792 +0800
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	ffmpeg
-PORTVERSION=	0.5.0
-PORTREVISION=	2
+PORTVERSION=	0.5.3.1
 CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=${PORTNAME}-${PKGNAMEPREFIX:S/4-//:S/5-//}
 PKGNAMEPREFIX?=	php4-
 DISTNAME=	${PORTNAME}-${PKGNAMEPREFIX:S/4-//:S/5-//}-${PORTVERSION}
diff -ruN --exclude=CVS /usr/ports/graphics/php4-ffmpeg/distinfo /usr/ports/sunpoet/php4-ffmpeg/distinfo
--- /usr/ports/graphics/php4-ffmpeg/distinfo	2006-11-18 01:44:50.000000000 +0800
+++ /usr/ports/sunpoet/php4-ffmpeg/distinfo	2008-08-01 01:27:48.645723025 +0800
@@ -1,3 +1,3 @@
-MD5 (ffmpeg-php-0.5.0.tbz2) = f13bbbe9d46ba29402fefb942a2c4adf
-SHA256 (ffmpeg-php-0.5.0.tbz2) = 9f6ac3ca74cd867c60fd84eab026493e558f5d929be7bb9028dfad1955926962
-SIZE (ffmpeg-php-0.5.0.tbz2) = 1606351
+MD5 (ffmpeg-php-0.5.3.1.tbz2) = 52395f26227ce72ee6d3a28a9e647fc8
+SHA256 (ffmpeg-php-0.5.3.1.tbz2) = 33b53002b57f1c17b3d1295853fabc49b6442746bd741b43c60bae44bbc15bc8
+SIZE (ffmpeg-php-0.5.3.1.tbz2) = 295376
diff -ruN --exclude=CVS /usr/ports/graphics/php5-ffmpeg/distinfo /usr/ports/sunpoet/php5-ffmpeg/distinfo
--- /usr/ports/graphics/php5-ffmpeg/distinfo	2006-11-18 01:44:51.000000000 +0800
+++ /usr/ports/sunpoet/php5-ffmpeg/distinfo	2008-08-01 01:27:48.645723000 +0800
@@ -1,3 +1,3 @@
-MD5 (ffmpeg-php-0.5.0.tbz2) = f13bbbe9d46ba29402fefb942a2c4adf
-SHA256 (ffmpeg-php-0.5.0.tbz2) = 9f6ac3ca74cd867c60fd84eab026493e558f5d929be7bb9028dfad1955926962
-SIZE (ffmpeg-php-0.5.0.tbz2) = 1606351
+MD5 (ffmpeg-php-0.5.3.1.tbz2) = 52395f26227ce72ee6d3a28a9e647fc8
+SHA256 (ffmpeg-php-0.5.3.1.tbz2) = 33b53002b57f1c17b3d1295853fabc49b6442746bd741b43c60bae44bbc15bc8
+SIZE (ffmpeg-php-0.5.3.1.tbz2) = 295376
--- php4-ffmpeg-0.5.3.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080731180257.DE7D91377>