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

(-)graphics/gphoto2/Makefile (-9 / +9 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/graphics/gphoto2/Makefile 393145 2015-07-29 07:58:02Z madpilot $
2
# $FreeBSD: head/graphics/gphoto2/Makefile 393145 2015-07-29 07:58:02Z madpilot $
3
3
4
PORTNAME=	gphoto2
4
PORTNAME=	gphoto2
5
PORTVERSION=	2.5.8
5
PORTVERSION=	2.5.9
6
CATEGORIES=	graphics
6
CATEGORIES=	graphics
7
MASTER_SITES=	SF/gphoto/gphoto/${PORTVERSION}
7
MASTER_SITES=	SF/gphoto/gphoto/${PORTVERSION}
8
8
Lines 17-28 Link Here
17
USES=		gmake pkgconfig tar:bzip2
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
22
CONFIGURE_ARGS=	--without-cdk
21
CONFIGURE_ARGS=	--without-cdk
23
22
24
OPTIONS_DEFINE=		AALIB DOCS NLS READLINE
23
OPTIONS_DEFINE=		AALIB DOCS NLS READLINE THREADS
25
OPTIONS_DEFAULT=	AALIB READLINE
24
OPTIONS_DEFAULT=	AALIB READLINE THREADS
26
OPTIONS_SUB=		yes
25
OPTIONS_SUB=		yes
27
26
28
AALIB_DESC=		Text mode capture preview support
27
AALIB_DESC=		Text mode capture preview support
Lines 31-41 Link Here
31
NLS_USES=		gettext
30
NLS_USES=		gettext
32
NLS_CONFIGURE_ENABLE=	nls
31
NLS_CONFIGURE_ENABLE=	nls
33
NLS_CPPFLAGS=		-I${LOCALBASE}/include
32
NLS_CPPFLAGS=		-I${LOCALBASE}/include
34
NLS_LDFLAGS=		-L${LOCALBASE}/lib -lintl
33
NLS_LDFLAGS=		-L${LOCALBASE}/lib
35
READLINE_USES=		readline
34
READLINE_USES=		readline
36
READLINE_CONFIGURE_WITH=readline
35
READLINE_CONFIGURE_WITH=	readline
36
THREADS_CONFIGURE_ENV_OFF=	ac_cv_lib_pthread_pthread_exit=no
37
37
38
post-install:
38
post-install-DOCS-on:
39
	${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}
39
	(cd ${WRKSRC} && ${INSTALL_DATA} NEWS ${STAGEDIR}${DOCSDIR})
40
40
41
.include <bsd.port.mk>
41
.include <bsd.port.mk>
(-)graphics/gphoto2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gphoto2-2.5.8.tar.bz2) = a9abcd15d95f205318d17e3ac12af7ce523d2bc4943709d50b0a12c30cc5ee4d
1
SHA256 (gphoto2-2.5.9.tar.bz2) = 0f53803ed1f4ff7ea2aed8f7c9a0932237121941705779f7d09a8fe641ff475f
2
SIZE (gphoto2-2.5.8.tar.bz2) = 777235
2
SIZE (gphoto2-2.5.9.tar.bz2) = 782566

Return to bug 205209