svn commit: r327430 - head/x11/fluxbg

Antoine Brodin antoine at FreeBSD.org
Mon Sep 16 17:52:10 UTC 2013


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


More information about the svn-ports-all mailing list