diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-22 13:18:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-22 13:18:04 +0800 |
commit | ea66dc91c760351f549dacedb214122ae2d21e1b (patch) | |
tree | cf9afdab03a7789519f8f59c8c4ef2a3d7887433 | |
parent | 8359d2b491c3f4e18e5e10d7a6bb1b1807c02a22 (diff) | |
download | freebsd-ports-gnome-ea66dc91c760351f549dacedb214122ae2d21e1b.tar.gz freebsd-ports-gnome-ea66dc91c760351f549dacedb214122ae2d21e1b.tar.zst freebsd-ports-gnome-ea66dc91c760351f549dacedb214122ae2d21e1b.zip |
- Update to 2.5.9
PR: 205210 205209
Submitted by: Ports Fury
Approved by: mat (mentor)
Differential Revision: D4618
-rw-r--r-- | graphics/gphoto2/Makefile | 16 | ||||
-rw-r--r-- | graphics/gphoto2/distinfo | 4 | ||||
-rw-r--r-- | graphics/libgphoto2/Makefile | 7 | ||||
-rw-r--r-- | graphics/libgphoto2/distinfo | 4 |
4 files changed, 15 insertions, 16 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index af5dfa9fd8d6..840d987affc7 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -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}/devel/popt \ 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> diff --git a/graphics/gphoto2/distinfo b/graphics/gphoto2/distinfo index 741e11e5e075..1d3e8ce5907c 100644 --- a/graphics/gphoto2/distinfo +++ b/graphics/gphoto2/distinfo @@ -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 diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 55cf637a058f..323ef0cb4951 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -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> diff --git a/graphics/libgphoto2/distinfo b/graphics/libgphoto2/distinfo index c20d1a34facb..e0c39bcaffd6 100644 --- a/graphics/libgphoto2/distinfo +++ b/graphics/libgphoto2/distinfo @@ -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 |