pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/fvwm



Module Name:    pkgsrc
Committed By:   nikita
Date:           Sat Apr 25 19:22:15 UTC 2020

Modified Files:
        pkgsrc/wm/fvwm: Makefile options.mk

Log Message:
wm/fvwm: enable xft2, xcursor and xrender support by default


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/wm/fvwm/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/wm/fvwm/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/fvwm/Makefile
diff -u pkgsrc/wm/fvwm/Makefile:1.46 pkgsrc/wm/fvwm/Makefile:1.47
--- pkgsrc/wm/fvwm/Makefile:1.46        Sat Apr 25 19:06:59 2020
+++ pkgsrc/wm/fvwm/Makefile     Sat Apr 25 19:22:15 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2020/04/25 19:06:59 nikita Exp $
+# $NetBSD: Makefile,v 1.47 2020/04/25 19:22:15 nikita Exp $
 
 DISTNAME=      fvwm-${FVWM_VER}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    x11 wm
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fvwmorg/}
 GITHUB_RELEASE=        ${FVWM_VER}
@@ -23,7 +23,6 @@ INSTALLATION_DIRS+=   lib/X11/fvwm2
 INSTALLATION_DIRS+=    lib/X11/fvwm2/pixmaps
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
-# \todo: Add support for Xft2
 # \todo: build with debug(or dbug?) to see fvwm console etc
 # \todo: look into more configure options
 CONFIGURE_ARGS+=       --sysconfdir=${PREFIX}/lib/X11/fvwm2

Index: pkgsrc/wm/fvwm/options.mk
diff -u pkgsrc/wm/fvwm/options.mk:1.5 pkgsrc/wm/fvwm/options.mk:1.6
--- pkgsrc/wm/fvwm/options.mk:1.5       Wed Feb 26 18:09:40 2020
+++ pkgsrc/wm/fvwm/options.mk   Sat Apr 25 19:22:15 2020
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2020/02/26 18:09:40 nia Exp $
+# $NetBSD: options.mk,v 1.6 2020/04/25 19:22:15 nikita Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.fvwm
 PKG_SUPPORTED_OPTIONS=         gtk xrender xcursor xft2 fribidi debug svg
-PKG_SUGGESTED_OPTIONS+=                svg
+PKG_SUGGESTED_OPTIONS+=                svg xft2 xrender xcursor
 PKG_OPTIONS_LEGACY_VARS+=      FVWM2_USE_GTK:gtk
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index