From owner-svn-ports-head@FreeBSD.ORG Thu Mar 28 21:50:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8C69F6E2; Thu, 28 Mar 2013 21:50:54 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7EBE86EB; Thu, 28 Mar 2013 21:50:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2SLos0O014428; Thu, 28 Mar 2013 21:50:54 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2SLosL5014427; Thu, 28 Mar 2013 21:50:54 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201303282150.r2SLosL5014427@svn.freebsd.org> From: Pawel Pekala Date: Thu, 28 Mar 2013 21:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315503 - head/graphics/libgphoto2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Mar 2013 21:50:54 -0000 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@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