pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov 26 09:55:19 UTC 2022

Modified Files:
        pkgsrc/devel/glib2: PLIST options.mk

Log Message:
glib2: remove fam option

fam support was removed in 2.73:
* Remove FAM/gamin file monitor and `-Dfam` meson option, as libgamin was last
  released in 2007 and is dead upstream (work by Emmanuele Bassi) (#2605)

Closes PR 57091 by Jason Bowen.


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/devel/glib2/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/glib2/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/devel/glib2/PLIST
diff -u pkgsrc/devel/glib2/PLIST:1.142 pkgsrc/devel/glib2/PLIST:1.143
--- pkgsrc/devel/glib2/PLIST:1.142      Wed Nov 23 10:41:41 2022
+++ pkgsrc/devel/glib2/PLIST    Sat Nov 26 09:55:19 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.142 2022/11/23 10:41:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.143 2022/11/26 09:55:19 wiz Exp $
 ${PLIST.nococoa}bin/gapplication
 bin/gdbus
 bin/gio
@@ -285,7 +285,6 @@ include/glib-2.0/gobject/gvalue.h
 include/glib-2.0/gobject/gvaluearray.h
 include/glib-2.0/gobject/gvaluecollector.h
 include/glib-2.0/gobject/gvaluetypes.h
-${PLIST.fam}lib/gio/modules/libgiofam.so
 lib/glib-2.0/include/glibconfig.h
 lib/libgio-2.0.so
 lib/libgio-2.0.so.0

Index: pkgsrc/devel/glib2/options.mk
diff -u pkgsrc/devel/glib2/options.mk:1.23 pkgsrc/devel/glib2/options.mk:1.24
--- pkgsrc/devel/glib2/options.mk:1.23  Wed Nov 23 10:41:41 2022
+++ pkgsrc/devel/glib2/options.mk       Sat Nov 26 09:55:19 2022
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.23 2022/11/23 10:41:41 adam Exp $
+# $NetBSD: options.mk,v 1.24 2022/11/26 09:55:19 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.glib2
-PKG_SUPPORTED_OPTIONS= fam
+PKG_SUPPORTED_OPTIONS= # empty
 
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "Darwin"
@@ -22,10 +22,3 @@ PLIST.cocoa= yes
 .else
 PLIST.nococoa= yes
 .endif
-
-PLIST_VARS+=   fam
-.if !empty(PKG_OPTIONS:Mfam)
-MESON_ARGS+=   -Dfam=true
-PLIST.fam=     yes
-.include "../../mk/fam.buildlink3.mk"
-.endif



Home | Main Index | Thread Index | Old Index