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:   adam
Date:           Mon Jul  3 18:47:30 UTC 2017

Modified Files:
        pkgsrc/devel/glib2: Makefile PLIST

Log Message:
PLIST fix for Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 pkgsrc/devel/glib2/Makefile
cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/glib2/PLIST

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/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.233 pkgsrc/devel/glib2/Makefile:1.234
--- pkgsrc/devel/glib2/Makefile:1.233   Tue May 16 11:59:11 2017
+++ pkgsrc/devel/glib2/Makefile Mon Jul  3 18:47:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.233 2017/05/16 11:59:11 wiz Exp $
+# $NetBSD: Makefile,v 1.234 2017/07/03 18:47:29 adam Exp $
 
 .include "Makefile.common"
 
@@ -54,6 +54,12 @@ CONFIGURE_ENV+=              LIBELF_LIBS='-lelf'
 .  endif
 .endif
 
+PLIST_VARS+=   unix
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "Darwin"
+PLIST.unix=    yes
+.endif
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"

Index: pkgsrc/devel/glib2/PLIST
diff -u pkgsrc/devel/glib2/PLIST:1.91 pkgsrc/devel/glib2/PLIST:1.92
--- pkgsrc/devel/glib2/PLIST:1.91       Mon Jul  3 17:42:45 2017
+++ pkgsrc/devel/glib2/PLIST    Mon Jul  3 18:47:29 2017
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.91 2017/07/03 17:42:45 prlw1 Exp $
-bin/gapplication
+@comment $NetBSD: PLIST,v 1.92 2017/07/03 18:47:29 adam Exp $
+${PLIST.unix}bin/gapplication
 bin/gdbus
 bin/gio
 bin/gio-querymodules
@@ -13,7 +13,7 @@ bin/gresource
 bin/gsettings
 bin/gtester
 bin/gtester-report
-include/glib/gio-unix-2.0/gio/gdesktopappinfo.h
+${PLIST.unix}include/glib/gio-unix-2.0/gio/gdesktopappinfo.h
 include/glib/gio-unix-2.0/gio/gfiledescriptorbased.h
 include/glib/gio-unix-2.0/gio/gunixconnection.h
 include/glib/gio-unix-2.0/gio/gunixcredentialsmessage.h



Home | Main Index | Thread Index | Old Index