pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/ocaml-lablgtk



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Mar  6 16:20:14 UTC 2023

Modified Files:
        pkgsrc/x11/ocaml-lablgtk: Makefile options.mk

Log Message:
x11/ocaml-lablgtk: Disable gtksourceview2 option

For reasons that are too hard to figure out, building with this option
enabled now results in a build failure.  Most depending packages have
migrated to ocaml-lablgtk3, and none are known to depend on this
option.  Remove the option from SUGGESTED.  It is left for future work
to anyone that cares to debug this, but probably there is no such
person.

ok jaapb@


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/x11/ocaml-lablgtk/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/ocaml-lablgtk/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/ocaml-lablgtk/Makefile
diff -u pkgsrc/x11/ocaml-lablgtk/Makefile:1.75 pkgsrc/x11/ocaml-lablgtk/Makefile:1.76
--- pkgsrc/x11/ocaml-lablgtk/Makefile:1.75      Sun Jan 29 21:15:13 2023
+++ pkgsrc/x11/ocaml-lablgtk/Makefile   Mon Mar  6 16:20:13 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.75 2023/01/29 21:15:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.76 2023/03/06 16:20:13 gdt Exp $
 
 GITHUB_PROJECT=        lablgtk
 DISTNAME=      ${GITHUB_PROJECT}-2.18.13
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=garrigue/}
 

Index: pkgsrc/x11/ocaml-lablgtk/options.mk
diff -u pkgsrc/x11/ocaml-lablgtk/options.mk:1.3 pkgsrc/x11/ocaml-lablgtk/options.mk:1.4
--- pkgsrc/x11/ocaml-lablgtk/options.mk:1.3     Fri May 15 10:32:59 2020
+++ pkgsrc/x11/ocaml-lablgtk/options.mk Mon Mar  6 16:20:13 2023
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.3 2020/05/15 10:32:59 nia Exp $
+# $NetBSD: options.mk,v 1.4 2023/03/06 16:20:13 gdt Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.lablgtk
 PKG_SUPPORTED_OPTIONS= glade gtksourceview2 gtkspell svg
-PKG_SUGGESTED_OPTIONS= glade gtksourceview2 gtkspell svg
+PKG_SUGGESTED_OPTIONS= glade gtkspell svg
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index