pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/fluxbox wm/fluxbox: remove unknown configure options



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c517540b584a
branches:  trunk
changeset: 413640:c517540b584a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Mar 21 15:58:49 2020 +0000

description:
wm/fluxbox: remove unknown configure options

diffstat:

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

diffs (62 lines):

diff -r 6d505313d341 -r c517540b584a wm/fluxbox/Makefile
--- a/wm/fluxbox/Makefile       Sat Mar 21 15:55:32 2020 +0000
+++ b/wm/fluxbox/Makefile       Sat Mar 21 15:58:49 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2020/03/20 11:58:32 nia Exp $
+# $NetBSD: Makefile,v 1.69 2020/03/21 15:58:49 rillig Exp $
 
 DISTNAME=      fluxbox-1.3.7
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fluxbox/}
 EXTRACT_SUFX=  .tar.bz2
@@ -19,7 +19,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-CONFIGURE_ARGS+=       --enable-shape
 CONFIGURE_ARGS+=       --enable-xinerama
 
 .include "options.mk"
diff -r 6d505313d341 -r c517540b584a wm/fluxbox/options.mk
--- a/wm/fluxbox/options.mk     Sat Mar 21 15:55:32 2020 +0000
+++ b/wm/fluxbox/options.mk     Sat Mar 21 15:58:49 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.6 2012/04/17 17:13:01 bsiegert Exp $
+# $NetBSD: options.mk,v 1.7 2020/03/21 15:58:49 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.fluxbox
-PKG_SUPPORTED_OPTIONS= gnome kde imlib2 xft xrender nls
+PKG_SUPPORTED_OPTIONS= imlib2 xft xrender nls
 PKG_SUGGESTED_OPTIONS= xrender
 
 .include "../../mk/bsd.options.mk"
@@ -12,18 +12,6 @@
 
 PLIST_VARS+=           nls
 
-.if !empty(PKG_OPTIONS:Mgnome)
-CONFIGURE_ARGS+=       --enable-gnome
-.else
-CONFIGURE_ARGS+=       --disable-gnome
-.endif
-
-.if !empty(PKG_OPTIONS:Mkde)
-CONFIGURE_ARGS+=       --enable-kde
-.else
-CONFIGURE_ARGS+=       --disable-kde
-.endif
-
 .if !empty(PKG_OPTIONS:Mimlib2)
 CONFIGURE_ARGS+=       --enable-imlib2
 .include "../../graphics/imlib2/buildlink3.mk"
@@ -48,7 +36,7 @@
 .if !empty(PKG_OPTIONS:Mnls)
 CONFIGURE_ARGS+=       --enable-nls
 .include "../../converters/libiconv/buildlink3.mk"
-PLIST.nls=             Yes
+PLIST.nls=             yes
 .else
 CONFIGURE_ARGS+=       --disable-nls
 .endif



Home | Main Index | Thread Index | Old Index