Index: head/graphics/webp/Makefile =================================================================== --- head/graphics/webp/Makefile (revision 265024) +++ head/graphics/webp/Makefile (revision 265025) @@ -1,42 +1,42 @@ # New ports collection makefile for: webp # Date created: 1 October 2010 # Whom: johans # # $FreeBSD$ # PORTNAME= webp -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.4 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-leptonica-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Google WebP image format conversion tool LIB_DEPENDS= vpx.0:${PORTSDIR}/multimedia/libvpx \ jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/libwebp CONFIGURE_ARGS+= LDFLAGS="-L${WRKSRC}/leptonlib-1.066/lib/nodebug" CFLAGS+= -I${WRKSRC}/leptonlib-1.066/src -I/usr/local/include WRKSRC= ${WRKDIR}/${PORTNAME} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} PLIST_FILES= bin/webpconv pre-configure: .for f in missing depcomp install-sh @cd ${WRKSRC}/libwebp && ${LN} -sf ../leptonlib-1.066/config/$f .endfor @${REINPLACE_CMD} -e '/^CFLAGS =/s:$$: -I/usr/local/include:' \ ${WRKSRC}/leptonlib-1.066/src/makefile do-build: ${GMAKE} -C ${WRKSRC}/leptonlib-1.066/src ${MAKE} -C ${WRKSRC}/libwebp .include Property changes on: head/graphics/webp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/graphics/webp/distinfo =================================================================== --- head/graphics/webp/distinfo (revision 265024) +++ head/graphics/webp/distinfo (revision 265025) @@ -1,2 +1,2 @@ -SHA256 (webp-leptonica-0.0.3.tar.gz) = 150e61b55fdff1ca32df6c685586765c04366d01b88c2d20ec7246152730a14c -SIZE (webp-leptonica-0.0.3.tar.gz) = 1323724 +SHA256 (webp-leptonica-0.0.4.tar.gz) = 4afcd2fe9395074a74f590f0417b2d054c6dbca8fdbcd183e39d16f46c68c19f +SIZE (webp-leptonica-0.0.4.tar.gz) = 1355152 Property changes on: head/graphics/webp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/graphics/webp/files/patch-leptonlib-1.066_src_environ.h =================================================================== --- head/graphics/webp/files/patch-leptonlib-1.066_src_environ.h (nonexistent) +++ head/graphics/webp/files/patch-leptonlib-1.066_src_environ.h (revision 265025) @@ -0,0 +1,10 @@ +--- leptonlib-1.066/src/environ.h.orig 2010-11-23 12:47:09.000000000 +0100 ++++ leptonlib-1.066/src/environ.h 2010-11-23 12:45:55.000000000 +0100 +@@ -205,6 +205,7 @@ enum { + * on all heap data except for Pix. Memory management for Pix + * also defaults to malloc and free. See pix1.c for details. + *------------------------------------------------------------------------*/ ++#include + #define MALLOC(blocksize) malloc(blocksize) + #define CALLOC(numelem, elemsize) calloc(numelem, elemsize) + #define REALLOC(ptr, blocksize) realloc(ptr, blocksize) Property changes on: head/graphics/webp/files/patch-leptonlib-1.066_src_environ.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property