ports/180390: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Jul 11 09:20:01 UTC 2013


The following reply was made to PR ports/180390; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/180390: commit references a PR
Date: Thu, 11 Jul 2013 09:11:36 +0000 (UTC)

 Author: kwm
 Date: Thu Jul 11 09:11:28 2013
 New Revision: 322760
 URL: http://svnweb.freebsd.org/changeset/ports/322760
 
 Log:
   Make avahi-app a lib_depend, ekiga needs it on run time.
   
   PR:		ports/180390
   Submitted by:	Joze Zobec <jozze.zepl at gmail.com>
 
 Modified:
   head/net/ekiga3/Makefile
 
 Modified: head/net/ekiga3/Makefile
 ==============================================================================
 --- head/net/ekiga3/Makefile	Thu Jul 11 08:11:51 2013	(r322759)
 +++ head/net/ekiga3/Makefile	Thu Jul 11 09:11:28 2013	(r322760)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ekiga3
  PORTVERSION=	3.2.6
 -PORTREVISION=	9
 +PORTREVISION=	10
  CATEGORIES=	net
  MASTER_SITES=	http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/
  DISTNAME=	ekiga-${PORTVERSION}
 @@ -110,7 +110,7 @@ CONFIGURE_ARGS+=	--disable-eds
  
  .if ${PORT_OPTIONS:MAVAHI}
  CONFIGURE_ARGS+=	--enable-avahi
 -BUILD_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/avahi-client.pc:${PORTSDIR}/net/avahi-app
 +LIB_DEPENDS+=		avahi-client:${PORTSDIR}/net/avahi-app
  .else
  CONFIGURE_ARGS+=	--disable-avahi
  .endif
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gnome mailing list