svn commit: r323218 - in head/net: avahi-app avahi-gtk avahi-gtk3

Koop Mast kwm at FreeBSD.org
Thu Jul 18 10:29:52 UTC 2013


Author: kwm
Date: Thu Jul 18 10:29:51 2013
New Revision: 323218
URL: http://svnweb.freebsd.org/changeset/ports/323218

Log:
  Allow avahi slaves to add to USE_GNOME, this fixes the build in clean
  enviroments. Bump portrevision to make sure on already installed systems that
  all the dependancies are recorded.
  
  Submitted by:	miwi & bapt

Modified:
  head/net/avahi-app/Makefile
  head/net/avahi-gtk/Makefile   (contents, props changed)
  head/net/avahi-gtk3/Makefile   (contents, props changed)

Modified: head/net/avahi-app/Makefile
==============================================================================
--- head/net/avahi-app/Makefile	Thu Jul 18 10:28:49 2013	(r323217)
+++ head/net/avahi-app/Makefile	Thu Jul 18 10:29:51 2013	(r323218)
@@ -25,7 +25,7 @@ RUN_DEPENDS?=	g-ir-scanner:${PORTSDIR}/d
 USERS?=		${PORTNAME}
 GROUPS?=	${USERS}
 
-USE_GNOME=	ltverhack glib20 intltool
+USE_GNOME+=	ltverhack glib20 intltool
 USES=		gettext gmake pathfix
 USE_GNOME_SUBR=	yes
 USE_AUTOTOOLS=	libtool

Modified: head/net/avahi-gtk/Makefile
==============================================================================
--- head/net/avahi-gtk/Makefile	Thu Jul 18 10:28:49 2013	(r323217)
+++ head/net/avahi-gtk/Makefile	Thu Jul 18 10:29:51 2013	(r323218)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #   $MCom: ports/net/avahi-gtk/Makefile,v 1.9 2012/07/09 18:22:19 kwm Exp $
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net
 PKGNAMESUFFIX=	-gtk
 

Modified: head/net/avahi-gtk3/Makefile
==============================================================================
--- head/net/avahi-gtk3/Makefile	Thu Jul 18 10:28:49 2013	(r323217)
+++ head/net/avahi-gtk3/Makefile	Thu Jul 18 10:29:51 2013	(r323218)
@@ -1,7 +1,7 @@
 # Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net
 PKGNAMESUFFIX=	-gtk3
 


More information about the svn-ports-all mailing list