Bug 175964 - graphics/libgphoto2 links to sysutils/hal
Summary: graphics/libgphoto2 links to sysutils/hal
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 20:20 UTC by Pawel Pekala
Modified: 2013-03-27 23:40 UTC (History)
0 users

See Also:


Attachments
file.diff (668 bytes, patch)
2013-02-08 20:20 UTC, Pawel Pekala
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2013-02-08 20:20:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-08 20:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-27 23:38:03 UTC
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"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-03-27 23:38:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!