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

Collapse All | Expand All

(-)graphics/libgphoto2/Makefile (-2 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/graphics/libgphoto2/Makefile 352867 2014-05-03 07:34:48Z kwm $
2
# $FreeBSD: head/graphics/libgphoto2/Makefile 352867 2014-05-03 07:34:48Z kwm $
3
3
4
PORTNAME=	libgphoto2
4
PORTNAME=	libgphoto2
5
PORTVERSION=	2.5.3.1
5
PORTVERSION=	2.5.4
6
PORTREVISION=	2
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	SF/gphoto/libgphoto/${PORTVERSION}
7
MASTER_SITES=	SF/gphoto/libgphoto/${PORTVERSION}
9
8
Lines 21-26 Link Here
21
		ac_cv_path_DOT=false \
20
		ac_cv_path_DOT=false \
22
		ac_cv_path_DOXYGEN=false \
21
		ac_cv_path_DOXYGEN=false \
23
		udevscriptdir=${WRKDIR}
22
		udevscriptdir=${WRKDIR}
23
INSTALL_TARGET=	install-strip
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
25
26
CPPFLAGS+=	-I${LOCALBASE}/include
26
CPPFLAGS+=	-I${LOCALBASE}/include
(-)graphics/libgphoto2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgphoto2-2.5.3.1.tar.bz2) = 29322d3b163d1d91501280259ca16d1ba966e7d11739d8dc7cf07ef5e617cda2
1
SHA256 (libgphoto2-2.5.4.tar.bz2) = 5fb412e28d3a8ed15bfe86df2173360fcccd29f3d2117e8329d827c356e60bc0
2
SIZE (libgphoto2-2.5.3.1.tar.bz2) = 6676451
2
SIZE (libgphoto2-2.5.4.tar.bz2) = 6682743
(-)graphics/libgphoto2/files/patch-camlibs_ptp2-config.c (-10 lines)
Lines 1-10 Link Here
1
--- camlibs/ptp2/config.c.orig	Tue Dec 12 18:43:53 2006
2
+++ camlibs/ptp2/config.c	Tue Dec 12 19:00:45 2006
3
@@ -24,6 +24,7 @@
4
 #include <string.h>
5
 #include <stdio.h>
6
 #include <time.h>
7
+#include <sys/types.h>
8
 #include <sys/socket.h>
9
 #include <netinet/in.h>
10
 #include <arpa/inet.h>

Return to bug 187970