This package links to hal when available: checking for usb.h... yes checking libusb library flags... "-lusb" checking libusb cpp flags... "-I/usr/include" checking for libusb-1.0 to use... autodetect checking for LIBUSB1... no checking libusb-1.0 config program... none checking for none... no checking for HAL... yes checking for re_compile_pattern... no checking main docdir... ${prefix}/share/doc (FHS style) checking package docdir... ${prefix}/share/doc/libgphoto2_port (default style) checking for html dir... ${prefix}/share/doc/libgphoto2_port/html (default) configure: creating ./config.status Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->pav Over to maintainer (via the GNATS Auto Assign Tool)
Author: pawel Date: Wed Mar 27 23:37:51 2013 New Revision: 315420 URL: http://svnweb.freebsd.org/changeset/ports/315420 Log: Port links to sysutils/hal when available PR: ports/175964 Submitted by: myself Approved by: maintainer timeout Modified: head/graphics/libgphoto2/Makefile Modified: head/graphics/libgphoto2/Makefile ============================================================================== --- head/graphics/libgphoto2/Makefile Wed Mar 27 23:16:52 2013 (r315419) +++ head/graphics/libgphoto2/Makefile Wed Mar 27 23:37:51 2013 (r315420) @@ -3,7 +3,7 @@ PORTNAME= libgphoto2 PORTVERSION= 2.4.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} @@ -11,7 +11,8 @@ MAINTAINER= pav@FreeBSD.org COMMENT= A universal digital camera picture control tool LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ - jpeg.11:${PORTSDIR}/graphics/jpeg + jpeg.11:${PORTSDIR}/graphics/jpeg \ + hal:${PORTSDIR}/sysutils/hal USE_BZIP2= yes USE_GNOME= pkgconfig ltverhack _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!