From owner-svn-ports-all@FreeBSD.ORG Tue Apr 22 08:33:20 2014 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 ESMTPS id 352C0DC6; Tue, 22 Apr 2014 08:33:20 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08282164A; Tue, 22 Apr 2014 08:33:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3M8XJAV017152; Tue, 22 Apr 2014 08:33:19 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3M8XJS8017151; Tue, 22 Apr 2014 08:33:19 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404220833.s3M8XJS8017151@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 22 Apr 2014 08:33:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351772 - head/x11-wm/compiz-fusion 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.17 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, 22 Apr 2014 08:33:20 -0000 Author: bapt Date: Tue Apr 22 08:33:19 2014 New Revision: 351772 URL: http://svnweb.freebsd.org/changeset/ports/351772 QAT: https://qat.redports.org/buildarchive/r351772/ Log: Support stage Use options helpers Modified: head/x11-wm/compiz-fusion/Makefile Modified: head/x11-wm/compiz-fusion/Makefile ============================================================================== --- head/x11-wm/compiz-fusion/Makefile Tue Apr 22 08:31:26 2014 (r351771) +++ head/x11-wm/compiz-fusion/Makefile Tue Apr 22 08:33:19 2014 (r351772) @@ -12,12 +12,14 @@ EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= Metaport of compiz-fusion -LIB_DEPENDS= compizconfig:${PORTSDIR}/x11-wm/libcompizconfig +LIB_DEPENDS= libcompizconfig.so:${PORTSDIR}/x11-wm/libcompizconfig RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \ ${LOCALBASE}/lib/compiz/libanimation.so:${PORTSDIR}/x11-wm/compiz-plugins-main \ ${LOCALBASE}/bin/ccsm:${PORTSDIR}/x11-wm/ccsm NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes OPTIONS_DEFINE= EXTRA UNSUP EMERALD GCONF OPTIONS_DEFAULT= GCONF EXTRA EMERALD @@ -26,26 +28,11 @@ EXTRA_DESC= Enable extra plugins UNSUP_DESC= Enable unsupported plugins EMERALD_DESC= Enable emerald window decorator -do-install: # empty - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MEXTRA} -RUN_DEPENDS+= ${LOCALBASE}/lib/compiz/libaddhelper.so:${PORTSDIR}/x11-wm/compiz-plugins-extra -.endif - -.if ${PORT_OPTIONS:MUNSUP} -RUN_DEPENDS+= ${LOCALBASE}/lib/compiz/libfakeargb.so:${PORTSDIR}/x11-wm/compiz-plugins-unsupported -.endif - -.if ${PORT_OPTIONS:MEMERALD} -RUN_DEPENDS+= ${LOCALBASE}/bin/emerald:${PORTSDIR}/x11-wm/emerald \ +EXTRA_RUN_DEPENDS= ${LOCALBASE}/lib/compiz/libaddhelper.so:${PORTSDIR}/x11-wm/compiz-plugins-extra +UNSUP_RUN_DEPENDS= ${LOCALBASE}/lib/compiz/libfakeargb.so:${PORTSDIR}/x11-wm/compiz-plugins-unsupported +EMERALD_RUN_DEPENDS= ${LOCALBASE}/bin/emerald:${PORTSDIR}/x11-wm/emerald \ ${LOCALBASE}/share/emerald/themes/Adonis_Mod/theme.ini:${PORTSDIR}/x11-themes/emerald-themes -.endif -.if ${PORT_OPTIONS:MGCONF} -RUN_DEPENDS+= ${LOCALBASE}/lib/compizconfig/backends/libgconf.so:${PORTSDIR}/x11-wm/compizconfig-backend-gconf -.endif +GCONF_RUN_DEPENDS= ${LOCALBASE}/lib/compizconfig/backends/libgconf.so:${PORTSDIR}/x11-wm/compizconfig-backend-gconf .include