pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/fluxbox fluxbox: Enable xft support by default, ren...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b70da9944c2
branches:  trunk
changeset: 439537:3b70da9944c2
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 20 13:30:45 2020 +0000

description:
fluxbox: Enable xft support by default, rename option for consistency

Bump PKGREVISION

diffstat:

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

diffs (39 lines):

diff -r eb5d33c80a74 -r 3b70da9944c2 wm/fluxbox/Makefile
--- a/wm/fluxbox/Makefile       Sun Sep 20 12:50:26 2020 +0000
+++ b/wm/fluxbox/Makefile       Sun Sep 20 13:30:45 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2020/08/17 20:20:16 leot Exp $
+# $NetBSD: Makefile,v 1.71 2020/09/20 13:30:45 nia Exp $
 
 DISTNAME=      fluxbox-1.3.7
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
 EXTRACT_SUFX=  .tar.bz2
diff -r eb5d33c80a74 -r 3b70da9944c2 wm/fluxbox/options.mk
--- a/wm/fluxbox/options.mk     Sun Sep 20 12:50:26 2020 +0000
+++ b/wm/fluxbox/options.mk     Sun Sep 20 13:30:45 2020 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: options.mk,v 1.7 2020/03/21 15:58:49 rillig Exp $
+# $NetBSD: options.mk,v 1.8 2020/09/20 13:30:45 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.fluxbox
-PKG_SUPPORTED_OPTIONS= imlib2 xft xrender nls
-PKG_SUGGESTED_OPTIONS= xrender
+PKG_SUPPORTED_OPTIONS= imlib2 xft2 xrender nls
+PKG_SUGGESTED_OPTIONS= xft2 xrender
+
+PKG_OPTIONS_LEGACY_OPTS+=      xft:xft2
 
 .include "../../mk/bsd.options.mk"
 
@@ -19,7 +21,7 @@
 CONFIGURE_ARGS+=       --disable-imlib2
 .endif
 
-.if !empty(PKG_OPTIONS:Mxft)
+.if !empty(PKG_OPTIONS:Mxft2)
 CONFIGURE_ARGS+=       --enable-xft
 .include "../../x11/libXft/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index