Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 11:12:33 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317507 - head/sysutils/hal
Message-ID:  <201305061112.r46BCXVZ056083@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon May  6 11:12:33 2013
New Revision: 317507
URL: http://svnweb.freebsd.org/changeset/ports/317507

Log:
  Add back policykit shlib version. Otherwise LIB_DEPENDS will confuse it with
  the polkit-* libraries from sysutils/polkit if they are installed.

Modified:
  head/sysutils/hal/Makefile

Modified: head/sysutils/hal/Makefile
==============================================================================
--- head/sysutils/hal/Makefile	Mon May  6 10:56:17 2013	(r317506)
+++ head/sysutils/hal/Makefile	Mon May  6 11:12:33 2013	(r317507)
@@ -12,7 +12,8 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Hardware Abstraction Layer for simplifying device access
 
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
-LIB_DEPENDS=	polkit:${PORTSDIR}/sysutils/policykit \
+# keep shlib version, to prevent confusion with polkit-* from sysutils/polkit
+LIB_DEPENDS=	polkit.2:${PORTSDIR}/sysutils/policykit \
 		volume_id:${PORTSDIR}/devel/libvolume_id \
 		ck-connector:${PORTSDIR}/sysutils/consolekit
 RUN_DEPENDS=	${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305061112.r46BCXVZ056083>