pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/glibmm
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Dec 11 13:37:43 UTC 2017
Modified Files:
pkgsrc/devel/glibmm: Makefile PLIST
Log Message:
glibmm: Add PLIST support for files not installed on Darwin.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/glibmm/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/glibmm/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/glibmm/Makefile
diff -u pkgsrc/devel/glibmm/Makefile:1.74 pkgsrc/devel/glibmm/Makefile:1.75
--- pkgsrc/devel/glibmm/Makefile:1.74 Fri Nov 24 15:14:50 2017
+++ pkgsrc/devel/glibmm/Makefile Mon Dec 11 13:37:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2017/11/24 15:14:50 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2017/12/11 13:37:43 jperkin Exp $
DISTNAME= glibmm-2.54.1
CATEGORIES= devel gnome
@@ -30,6 +30,14 @@ post-install:
${DESTDIR}${PREFIX}/share/glibmm-2.4/doctool/${tool}
.endfor
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_VARS+= notmac
+
+.if ${OPSYS} != "Darwin"
+PLIST.notmac= yes
+.endif
+
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.50.0
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.libsigcpp+= libsigc++>=2.9.1
Index: pkgsrc/devel/glibmm/PLIST
diff -u pkgsrc/devel/glibmm/PLIST:1.38 pkgsrc/devel/glibmm/PLIST:1.39
--- pkgsrc/devel/glibmm/PLIST:1.38 Fri Nov 24 15:14:50 2017
+++ pkgsrc/devel/glibmm/PLIST Mon Dec 11 13:37:43 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.38 2017/11/24 15:14:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.39 2017/12/11 13:37:43 jperkin Exp $
include/giomm-2.4/giomm.h
include/giomm-2.4/giomm/action.h
include/giomm-2.4/giomm/actiongroup.h
@@ -40,7 +40,7 @@ include/giomm-2.4/giomm/dbusserver.h
include/giomm-2.4/giomm/dbussubtreevtable.h
include/giomm-2.4/giomm/dbusutils.h
include/giomm-2.4/giomm/dbuswatchname.h
-include/giomm-2.4/giomm/desktopappinfo.h
+${PLIST.notmac}include/giomm-2.4/giomm/desktopappinfo.h
include/giomm-2.4/giomm/drive.h
include/giomm-2.4/giomm/emblem.h
include/giomm-2.4/giomm/emblemedicon.h
@@ -125,7 +125,7 @@ include/giomm-2.4/giomm/private/dbusserv
include/giomm-2.4/giomm/private/dbussubtreevtable_p.h
include/giomm-2.4/giomm/private/dbusutils_p.h
include/giomm-2.4/giomm/private/dbuswatchname_p.h
-include/giomm-2.4/giomm/private/desktopappinfo_p.h
+${PLIST.notmac}include/giomm-2.4/giomm/private/desktopappinfo_p.h
include/giomm-2.4/giomm/private/drive_p.h
include/giomm-2.4/giomm/private/emblem_p.h
include/giomm-2.4/giomm/private/emblemedicon_p.h
Home |
Main Index |
Thread Index |
Old Index