Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 19:18:18 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
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
Message-ID:  <201310141918.r9EJIII7000501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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 <bsd.port.options.mk>
 
 .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



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