diff options
author | kefren <kefren@pkgsrc.org> | 2015-07-06 04:46:10 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2015-07-06 04:46:10 +0000 |
commit | 0f186937869def369ff26ddbc473ade5aaac5c2c (patch) | |
tree | ee4ccc75c123efda918493e4a5e8f2b8734d11c4 | |
parent | 30783f2af1092fec78131f5b1032d8fd6958d4aa (diff) | |
download | pkgsrc-0f186937869def369ff26ddbc473ade5aaac5c2c.tar.gz |
Bring mono-nat, monotorrent and monsoon into mono4 world
Bump pkgrevisons
-rw-r--r-- | net/mono-nat/Makefile | 12 | ||||
-rw-r--r-- | net/mono-nat/buildlink3.mk | 6 | ||||
-rw-r--r-- | net/monotorrent/Makefile | 12 | ||||
-rw-r--r-- | net/monotorrent/buildlink3.mk | 6 | ||||
-rw-r--r-- | net/monsoon/Makefile | 12 |
5 files changed, 33 insertions, 15 deletions
diff --git a/net/mono-nat/Makefile b/net/mono-nat/Makefile index 91cd6fbb040..d38624861a5 100644 --- a/net/mono-nat/Makefile +++ b/net/mono-nat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/06 04:46:10 kefren Exp $ DISTNAME= mono-nat-1.0.2 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= net MASTER_SITES= http://projects.qnetp.net/attachments/download/22/ @@ -13,5 +13,11 @@ GNU_CONFIGURE= yes MAKE_JOBS_SAFE= no USE_TOOLS+= gmake pkg-config -.include "../../lang/mono2/buildlink3.mk" +SUBST_CLASSES+= fix-mcs +SUBST_STAGE.fix-mcs= post-patch +SUBST_MESSAGE.fix-mcs= Fix compiler name +SUBST_FILES.fix-mcs= configure Mono.Nat/Makefile.in +SUBST_SED.fix-mcs= -e 's,gmcs,mcs,' + +.include "../../lang/mono/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/mono-nat/buildlink3.mk b/net/mono-nat/buildlink3.mk index d15ce8b0216..41a9ced8e08 100644 --- a/net/mono-nat/buildlink3.mk +++ b/net/mono-nat/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2015/07/06 04:46:10 kefren Exp $ BUILDLINK_TREE+= mono-nat @@ -6,10 +6,10 @@ BUILDLINK_TREE+= mono-nat MONO_NAT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.mono-nat+= mono-nat>=1.0.2 -BUILDLINK_ABI_DEPENDS.mono-nat+= mono-nat>=1.0.2nb11 +BUILDLINK_ABI_DEPENDS.mono-nat+= mono-nat>=1.0.2nb12 BUILDLINK_PKGSRCDIR.mono-nat?= ../../net/mono-nat -.include "../../lang/mono2/buildlink3.mk" +.include "../../lang/mono/buildlink3.mk" .endif # MONO_NAT_BUILDLINK3_MK diff --git a/net/monotorrent/Makefile b/net/monotorrent/Makefile index 1e7f1244846..94286a65efb 100644 --- a/net/monotorrent/Makefile +++ b/net/monotorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/06 04:46:10 kefren Exp $ DISTNAME= monotorrent-0.72 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= net MASTER_SITES= http://projects.qnetp.net/attachments/download/13/ @@ -14,5 +14,11 @@ MAKE_JOBS_SAFE= no USE_TOOLS+= gmake bsdtar pkg-config EXTRACT_USING= bsdtar -.include "../../lang/mono2/buildlink3.mk" +SUBST_CLASSES+= fix-mcs +SUBST_STAGE.fix-mcs= post-patch +SUBST_MESSAGE.fix-mcs= Fix compiler name +SUBST_FILES.fix-mcs= configure MonoTorrent/Makefile.in +SUBST_SED.fix-mcs= -e 's,gmcs,mcs,' + +.include "../../lang/mono/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/monotorrent/buildlink3.mk b/net/monotorrent/buildlink3.mk index 77fb5758de9..1dbdbcd253e 100644 --- a/net/monotorrent/buildlink3.mk +++ b/net/monotorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2015/07/06 04:46:10 kefren Exp $ BUILDLINK_TREE+= monotorrent @@ -6,10 +6,10 @@ BUILDLINK_TREE+= monotorrent MONOTORRENT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.monotorrent+= monotorrent>=0.72 -BUILDLINK_ABI_DEPENDS.monotorrent+= monotorrent>=0.72nb11 +BUILDLINK_ABI_DEPENDS.monotorrent+= monotorrent>=0.72nb12 BUILDLINK_PKGSRCDIR.monotorrent?= ../../net/monotorrent -.include "../../lang/mono2/buildlink3.mk" +.include "../../lang/mono/buildlink3.mk" .endif # MONOTORRENT_BUILDLINK3_MK BUILDLINK_TREE+= -monotorrent diff --git a/net/monsoon/Makefile b/net/monsoon/Makefile index 8954d1a92cb..f25d3449303 100644 --- a/net/monsoon/Makefile +++ b/net/monsoon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2015/06/12 10:50:42 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2015/07/06 04:46:10 kefren Exp $ DISTNAME= monsoon-0.20 -PKGREVISION= 45 +PKGREVISION= 46 CATEGORIES= net MASTER_SITES= http://www.monsoon-project.org/jaws/data/files/ @@ -14,7 +14,13 @@ MAKE_JOBS_SAFE= no USE_TOOLS+= gmake gtar intltool perl pkg-config msgfmt EXTRACT_USING= gtar -.include "../../lang/mono2/buildlink3.mk" +SUBST_CLASSES+= fix-mcs +SUBST_STAGE.fix-mcs= post-patch +SUBST_MESSAGE.fix-mcs= Fix compiler name +SUBST_FILES.fix-mcs= configure Monsoon/Makefile.in +SUBST_SED.fix-mcs= -e 's,gmcs,mcs,' + +.include "../../lang/mono/buildlink3.mk" .include "../../net/mono-nat/buildlink3.mk" .include "../../net/monotorrent/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |