Subject: CVS commit: pkgsrc/devel/glib2
From: Maya Rashish
Date: 2019-06-03 23:24:04
Message id: 20190603212404.70AA5FBF4@cvs.NetBSD.org

Log Message:
glib2: fix build on sunos.

- Default to a newer POSIX, since we build this package with -std=gnu99
- Link against libnsl and libintl
- Don't use mnt_opt
  - XXX who else uses this case in gunixmounts.c?
- include <sys/filio.h> for FIONREAD.
- Auto-detect GNU iconv.
- Don't fail if getxattr is not available. The code is already ready
  for this case with some small configure changes.

Files:
RevisionActionfile
1.247modifypkgsrc/devel/glib2/Makefile
1.239modifypkgsrc/devel/glib2/distinfo
1.2modifypkgsrc/devel/glib2/patches/patch-gio_inotify_inotify-kernel.c
1.2modifypkgsrc/devel/glib2/patches/patch-meson.build
1.3addpkgsrc/devel/glib2/patches/patch-gio_gunixmounts.c