svn commit: r315503 - head/graphics/libgphoto2
Pawel Pekala
pawel at FreeBSD.org
Thu Mar 28 21:50:54 UTC 2013
Author: pawel
Date: Thu Mar 28 21:50:53 2013
New Revision: 315503
URL: http://svnweb.freebsd.org/changeset/ports/315503
Log:
Revert previous boneheaded change - libgphoto2 is dependency for
couple of KDE4 ports. Instead of depending on HAL make sure not to
link to it.
Reported by: danfe
Modified:
head/graphics/libgphoto2/Makefile
Modified: head/graphics/libgphoto2/Makefile
==============================================================================
--- head/graphics/libgphoto2/Makefile Thu Mar 28 21:21:41 2013 (r315502)
+++ head/graphics/libgphoto2/Makefile Thu Mar 28 21:50:53 2013 (r315503)
@@ -3,7 +3,7 @@
PORTNAME= libgphoto2
PORTVERSION= 2.4.14
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION}
@@ -11,8 +11,7 @@ MAINTAINER= pav at FreeBSD.org
COMMENT= A universal digital camera picture control tool
LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \
- jpeg.11:${PORTSDIR}/graphics/jpeg \
- hal:${PORTSDIR}/sysutils/hal
+ jpeg.11:${PORTSDIR}/graphics/jpeg
USE_BZIP2= yes
USE_GNOME= pkgconfig ltverhack
@@ -62,5 +61,6 @@ post-patch:
.if ${OSVERSION} >= 800064
@${REINPLACE_CMD} -e '/Requires/d' ${WRKSRC}/libgphoto2_port/libgphoto2_port.pc.in
.endif
+ @${REINPLACE_CMD} 's|with_hal=yes|with_hal=no|' ${WRKSRC}/libgphoto2_port/configure
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list