Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.4 2014/10/07 16:47:14 adam Exp $
# $NetBSD: Makefile,v 1.7 2015/05/23 06:44:58 kefren Exp $
#
DISTNAME= dbus-sharp-glib-0.5.0
PKGREVISION= 3
PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/
@@ -17,5 +17,11 @@ USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= dbus-sharp-glib-1.0.pc.in
SUBST_CLASSES+= fix-mcs
SUBST_STAGE.fix-mcs= post-patch
SUBST_MESSAGE.fix-mcs= Fix compiler name
SUBST_FILES.fix-mcs= configure
SUBST_SED.fix-mcs= -e 's,gmcs,mcs,'
.include "../../sysutils/dbus-sharp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.4 2014/10/07 16:47:14 adam Exp $
# $NetBSD: buildlink3.mk,v 1.5 2015/04/06 08:17:17 adam Exp $
BUILDLINK_TREE+= dbus-sharp-glib
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= dbus-sharp-glib
DBUS_SHARP_GLIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.dbus-sharp-glib+= dbus-sharp-glib>=0.5.0
BUILDLINK_ABI_DEPENDS.dbus-sharp-glib?= dbus-sharp-glib>=0.5.0nb3
BUILDLINK_ABI_DEPENDS.dbus-sharp-glib?= dbus-sharp-glib>=0.5.0nb4
BUILDLINK_PKGSRCDIR.dbus-sharp-glib?= ../../sysutils/dbus-sharp-glib
.include "../../sysutils/dbus-sharp/buildlink3.mk"