From owner-svn-ports-all@freebsd.org Tue Dec 22 05:18:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 079E2A4DE81; Tue, 22 Dec 2015 05:18:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDBC71E61; Tue, 22 Dec 2015 05:18:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM5I4Yd051198; Tue, 22 Dec 2015 05:18:04 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM5I43p051193; Tue, 22 Dec 2015 05:18:04 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220518.tBM5I43p051193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 05:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404216 - in head/graphics: gphoto2 libgphoto2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 05:18:06 -0000 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 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 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