From owner-svn-ports-all@freebsd.org Tue Sep 18 17:50:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84E8410A4AEC; Tue, 18 Sep 2018 17:50:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BC257AFD2; Tue, 18 Sep 2018 17:50:55 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36A782341C; Tue, 18 Sep 2018 17:50:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8IHot9P061633; Tue, 18 Sep 2018 17:50:55 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8IHotx3061632; Tue, 18 Sep 2018 17:50:55 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809181750.w8IHotx3061632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 18 Sep 2018 17:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480050 - head/x11-wm/emerald X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/x11-wm/emerald X-SVN-Commit-Revision: 480050 X-SVN-Commit-Repository: ports 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.27 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: Tue, 18 Sep 2018 17:50:55 -0000 Author: swills Date: Tue Sep 18 17:50:54 2018 New Revision: 480050 URL: https://svnweb.freebsd.org/changeset/ports/480050 Log: x11-wm/emerald: Add missing dependencies While here, add license, NLS option and bump PORTREVISION PR: 230918 Submitted by: Samy Mahmoudi Approved by: maintainer timeout (freebsd-ports@dan.me.uk, >3 weeks) Modified: head/x11-wm/emerald/Makefile (contents, props changed) Modified: head/x11-wm/emerald/Makefile ============================================================================== --- head/x11-wm/emerald/Makefile Tue Sep 18 17:48:35 2018 (r480049) +++ head/x11-wm/emerald/Makefile Tue Sep 18 17:50:54 2018 (r480050) @@ -2,28 +2,39 @@ PORTNAME= emerald PORTVERSION= 0.8.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ MAINTAINER= freebsd-ports@dan.me.uk COMMENT= Emerald Window Decorator +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 RUN_DEPENDS:= ${BUILD_DEPENDS} INSTALLS_ICONS= yes GNU_CONFIGURE= yes -USE_GL= gl -USES= desktop-file-utils gettext gmake libtool pathfix \ +USES= desktop-file-utils gmake libtool pathfix \ pkgconfig shared-mime-info tar:bzip2 -USE_GNOME= gtk20 intltool libwnck pango -USE_XORG= xrender +USE_GL= gl +USE_GNOME= cairo gtk20 intltool libwnck pango +USE_XORG= x11 xrender USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib + +OPTIONS_DEFINE= NLS +OPTIONS_DEFAULT= NLS + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime gettext-tools # XXX - might want to change that post-patch: