Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2016 04:27:45 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421250 - head/deskutils/gnome-contacts
Message-ID:  <201609020427.u824RjYb025863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Sep  2 04:27:45 2016
New Revision: 421250
URL: https://svnweb.freebsd.org/changeset/ports/421250

Log:
  deskutils/gnome-contacts: Fix build
  
  - added missing depends
  - fixed several USE_GNOME aspects
  - NLS option added
  
  PR:		210971
  Reported by:	lumiwa@gmail.com
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>

Modified:
  head/deskutils/gnome-contacts/Makefile

Modified: head/deskutils/gnome-contacts/Makefile
==============================================================================
--- head/deskutils/gnome-contacts/Makefile	Fri Sep  2 00:42:45 2016	(r421249)
+++ head/deskutils/gnome-contacts/Makefile	Fri Sep  2 04:27:45 2016	(r421250)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnome-contacts
 PORTVERSION=	3.18.0
+PORTREVISION=	1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
 
@@ -15,16 +16,31 @@ LIB_DEPENDS=	libgoa-1.0.so:net/gnome-onl
 		libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
 		libgee-0.8.so:devel/libgee \
 		libfolks.so:net-im/folks \
-		libnotify.so:devel/libnotify
+		libnotify.so:devel/libnotify \
+		libgeocode-glib.so:net/geocode-glib \
+		libgstreamer-1.0.so:multimedia/gstreamer1 \
+		libjson-glib-1.0.so:devel/json-glib \
+		libdrm.so:graphics/libdrm \
+		libexpat.so:textproc/expat2 \
+		libcogl.so:graphics/cogl \
+		libclutter-1.0.so:graphics/clutter \
+		libsoup-2.4.so:devel/libsoup \
+		libsecret-1.so:security/libsecret \
+		libnspr4.so:devel/nspr \
+		libtelepathy-glib.so:net-im/telepathy-glib \
+		libglib-2.0.so:devel/glib20
 
 PORTSCOUT=	limitw:1,even
 
-USE_GNOME=	evolutiondataserver3 gnomedesktop3 gtk30 intlhack \
-		introspection:build
-USES=		gettext gmake gnome pathfix perl5 pkgconfig tar:xz
+USE_XORG=	x11 xcb xcomposite xdamage xext xfixes xi xrandr
+USE_GNOME=	cairo evolutiondataserver3 gdkpixbuf2 glib20 gnomedesktop3 \
+		gtk30 intlhack introspection:build
+USE_GL=		egl
+USES=		gettext gmake gnome pathfix perl5 pkgconfig sqlite tar:xz
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+
 MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
 
 GLIB_SCHEMAS=	org.gnome.Contacts.enums.xml \
@@ -33,7 +49,7 @@ GLIB_SCHEMAS=	org.gnome.Contacts.enums.x
 CHEESE_DESC=	Cheese webcam support
 
 OPTIONS_SUB=	yes
-OPTIONS_DEFINE=	MANPAGES
+OPTIONS_DEFINE=	MANPAGES NLS
 OPTIONS_DEFAULT=MANPAGES
 
 OPTIONS_DEFINE_i386=	CHEESE
@@ -49,4 +65,8 @@ MANPAGES_USE=		GNOME=libxslt:build
 MANPAGES_BUILD_DEPENDS=	docbook-xml>=0:textproc/docbook-xml \
 			docbook-xsl>=0:textproc/docbook-xsl
 
+NLS_CONFIGURE_ENABLE=   nls
+NLS_USES=       gettext
+
+
 .include <bsd.port.mk>



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