diff -urN /usr/ports/graphics/icoutils/Makefile graphics/icoutils/Makefile --- /usr/ports/graphics/icoutils/Makefile 2008-06-07 00:23:19.000000000 +0900 +++ graphics/icoutils/Makefile 2009-07-07 02:09:06.000000000 +0900 @@ -6,37 +6,27 @@ # PORTNAME= icoutils -PORTVERSION= 0.26.0 -PORTREVISION= 3 +PORTVERSION= 0.27.0 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Convert/extract images in Microsoft Windows(R) icon/cursor files LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww USE_GETTEXT= yes USE_PERL5_RUN= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - LIBS="-lintl" + LDFLAGS="-L${LOCALBASE}/lib" MAN1= extresso.1 genresscript.1 icotool.1 wrestool.1 - PLIST_FILES= \ bin/extresso \ bin/genresscript \ bin/icotool \ bin/wrestool -post-patch: - @${FIND} ${WRKSRC} -type f -print0 | \ - ${XARGS} -0 -x -n 10 \ - ${REINPLACE_CMD} -E \ - -e 's|stdint\.h|inttypes\.h|g' \ - -e 's|/usr/bin/perl|${PERL5}|' - .include diff -urN /usr/ports/graphics/icoutils/distinfo graphics/icoutils/distinfo --- /usr/ports/graphics/icoutils/distinfo 2005-11-13 10:15:57.000000000 +0900 +++ graphics/icoutils/distinfo 2009-07-04 03:50:42.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (icoutils-0.26.0.tar.gz) = 5494ee42a9dad562b49c6b8721f973e8 -SHA256 (icoutils-0.26.0.tar.gz) = ffb6fdd3eaf0f24c53759a4eda6090dde60a4efd3342ee6c3a2a0305507b5871 -SIZE (icoutils-0.26.0.tar.gz) = 603257 +MD5 (icoutils-0.27.0.tar.gz) = e0ec22c83290317a04110a3d05d1c7ac +SHA256 (icoutils-0.27.0.tar.gz) = 848456fdfddfdefde30946ff60658b3af544623dcde2118c75aa583a0bdf46a9 +SIZE (icoutils-0.27.0.tar.gz) = 489729 diff -urN /usr/ports/graphics/icoutils/files/patch-icotool__Makefile.in graphics/icoutils/files/patch-icotool__Makefile.in --- /usr/ports/graphics/icoutils/files/patch-icotool__Makefile.in 1970-01-01 09:00:00.000000000 +0900 +++ graphics/icoutils/files/patch-icotool__Makefile.in 2009-07-07 01:33:04.000000000 +0900 @@ -0,0 +1,15 @@ +--- icotool/Makefile.in.orig 2009-06-30 03:14:01.000000000 +0900 ++++ icotool/Makefile.in 2009-07-07 01:32:50.000000000 +0900 +@@ -559,9 +559,10 @@ + win32.h + + icotool_LDADD = \ +- @PNG_LIBS@ \ + ../common/libcommon.a \ +- ../lib/libgnu.a ++ ../lib/libgnu.a \ ++ @PNG_LIBS@ \ ++ @LIBINTL@ + + man_MANS = \ + icotool.1 diff -urN /usr/ports/graphics/icoutils/files/patch-wrestool__Makefile.in graphics/icoutils/files/patch-wrestool__Makefile.in --- /usr/ports/graphics/icoutils/files/patch-wrestool__Makefile.in 1970-01-01 09:00:00.000000000 +0900 +++ graphics/icoutils/files/patch-wrestool__Makefile.in 2009-07-07 01:33:40.000000000 +0900 @@ -0,0 +1,12 @@ +--- wrestool/Makefile.in.orig 2009-06-30 03:14:01.000000000 +0900 ++++ wrestool/Makefile.in 2009-07-07 01:33:24.000000000 +0900 +@@ -558,7 +558,8 @@ + + wrestool_LDADD = \ + ../common/libcommon.a \ +- ../lib/libgnu.a ++ ../lib/libgnu.a \ ++ @LIBINTL@ + + man_MANS = \ + wrestool.1