From nobody@FreeBSD.org  Sat Mar 30 14:10:43 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id BC6F437B416
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 30 Mar 2002 14:10:42 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g2UMAgO71618;
	Sat, 30 Mar 2002 14:10:42 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200203302210.g2UMAgO71618@freefall.freebsd.org>
Date: Sat, 30 Mar 2002 14:10:42 -0800 (PST)
From: KATO Tsuguru <tkato@prontomail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: graphics/gphoto2
X-Send-Pr-Version: www-1.0

>Number:         36550
>Category:       ports
>Synopsis:       Update port: graphics/gphoto2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 30 14:20:01 PST 2002
>Closed-Date:    Sat Mar 30 14:59:28 PST 2002
>Last-Modified:  Sat Mar 30 14:59:28 PST 2002
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Add LIB_DEPENDS to graphics/libexif

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/gphoto2/Makefile graphics/gphoto2/Makefile
--- /usr/ports/graphics/gphoto2/Makefile	Mon Mar 18 22:17:58 2002
+++ graphics/gphoto2/Makefile	Sun Mar 31 07:07:28 2002
@@ -7,25 +7,26 @@
 
 PORTNAME=	gphoto2
 PORTVERSION=	2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.gphoto.net/dist/
 
 MAINTAINER=	ports@FreeBSD.org
 
+BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
 LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv \
 		intl.1:${PORTSDIR}/devel/gettext-old \
 		usb-0.1.5:${PORTSDIR}/devel/libusb \
 		aa.1:${PORTSDIR}/graphics/aalib \
-		jpeg.9:${PORTSDIR}/graphics/jpeg
-BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
+		jpeg.9:${PORTSDIR}/graphics/jpeg \
+		exif.5:${PORTSDIR}/graphics/libexif
 RUN_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--without-cdk --without-exif --without-fig2dev \
+CONFIGURE_ARGS=	--without-cdk --without-fig2dev \
 		--with-doc-dir=${DOCSDIR}
 INSTALLS_SHLIB=	yes
 
@@ -37,7 +38,7 @@
 .for file in configure libgphoto2_port/configure
 	@${PERL} -pi -e 's|-g -Wall||g' ${WRKSRC}/${file}
 .endfor
-	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
 		's|\@INSTALL\@|${INSTALL_CMD}|g ; \
 		 s|AUTHORS COPYING README|AUTHORS README|g'
 

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Sat Mar 30 14:59:19 PST 2002 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36550 
>Unformatted:
