View | Details | Raw Unified | Return to bug 148658
Collapse All | Expand All

(-)/usr/ports/multimedia/dvdauthor/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	dvdauthor
8
PORTNAME=	dvdauthor
9
PORTVERSION=	0.6.14
9
PORTVERSION=	0.6.14
10
PORTREVISION=	6
10
PORTREVISION=	7
11
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF
13
13
(-)/usr/ports/multimedia/dvdauthor/files/patch-src__subgen-image.c (+11 lines)
Line 0 Link Here
1
--- src/subgen-image.c.orig	2007-01-12 19:40:42.000000000 -0600
2
+++ src/subgen-image.c	2010-07-15 19:56:30.000000000 -0600
3
@@ -203,7 +203,7 @@
4
     png_struct *ps;
5
     png_info *pi;
6
     png_byte **rowp;
7
-    unsigned long width,height;
8
+    png_uint_32 width,height;
9
     int bit_depth,color_type,channels,x,y;
10
 
11
     fp=fopen(s->fname,"rb");

Return to bug 148658