From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 17:52:10 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 3291ED33; Mon, 16 Sep 2013 17:52:10 +0000 (UTC) (envelope-from antoine@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 1F4082016; Mon, 16 Sep 2013 17:52:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHq98v014871; Mon, 16 Sep 2013 17:52:09 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GHq9OF014869; Mon, 16 Sep 2013 17:52:09 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309161752.r8GHq9OF014869@svn.freebsd.org> From: Antoine Brodin Date: Mon, 16 Sep 2013 17:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327430 - head/x11/fluxbg 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, 16 Sep 2013 17:52:10 -0000 Author: antoine Date: Mon Sep 16 17:52:09 2013 New Revision: 327430 URL: http://svnweb.freebsd.org/changeset/ports/327430 Log: fbsetbg is only provided by x11-wm/fluxbox so always depend on it This prevents always rebuilding fluxbg during incremental poudriere bulk. While here, use new LIB_DEPENDS syntax and pad pkg-message. Modified: head/x11/fluxbg/Makefile head/x11/fluxbg/pkg-message Modified: head/x11/fluxbg/Makefile ============================================================================== --- head/x11/fluxbg/Makefile Mon Sep 16 17:51:34 2013 (r327429) +++ head/x11/fluxbg/Makefile Mon Sep 16 17:52:09 2013 (r327430) @@ -10,22 +10,19 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Background changer for fluxbox/blackbox -LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 +LIB_DEPENDS= libgtkmm-2.0.so:${PORTSDIR}/x11-toolkits/gtkmm20 +RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/fluxbox GNU_CONFIGURE= yes -USES= pathfix pkgconfig - -.include - -.if !exists(${LOCALBASE}/bin/fbsetbg) -RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/fluxbox -.endif +USES= pathfix pkgconfig post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/src/fluxbg_conf.cc post-install: + @${ECHO_CMD} @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} -.include +.include Modified: head/x11/fluxbg/pkg-message ============================================================================== --- head/x11/fluxbg/pkg-message Mon Sep 16 17:51:34 2013 (r327429) +++ head/x11/fluxbg/pkg-message Mon Sep 16 17:52:09 2013 (r327430) @@ -1,5 +1 @@ - - You must run fluxbg_conf before you can use fluxbg! - -