Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2015 05:18:04 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404216 - in head/graphics: gphoto2 libgphoto2
Message-ID:  <201512220518.tBM5I43p051193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Dec 22 05:18:04 2015
New Revision: 404216
URL: https://svnweb.freebsd.org/changeset/ports/404216

Log:
  - Update to 2.5.9
  
  PR:		205210 205209
  Submitted by:	Ports Fury
  Approved by:	mat (mentor)
  Differential Revision:	D4618

Modified:
  head/graphics/gphoto2/Makefile
  head/graphics/gphoto2/distinfo
  head/graphics/libgphoto2/Makefile
  head/graphics/libgphoto2/distinfo

Modified: head/graphics/gphoto2/Makefile
==============================================================================
--- head/graphics/gphoto2/Makefile	Tue Dec 22 05:15:08 2015	(r404215)
+++ head/graphics/gphoto2/Makefile	Tue Dec 22 05:18:04 2015	(r404216)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gphoto2
-PORTVERSION=	2.5.8
+PORTVERSION=	2.5.9
 CATEGORIES=	graphics
 MASTER_SITES=	SF/gphoto/gphoto/${PORTVERSION}
 
@@ -17,12 +17,11 @@ LIB_DEPENDS=	libpopt.so:${PORTSDIR}/deve
 USES=		gmake pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	POPT_CFLAGS="$$(pkg-config --cflags popt)" \
-		POPT_LIBS="$$(pkg-config --libs popt)" \
-		ac_cv_lib_pthread_pthread_exit=no
+		POPT_LIBS="$$(pkg-config --libs popt)"
 CONFIGURE_ARGS=	--without-cdk
 
-OPTIONS_DEFINE=		AALIB DOCS NLS READLINE
-OPTIONS_DEFAULT=	AALIB READLINE
+OPTIONS_DEFINE=		AALIB DOCS NLS READLINE THREADS
+OPTIONS_DEFAULT=	AALIB READLINE THREADS
 OPTIONS_SUB=		yes
 
 AALIB_DESC=		Text mode capture preview support
@@ -31,11 +30,12 @@ AALIB_CONFIGURE_WITH=	aalib
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
 NLS_CPPFLAGS=		-I${LOCALBASE}/include
-NLS_LDFLAGS=		-L${LOCALBASE}/lib -lintl
+NLS_LDFLAGS=		-L${LOCALBASE}/lib
 READLINE_USES=		readline
-READLINE_CONFIGURE_WITH=readline
+READLINE_CONFIGURE_WITH=	readline
+THREADS_CONFIGURE_ENV_OFF=	ac_cv_lib_pthread_pthread_exit=no
 
-post-install:
+post-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/graphics/gphoto2/distinfo
==============================================================================
--- head/graphics/gphoto2/distinfo	Tue Dec 22 05:15:08 2015	(r404215)
+++ head/graphics/gphoto2/distinfo	Tue Dec 22 05:18:04 2015	(r404216)
@@ -1,2 +1,2 @@
-SHA256 (gphoto2-2.5.8.tar.bz2) = a9abcd15d95f205318d17e3ac12af7ce523d2bc4943709d50b0a12c30cc5ee4d
-SIZE (gphoto2-2.5.8.tar.bz2) = 777235
+SHA256 (gphoto2-2.5.9.tar.bz2) = 0f53803ed1f4ff7ea2aed8f7c9a0932237121941705779f7d09a8fe641ff475f
+SIZE (gphoto2-2.5.9.tar.bz2) = 782566

Modified: head/graphics/libgphoto2/Makefile
==============================================================================
--- head/graphics/libgphoto2/Makefile	Tue Dec 22 05:15:08 2015	(r404215)
+++ head/graphics/libgphoto2/Makefile	Tue Dec 22 05:18:04 2015	(r404216)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libgphoto2
-PORTVERSION=	2.5.8
-PORTREVISION=	1
+PORTVERSION=	2.5.9
 CATEGORIES=	graphics
 MASTER_SITES=	SF/gphoto/libgphoto/${PORTVERSION}
 
@@ -36,7 +35,7 @@ OPTIONS_DEFAULT=	GD JPEG LIBEXIF XML
 OPTIONS_SUB=		yes
 
 GD_LIB_DEPENDS=		libgd.so:${PORTSDIR}/graphics/gd
-GD_CONFIGURE_WITH=	gd
+GD_CONFIGURE_OFF=	--with-gdlib=no
 JPEG_USES=		jpeg
 JPEG_CONFIGURE_WITH=	jpeg
 LIBEXIF_LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif
@@ -44,7 +43,7 @@ LIBEXIF_CONFIGURE_OFF=	--with-libexif=no
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
 XML_USE=		GNOME=libxml2
-XML_CONFIGURE_WITH=	libxml2
+XML_CONFIGURE_OFF=	--with-libxml-2.0=no
 
 .include <bsd.port.options.mk>
 

Modified: head/graphics/libgphoto2/distinfo
==============================================================================
--- head/graphics/libgphoto2/distinfo	Tue Dec 22 05:15:08 2015	(r404215)
+++ head/graphics/libgphoto2/distinfo	Tue Dec 22 05:18:04 2015	(r404216)
@@ -1,2 +1,2 @@
-SHA256 (libgphoto2-2.5.8.tar.bz2) = 031a262e342fae43f724afe66787947ce1fb483277dfe5a8cf1fbe92c58e27b6
-SIZE (libgphoto2-2.5.8.tar.bz2) = 6941251
+SHA256 (libgphoto2-2.5.9.tar.bz2) = cdb0e8e3a93417eb25892c4b03e64c07e93488ce05072edb62e1b70ff3291f32
+SIZE (libgphoto2-2.5.9.tar.bz2) = 6964578



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512220518.tBM5I43p051193>