pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/fluxbox
Module Name: pkgsrc
Committed By: rillig
Date: Sat Mar 21 15:58:49 UTC 2020
Modified Files:
pkgsrc/wm/fluxbox: Makefile options.mk
Log Message:
wm/fluxbox: remove unknown configure options
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/wm/fluxbox/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/wm/fluxbox/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/fluxbox/Makefile
diff -u pkgsrc/wm/fluxbox/Makefile:1.68 pkgsrc/wm/fluxbox/Makefile:1.69
--- pkgsrc/wm/fluxbox/Makefile:1.68 Fri Mar 20 11:58:32 2020
+++ pkgsrc/wm/fluxbox/Makefile Sat Mar 21 15:58:49 2020
@@ -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 @@ EXTRACT_USING= bsdtar
.include "../../mk/bsd.prefs.mk"
-CONFIGURE_ARGS+= --enable-shape
CONFIGURE_ARGS+= --enable-xinerama
.include "options.mk"
Index: pkgsrc/wm/fluxbox/options.mk
diff -u pkgsrc/wm/fluxbox/options.mk:1.6 pkgsrc/wm/fluxbox/options.mk:1.7
--- pkgsrc/wm/fluxbox/options.mk:1.6 Tue Apr 17 17:13:01 2012
+++ pkgsrc/wm/fluxbox/options.mk Sat Mar 21 15:58:49 2020
@@ -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 @@ PKG_SUGGESTED_OPTIONS+= nls
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 @@ CONFIGURE_ARGS+= --disable-xrender
.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