From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 17 17:00:06 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BA6B45B for ; Fri, 17 Jan 2014 17:00:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 67B5915FB for ; Fri, 17 Jan 2014 17:00:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0HH06AB022164 for ; Fri, 17 Jan 2014 17:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0HH06ju022163; Fri, 17 Jan 2014 17:00:06 GMT (envelope-from gnats) Date: Fri, 17 Jan 2014 17:00:06 GMT Message-Id: <201401171700.s0HH06ju022163@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181073: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 17:00:06 -0000 The following reply was made to PR ports/181073; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181073: commit references a PR Date: Fri, 17 Jan 2014 16:56:24 +0000 (UTC) Author: miwi Date: Fri Jan 17 16:56:15 2014 New Revision: 340073 URL: http://svnweb.freebsd.org/changeset/ports/340073 QAT: https://qat.redports.org/buildarchive/r340073/ Log: - Update to 2.5.3 PR: ports/181073 Submitted by: Ports Fury Modified: head/graphics/gphoto2/Makefile head/graphics/gphoto2/distinfo (contents, props changed) head/graphics/gphoto2/pkg-plist (contents, props changed) Modified: head/graphics/gphoto2/Makefile ============================================================================== --- head/graphics/gphoto2/Makefile Fri Jan 17 16:56:00 2014 (r340072) +++ head/graphics/gphoto2/Makefile Fri Jan 17 16:56:15 2014 (r340073) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gphoto2 -PORTVERSION= 2.4.14 +PORTVERSION= 2.5.3 CATEGORIES= graphics MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} @@ -14,26 +14,33 @@ LICENSE= GPLv2 LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 -USES= gmake pkgconfig USE_BZIP2= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes +CONFIGURE_ENV= POPT_CFLAGS="$$(pkg-config --cflags popt)" \ + POPT_LIBS="$$(pkg-config --libs popt)" CONFIGURE_ARGS= --without-cdk -CONFIGURE_ENV= POPT_CFLAGS="-I${LOCALBASE}/include" \ - POPT_LIBS="-L${LOCALBASE}/lib -lpopt" -OPTIONS_DEFINE= AALIB DOCS NLS -OPTIONS_DEFAULT= AALIB -OPTIONS_SUB= yes - -AALIB_DESC= Text mode capture preview support +OPTIONS_DEFINE= AALIB DOCS NLS READLINE +OPTIONS_DEFAULT= AALIB READLINE +OPTIONS_SUB= yes +AALIB_DESC= Text mode capture preview support AALIB_LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib -AALIB_CONFIGURE_OFF= --without-aalib - -NLS_USES= gettext -NLS_CONFIGURE_OFF= --disable-nls +AALIB_CONFIGURE_WITH= aalib +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls +READLINE_USES= readline +READLINE_CONFIGURE_WITH= readline + +.include + +post-patch: + @${REINPLACE_CMD} -e \ + 's|-lpthread|-pthread|' \ + ${WRKSRC}/configure post-install: - ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} NEWS ${STAGEDIR}${DOCSDIR}) .include Modified: head/graphics/gphoto2/distinfo ============================================================================== --- head/graphics/gphoto2/distinfo Fri Jan 17 16:56:00 2014 (r340072) +++ head/graphics/gphoto2/distinfo Fri Jan 17 16:56:15 2014 (r340073) @@ -1,2 +1,2 @@ -SHA256 (gphoto2-2.4.14.tar.bz2) = 8754cdf1ee8eb3ef636c05d052646957d3f087892ed867543ab9180a3bbaa123 -SIZE (gphoto2-2.4.14.tar.bz2) = 669292 +SHA256 (gphoto2-2.5.3.tar.bz2) = 719447efe115c519c81f6ddd3e4e7d22795743d93c56bae2d54a0dfbb697d844 +SIZE (gphoto2-2.5.3.tar.bz2) = 740384 Modified: head/graphics/gphoto2/pkg-plist ============================================================================== --- head/graphics/gphoto2/pkg-plist Fri Jan 17 16:56:00 2014 (r340072) +++ head/graphics/gphoto2/pkg-plist Fri Jan 17 16:56:15 2014 (r340073) @@ -1,7 +1,7 @@ bin/gphoto2 man/man1/gphoto2.1.gz %%PORTDOCS%%%%DOCSDIR%%/NEWS -%%DOCSDIR%%/test-hook.sh +%%PORTDOCS%%%%DOCSDIR%%/test-hook.sh %%NLS%%share/locale/az/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/cs/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/da/LC_MESSAGES/gphoto2.mo @@ -32,4 +32,4 @@ man/man1/gphoto2.1.gz %%NLS%%share/locale/vi/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gphoto2.mo -@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"