Date: Sat, 30 Mar 2002 14:10:42 -0800 (PST) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/36550: Update port: graphics/gphoto2 Message-ID: <200203302210.g2UMAgO71618@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 36550 >Category: ports >Synopsis: Update port: graphics/gphoto2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 30 14:20:01 PST 2002 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203302210.g2UMAgO71618>