From owner-svn-ports-all@FreeBSD.ORG Sat Aug 17 23:34:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1632FEA; Sat, 17 Aug 2013 23:34:19 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE540227E; Sat, 17 Aug 2013 23:34:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HNYJC0078203; Sat, 17 Aug 2013 23:34:19 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HNYJAj078202; Sat, 17 Aug 2013 23:34:19 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201308172334.r7HNYJAj078202@svn.freebsd.org> From: Rusmir Dusko Date: Sat, 17 Aug 2013 23:34:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324880 - head/x11-wm/lxsession 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.14 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: Sat, 17 Aug 2013 23:34:20 -0000 Author: nemysis Date: Sat Aug 17 23:34:19 2013 New Revision: 324880 URL: http://svnweb.freebsd.org/changeset/ports/324880 Log: - Change maintainer email gmx.ch --> FreeBSD.org - Remove dependency for textproc/docbook-to-man - Remove hal version from LIB_DEPENDS - Add dependencies for lang/vala, devel/libgee, dbus-glib and textproc/libxslt - USES gmake iconv pkgconfig - Trim NLS Approved by:wg (mentor) Modified: head/x11-wm/lxsession/Makefile Modified: head/x11-wm/lxsession/Makefile ============================================================================== --- head/x11-wm/lxsession/Makefile Sat Aug 17 23:02:15 2013 (r324879) +++ head/x11-wm/lxsession/Makefile Sat Aug 17 23:34:19 2013 (r324880) @@ -5,20 +5,18 @@ PORTNAME= lxsession PORTVERSION= 0.4.6.1 PORTREVISION= 1 CATEGORIES= x11-wm -MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%20${PORTVERSION} +MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%20${PORTVERSION}/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= LXDE Session Manager -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal -BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man +BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala +LIB_DEPENDS= hal:${PORTSDIR}/sysutils/hal \ + gee:${PORTSDIR}/devel/libgee \ + dbus-glib:${PORTSDIR}/devel/dbus-glib -CONFLICTS= lxsession-lite-[0-9]* - -USE_GNOME= gtk20 intlhack - -USE_GMAKE= yes -USES= iconv +USES= gmake iconv pkgconfig +USE_GNOME= gtk20 intlhack libxslt GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -28,15 +26,11 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.include +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif +.include post-patch: .if ! ${PORT_OPTIONS:MNLS}