From owner-svn-ports-all@FreeBSD.ORG Mon Oct 14 19:18:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD0AE771; Mon, 14 Oct 2013 19:18:18 +0000 (UTC) (envelope-from olivierd@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 76FAC208B; Mon, 14 Oct 2013 19:18:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EJIIFX000503; Mon, 14 Oct 2013 19:18:18 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EJIII7000501; Mon, 14 Oct 2013 19:18:18 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201310141918.r9EJIII7000501@svn.freebsd.org> From: Olivier Duchateau Date: Mon, 14 Oct 2013 19:18:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330344 - in head/sysutils: garcon xfce4-settings 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: Mon, 14 Oct 2013 19:18:18 -0000 Author: olivierd Date: Mon Oct 14 19:18:17 2013 New Revision: 330344 URL: http://svnweb.freebsd.org/changeset/ports/330344 Log: - Support STAGEDIR - Switch to USES= gmake - Convert to new LIB_DEPENDS format (sysutils/xfce4-settings) Modified: head/sysutils/garcon/Makefile head/sysutils/xfce4-settings/Makefile Modified: head/sysutils/garcon/Makefile ============================================================================== --- head/sysutils/garcon/Makefile Mon Oct 14 19:09:17 2013 (r330343) +++ head/sysutils/garcon/Makefile Mon Oct 14 19:18:17 2013 (r330344) @@ -13,14 +13,12 @@ COMMENT= Xfce 4 essential utilities and GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 intltool intlhack USE_XFCE= configenv libutil -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake OPTIONS_DEFINE= DOCS NLS -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Modified: head/sysutils/xfce4-settings/Makefile ============================================================================== --- head/sysutils/xfce4-settings/Makefile Mon Oct 14 19:09:17 2013 (r330343) +++ head/sysutils/xfce4-settings/Makefile Mon Oct 14 19:18:17 2013 (r330344) @@ -11,17 +11,16 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 settings application -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv garcon libexo libmenu libutil xfconf USE_XORG= inputproto x11 xi -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake CONFIGURE_ARGS= --enable-pluggable-dialogs \ --enable-gio-unix @@ -30,11 +29,10 @@ OPTIONS_DEFINE= XKLAVIER XCURSOR XRANDR OPTIONS_DEFAULT= XKLAVIER XCURSOR XRANDR NOTIFY NLS SOUND_DESC= Enable sound control -NO_STAGE= yes .include .if ${PORT_OPTIONS:MXKLAVIER} -LIB_DEPENDS+= xklavier:${PORTSDIR}/x11/libxklavier +LIB_DEPENDS+= libxklavier.so:${PORTSDIR}/x11/libxklavier CONFIGURE_ARGS+=--enable-libxklavier .else CONFIGURE_ARGS+=--disable-libxklavier @@ -57,7 +55,7 @@ PLIST_SUB+= XRANDR="@comment " .endif .if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+=--enable-libnotify .else CONFIGURE_ARGS+=--disable-libnotify @@ -73,7 +71,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MSOUND} -LIB_DEPENDS+= canberra:${PORTSDIR}/audio/libcanberra +LIB_DEPENDS+= libcanberra.so:${PORTSDIR}/audio/libcanberra CONFIGURE_ARGS+=--enable-sound-settings .else CONFIGURE_ARGS+=--disable-sound-settings