forked from Lainports/freebsd-ports
- Update to 0.27.0
PR: 136478 Submitted by: Ports Fury
This commit is contained in:
parent
86e3a4f76e
commit
1572cf66ad
4 changed files with 34 additions and 17 deletions
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
15
graphics/icoutils/files/patch-icotool__Makefile.in
Normal file
15
graphics/icoutils/files/patch-icotool__Makefile.in
Normal file
|
|
@ -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
|
||||
12
graphics/icoutils/files/patch-wrestool__Makefile.in
Normal file
12
graphics/icoutils/files/patch-wrestool__Makefile.in
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue