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 | 18b0c52a46ee95c1c863edd1b92e9231301e66ed (patch) | |
tree | ee4ccc75c123efda918493e4a5e8f2b8734d11c4 /net/monotorrent | |
parent | 36bd6b49d8d6e07534780d9ed80df35e866a3ee9 (diff) | |
download | pkgsrc-18b0c52a46ee95c1c863edd1b92e9231301e66ed.tar.gz |
Bring mono-nat, monotorrent and monsoon into mono4 world
Bump pkgrevisons
Diffstat (limited to 'net/monotorrent')
-rw-r--r-- | net/monotorrent/Makefile | 12 | ||||
-rw-r--r-- | net/monotorrent/buildlink3.mk | 6 |
2 files changed, 12 insertions, 6 deletions
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 |