pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/fltk



Module Name:    pkgsrc
Committed By:   micha
Date:           Wed Feb 12 11:52:04 UTC 2025

Modified Files:
        pkgsrc/x11/fltk: Makefile options.mk

Log Message:
x11/fltk: Disable option "cairo"

Packages depending on x11/fltk failed in bulk builds because of Cairo.
Reason is unclear for now (cannot reproduce the errors).

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/x11/fltk/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/fltk/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/x11/fltk/Makefile
diff -u pkgsrc/x11/fltk/Makefile:1.90 pkgsrc/x11/fltk/Makefile:1.91
--- pkgsrc/x11/fltk/Makefile:1.90       Fri Jan 31 12:22:44 2025
+++ pkgsrc/x11/fltk/Makefile    Wed Feb 12 11:52:04 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.90 2025/01/31 12:22:44 micha Exp $
+# $NetBSD: Makefile,v 1.91 2025/02/12 11:52:04 micha Exp $
 
 DISTNAME=      fltk-1.4.1-source
 PKGNAME=       ${DISTNAME:S/-source//}
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fltk/}
 GITHUB_PROJECT=        fltk

Index: pkgsrc/x11/fltk/options.mk
diff -u pkgsrc/x11/fltk/options.mk:1.1 pkgsrc/x11/fltk/options.mk:1.2
--- pkgsrc/x11/fltk/options.mk:1.1      Fri Jan 31 12:22:44 2025
+++ pkgsrc/x11/fltk/options.mk  Wed Feb 12 11:52:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2025/01/31 12:22:44 micha Exp $
+# $NetBSD: options.mk,v 1.2 2025/02/12 11:52:04 micha Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -11,7 +11,7 @@ PKG_SUPPORTED_OPTIONS+=       wayland  # untes
 .if ${OPSYS} == "Darwin" || ${OPSYS} == "Cygwin"
 PKG_SUGGESTED_OPTIONS= opengl
 .else
-PKG_SUGGESTED_OPTIONS= cairo opengl pango x11 xcursor xfixes xft2 xinerama xrender
+PKG_SUGGESTED_OPTIONS= opengl pango x11 xcursor xfixes xft2 xinerama xrender
 .endif
 PLIST_VARS+=           cairo opengl
 



Home | Main Index | Thread Index | Old Index