pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/fluxbox Explicit support for Xrender via an option ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1ffbe6bf117
branches:  trunk
changeset: 501605:f1ffbe6bf117
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Mon Oct 24 17:23:33 2005 +0000

description:
Explicit support for Xrender via an option (allows transparency).
Should fix build under 2.0

diffstat:

 wm/fluxbox/Makefile   |   4 ++--
 wm/fluxbox/options.mk |  12 ++++++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 4cd9443420d0 -r f1ffbe6bf117 wm/fluxbox/Makefile
--- a/wm/fluxbox/Makefile       Mon Oct 24 17:22:06 2005 +0000
+++ b/wm/fluxbox/Makefile       Mon Oct 24 17:23:33 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2005/10/20 15:55:01 tonio Exp $
+# $NetBSD: Makefile,v 1.30 2005/10/24 17:23:33 tonio Exp $
 #
 
 DISTNAME=      fluxbox-0.9.14
-PKGREVISION= 1
+PKGREVISION= 2
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 4cd9443420d0 -r f1ffbe6bf117 wm/fluxbox/options.mk
--- a/wm/fluxbox/options.mk     Mon Oct 24 17:22:06 2005 +0000
+++ b/wm/fluxbox/options.mk     Mon Oct 24 17:23:33 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2005/03/30 11:59:10 jmcneill Exp $
+# $NetBSD: options.mk,v 1.3 2005/10/24 17:23:33 tonio Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.fluxbox
-PKG_SUPPORTED_OPTIONS= gnome kde imlib2 xft
+PKG_SUPPORTED_OPTIONS= gnome kde imlib2 xft xrender
+PKG_SUGGESTED_OPTIONS= xrender
 
 .include "../../mk/bsd.options.mk"
 
@@ -30,3 +31,10 @@
 .else
 CONFIGURE_ARGS+=       --disable-xft
 .endif
+
+.if !empty(PKG_OPTIONS:Mxrender)
+CONFIGURE_ARGS+=       --enable-xrender
+.include "../../x11/Xrender/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=       --disable-xrender
+.endif



Home | Main Index | Thread Index | Old Index