View | Details | Raw Unified | Return to bug 187970 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/gphoto2/Makefile (-8 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/graphics/gphoto2/Makefile 353307 2014-05-08 14:32:46Z amdmi3 $
2
# $FreeBSD: head/graphics/gphoto2/Makefile 353307 2014-05-08 14:32:46Z amdmi3 $
3
3
4
PORTNAME=	gphoto2
4
PORTNAME=	gphoto2
5
PORTVERSION=	2.5.3
5
PORTVERSION=	2.5.4
6
CATEGORIES=	graphics
6
CATEGORIES=	graphics
7
MASTER_SITES=	SF/gphoto/gphoto/${PORTVERSION}
7
MASTER_SITES=	SF/gphoto/gphoto/${PORTVERSION}
8
8
Lines 14-23 Link Here
14
LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt \
14
LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt \
15
		libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
15
		libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
16
16
17
USES=		tar:bzip2 gmake pkgconfig
17
USES=		gmake pkgconfig tar:bzip2
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ENV=	POPT_CFLAGS="$$(pkg-config --cflags popt)" \
19
CONFIGURE_ENV=	POPT_CFLAGS="$$(pkg-config --cflags popt)" \
20
		POPT_LIBS="$$(pkg-config --libs popt)"
20
		POPT_LIBS="$$(pkg-config --libs popt)" \
21
		ac_cv_lib_pthread_pthread_exit=no
21
CONFIGURE_ARGS=	--without-cdk
22
CONFIGURE_ARGS=	--without-cdk
22
23
23
OPTIONS_DEFINE=		AALIB DOCS NLS READLINE
24
OPTIONS_DEFINE=		AALIB DOCS NLS READLINE
Lines 35-45 Link Here
35
READLINE_USES=		readline
36
READLINE_USES=		readline
36
READLINE_CONFIGURE_WITH=	readline
37
READLINE_CONFIGURE_WITH=	readline
37
38
38
post-patch:
39
	@${REINPLACE_CMD} -e \
40
		's|-lpthread|${PTHREAD_LIBS}|' \
41
		${WRKSRC}/configure
42
43
post-install:
39
post-install:
44
	(cd ${WRKSRC} && ${INSTALL_DATA} NEWS ${STAGEDIR}${DOCSDIR})
40
	(cd ${WRKSRC} && ${INSTALL_DATA} NEWS ${STAGEDIR}${DOCSDIR})
45
41
(-)graphics/gphoto2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gphoto2-2.5.3.tar.bz2) = 719447efe115c519c81f6ddd3e4e7d22795743d93c56bae2d54a0dfbb697d844
1
SHA256 (gphoto2-2.5.4.tar.bz2) = 7da2124dbc4b77f4107437e52aa41301513488195dcd16f62f34eb631aa75c2b
2
SIZE (gphoto2-2.5.3.tar.bz2) = 740384
2
SIZE (gphoto2-2.5.4.tar.bz2) = 740449
(-)graphics/gphoto2/pkg-plist (-2 / +2 lines)
Lines 23-30 Link Here
23
%%NLS%%share/locale/ro/LC_MESSAGES/gphoto2.mo
23
%%NLS%%share/locale/ro/LC_MESSAGES/gphoto2.mo
24
%%NLS%%share/locale/ru/LC_MESSAGES/gphoto2.mo
24
%%NLS%%share/locale/ru/LC_MESSAGES/gphoto2.mo
25
%%NLS%%share/locale/rw/LC_MESSAGES/gphoto2.mo
25
%%NLS%%share/locale/rw/LC_MESSAGES/gphoto2.mo
26
%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
27
%%NLS%%@dirrmtry share/locale/rw
28
%%NLS%%share/locale/sk/LC_MESSAGES/gphoto2.mo
26
%%NLS%%share/locale/sk/LC_MESSAGES/gphoto2.mo
29
%%NLS%%share/locale/sr/LC_MESSAGES/gphoto2.mo
27
%%NLS%%share/locale/sr/LC_MESSAGES/gphoto2.mo
30
%%NLS%%share/locale/sv/LC_MESSAGES/gphoto2.mo
28
%%NLS%%share/locale/sv/LC_MESSAGES/gphoto2.mo
Lines 32-35 Link Here
32
%%NLS%%share/locale/vi/LC_MESSAGES/gphoto2.mo
30
%%NLS%%share/locale/vi/LC_MESSAGES/gphoto2.mo
33
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gphoto2.mo
31
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gphoto2.mo
34
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gphoto2.mo
32
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gphoto2.mo
33
%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
34
%%NLS%%@dirrmtry share/locale/rw
35
%%PORTDOCS%%@dirrm %%DOCSDIR%%
35
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 187970