Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 08:45:02 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r512481 - branches/2019Q3/net/linux-c7-avahi-libs
Message-ID:  <201909210845.x8L8j2bV012258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Sep 21 08:45:01 2019
New Revision: 512481
URL: https://svnweb.freebsd.org/changeset/ports/512481

Log:
  MFH: r512479
  
  Add dependency on dbus, required by libavahi-client.so.3.
  
  PR:		240726
  Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2019Q3/net/linux-c7-avahi-libs/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/net/linux-c7-avahi-libs/Makefile
==============================================================================
--- branches/2019Q3/net/linux-c7-avahi-libs/Makefile	Sat Sep 21 08:42:27 2019	(r512480)
+++ branches/2019Q3/net/linux-c7-avahi-libs/Makefile	Sat Sep 21 08:45:01 2019	(r512481)
@@ -4,7 +4,7 @@
 PORTNAME=	avahi
 PORTVERSION=	0.6.31
 DISTVERSIONSUFFIX=	-19.el7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net linux
 PKGNAMESUFFIX=	-libs
 
@@ -13,6 +13,7 @@ COMMENT=	Libraries for Avahi (Linux CentOS ${LINUX_DIS
 
 USES=		linux:c7
 USE_LDCONFIG=	yes
+USE_LINUX=	dbuslibs
 USE_LINUX_RPM=	yes
 
 LIB_DISTNAMES=	${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}



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