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

Collapse All | Expand All

(-)graphics/libgphoto2/Makefile (-5 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/graphics/libgphoto2/Makefile 342859 2014-02-05 21:22:12Z marino $
2
# $FreeBSD: head/graphics/libgphoto2/Makefile 342859 2014-02-05 21:22:12Z marino $
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-55 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>
51
48
52
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000040
49
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000040
53
CONFIGURE_ENV+=	LIBUSB1_CFLAGS=" " LIBUSB1_LIBS="-lusb"
50
CONFIGURE_ENV+=	LIBUSB1_CFLAGS=" " LIBUSB1_LIBS="-lusb"
54
.endif
51
.endif
55
52
(-)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

Return to bug 185940