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

Collapse All | Expand All

(-)graphics/libgphoto2/Makefile (-4 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/graphics/libgphoto2/Makefile 340071 2014-01-17 16:55:22Z miwi $
2
# $FreeBSD: head/graphics/libgphoto2/Makefile 340071 2014-01-17 16:55:22Z miwi $
3
3
4
PORTNAME=	libgphoto2
4
PORTNAME=	libgphoto2
5
PORTVERSION=	2.5.3
5
PORTVERSION=	2.5.3.1
6
CATEGORIES=	graphics
6
CATEGORIES=	graphics
7
MASTER_SITES=	SF/gphoto/libgphoto/${PORTVERSION}
7
MASTER_SITES=	SF/gphoto/libgphoto/${PORTVERSION}
8
8
Lines 38-50 Link Here
38
JPEG_LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
38
JPEG_LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
39
JPEG_CONFIGURE_WITH=	jpeg
39
JPEG_CONFIGURE_WITH=	jpeg
40
LIBEXIF_LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif
40
LIBEXIF_LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif
41
LIBEXIF_CONFIGURE_ON=	--with-libexif=${LOCALBASE}
42
LIBEXIF_CONFIGURE_OFF=	--with-libexif=no
41
LIBEXIF_CONFIGURE_OFF=	--with-libexif=no
43
NLS_USES=		gettext
42
NLS_USES=		gettext
44
NLS_CONFIGURE_ENABLE=	nls
43
NLS_CONFIGURE_ENABLE=	nls
45
XML_USE=		GNOME=libxml2
44
XML_USE=		GNOME=libxml2
46
XML_CPPFLAGS=		$$(pkg-config --cflags-only-I libxml-2.0)
47
XML_LDFLAGS=		$$(pkg-config --libs-only-L libxml-2.0)
48
XML_CONFIGURE_WITH=	libxml2
45
XML_CONFIGURE_WITH=	libxml2
49
46
50
.include <bsd.port.options.mk>
47
.include <bsd.port.options.mk>
(-)graphics/libgphoto2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgphoto2-2.5.3.tar.bz2) = 7fa0515f7ef9060e99e92790cdd3b80650d7acd9f2e4ef6c9c68003c600b2475
1
SHA256 (libgphoto2-2.5.3.1.tar.bz2) = 29322d3b163d1d91501280259ca16d1ba966e7d11739d8dc7cf07ef5e617cda2
2
SIZE (libgphoto2-2.5.3.tar.bz2) = 6662282
2
SIZE (libgphoto2-2.5.3.1.tar.bz2) = 6676451
(-)graphics/libgphoto2/pkg-plist (-9 / +9 lines)
Lines 295-306 Link Here
295
%%PORTDOCS%%share/doc/libgphoto2_port/AUTHORS
295
%%PORTDOCS%%share/doc/libgphoto2_port/AUTHORS
296
%%PORTDOCS%%share/doc/libgphoto2_port/NEWS
296
%%PORTDOCS%%share/doc/libgphoto2_port/NEWS
297
%%PORTDOCS%%share/doc/libgphoto2_port/README
297
%%PORTDOCS%%share/doc/libgphoto2_port/README
298
share/libgphoto2/%%VERSION%%/konica/english
298
%%DATADIR%%/%%VERSION%%/konica/english
299
share/libgphoto2/%%VERSION%%/konica/french
299
%%DATADIR%%/%%VERSION%%/konica/french
300
share/libgphoto2/%%VERSION%%/konica/german
300
%%DATADIR%%/%%VERSION%%/konica/german
301
share/libgphoto2/%%VERSION%%/konica/japanese
301
%%DATADIR%%/%%VERSION%%/konica/japanese
302
share/libgphoto2/%%VERSION%%/konica/korean
302
%%DATADIR%%/%%VERSION%%/konica/korean
303
share/libgphoto2/%%VERSION%%/konica/spanish
303
%%DATADIR%%/%%VERSION%%/konica/spanish
304
%%NLS%%share/locale/cs/LC_MESSAGES/libgphoto2-6.mo
304
%%NLS%%share/locale/cs/LC_MESSAGES/libgphoto2-6.mo
305
%%NLS%%share/locale/cs/LC_MESSAGES/libgphoto2_port-10.mo
305
%%NLS%%share/locale/cs/LC_MESSAGES/libgphoto2_port-10.mo
306
%%NLS%%share/locale/da/LC_MESSAGES/libgphoto2-6.mo
306
%%NLS%%share/locale/da/LC_MESSAGES/libgphoto2-6.mo
Lines 337-345 Link Here
337
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libgphoto2-6.mo
337
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libgphoto2-6.mo
338
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libgphoto2_port-10.mo
338
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libgphoto2_port-10.mo
339
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libgphoto2_port-10.mo
339
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libgphoto2_port-10.mo
340
@dirrm share/libgphoto2/%%VERSION%%/konica
340
@dirrm %%DATADIR%%/%%VERSION%%/konica
341
@dirrm share/libgphoto2/%%VERSION%%
341
@dirrm %%DATADIR%%/%%VERSION%%
342
@dirrm share/libgphoto2
342
@dirrm %%DATADIR%%
343
%%PORTDOCS%%@dirrm share/doc/libgphoto2_port
343
%%PORTDOCS%%@dirrm share/doc/libgphoto2_port
344
%%PORTDOCS%%@dirrm %%DOCSDIR%%/camlibs
344
%%PORTDOCS%%@dirrm %%DOCSDIR%%/camlibs
345
%%PORTDOCS%%@dirrm %%DOCSDIR%%
345
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 185940