Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 17:52:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327430 - head/x11/fluxbg
Message-ID:  <201309161752.r8GHq9OF014869@svn.freebsd.org>

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

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!
-
-



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