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

(-)graphics/icoutils/Makefile (-14 / +4 lines)
Lines 6-42 Link Here
6
#
6
#
7
7
8
PORTNAME=	icoutils
8
PORTNAME=	icoutils
9
PORTVERSION=	0.26.0
9
PORTVERSION=	0.27.0
10
PORTREVISION=	3
11
CATEGORIES=	graphics
10
CATEGORIES=	graphics
12
MASTER_SITES=	${MASTER_SITE_SAVANNAH}
11
MASTER_SITES=	SAVANNAH
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
12
15
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Convert/extract images in Microsoft Windows(R) icon/cursor files
14
COMMENT=	Convert/extract images in Microsoft Windows(R) icon/cursor files
17
15
18
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
16
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
17
RUN_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
19
18
20
USE_GETTEXT=	yes
19
USE_GETTEXT=	yes
21
USE_PERL5_RUN=	yes
20
USE_PERL5_RUN=	yes
22
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
		LDFLAGS="-L${LOCALBASE}/lib" \
23
		LDFLAGS="-L${LOCALBASE}/lib"
25
		LIBS="-lintl"
26
24
27
MAN1=		extresso.1 genresscript.1 icotool.1 wrestool.1
25
MAN1=		extresso.1 genresscript.1 icotool.1 wrestool.1
28
29
PLIST_FILES=	\
26
PLIST_FILES=	\
30
		bin/extresso \
27
		bin/extresso \
31
		bin/genresscript \
28
		bin/genresscript \
32
		bin/icotool \
29
		bin/icotool \
33
		bin/wrestool
30
		bin/wrestool
34
31
35
post-patch:
36
	@${FIND} ${WRKSRC} -type f -print0 | \
37
		${XARGS} -0 -x -n 10 \
38
		${REINPLACE_CMD} -E \
39
		-e 's|stdint\.h|inttypes\.h|g' \
40
		-e 's|/usr/bin/perl|${PERL5}|'
41
42
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)graphics/icoutils/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (icoutils-0.26.0.tar.gz) = 5494ee42a9dad562b49c6b8721f973e8
1
MD5 (icoutils-0.27.0.tar.gz) = e0ec22c83290317a04110a3d05d1c7ac
2
SHA256 (icoutils-0.26.0.tar.gz) = ffb6fdd3eaf0f24c53759a4eda6090dde60a4efd3342ee6c3a2a0305507b5871
2
SHA256 (icoutils-0.27.0.tar.gz) = 848456fdfddfdefde30946ff60658b3af544623dcde2118c75aa583a0bdf46a9
3
SIZE (icoutils-0.26.0.tar.gz) = 603257
3
SIZE (icoutils-0.27.0.tar.gz) = 489729
(-)graphics/icoutils/files/patch-icotool__Makefile.in (+15 lines)
Line 0 Link Here
1
--- icotool/Makefile.in.orig	2009-06-30 03:14:01.000000000 +0900
2
+++ icotool/Makefile.in	2009-07-07 01:32:50.000000000 +0900
3
@@ -559,9 +559,10 @@
4
   win32.h
5
 
6
 icotool_LDADD = \
7
-  @PNG_LIBS@ \
8
   ../common/libcommon.a \
9
-  ../lib/libgnu.a
10
+  ../lib/libgnu.a \
11
+  @PNG_LIBS@ \
12
+  @LIBINTL@
13
 
14
 man_MANS = \
15
   icotool.1
(-)graphics/icoutils/files/patch-wrestool__Makefile.in (+12 lines)
Line 0 Link Here
1
--- wrestool/Makefile.in.orig	2009-06-30 03:14:01.000000000 +0900
2
+++ wrestool/Makefile.in	2009-07-07 01:33:24.000000000 +0900
3
@@ -558,7 +558,8 @@
4
 
5
 wrestool_LDADD = \
6
   ../common/libcommon.a \
7
-  ../lib/libgnu.a
8
+  ../lib/libgnu.a \
9
+  @LIBINTL@
10
 
11
 man_MANS = \
12
   wrestool.1

Return to bug 136478