From owner-svn-ports-all@freebsd.org Mon Aug 8 12:02:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 542D4BB2B47; Mon, 8 Aug 2016 12:02:28 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26C651D20; Mon, 8 Aug 2016 12:02:28 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u78C2RTo054415; Mon, 8 Aug 2016 12:02:27 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u78C2RPW054414; Mon, 8 Aug 2016 12:02:27 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201608081202.u78C2RPW054414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 8 Aug 2016 12:02:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419827 - head/deskutils/notify-osd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2016 12:02:28 -0000 Author: ehaupt Date: Mon Aug 8 12:02:27 2016 New Revision: 419827 URL: https://svnweb.freebsd.org/changeset/ports/419827 Log: - Register missing LIB_DEPENDS - Register missing USES - Register missing USE_GNOME Modified: head/deskutils/notify-osd/Makefile Modified: head/deskutils/notify-osd/Makefile ============================================================================== --- head/deskutils/notify-osd/Makefile Mon Aug 8 12:00:21 2016 (r419826) +++ head/deskutils/notify-osd/Makefile Mon Aug 8 12:02:27 2016 (r419827) @@ -3,7 +3,7 @@ PORTNAME= notify-osd PORTVERSION= 0.9.29 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/43419242/ \ LOCAL/ehaupt @@ -15,14 +15,16 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ - libnotify.so:devel/libnotify + libfreetype.so:print/freetype2 \ + libnotify.so:devel/libnotify \ + libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= dbus-daemon:devel/dbus CONFLICTS= xfce4-notification-daemon-[0-9]* GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig -USE_GNOME= libwnck gconf2 +USES= gettext-runtime gmake libtool pkgconfig +USE_GNOME= cairo gconf2 gdkpixbuf2 libwnck USE_XORG= pixman x11 LIBS+= -L${LOCALBASE}/lib -lpixman-1 -lX11