public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/polyml/files/
Date: Mon, 10 Oct 2016 12:08:11 +0000 (UTC)	[thread overview]
Message-ID: <1476101262.4a25398a4b6d2199fc84a5ec726d4f45c5a8850e.monsieurp@gentoo> (raw)

commit:     4a25398a4b6d2199fc84a5ec726d4f45c5a8850e
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Aug  6 15:06:34 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 12:07:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a25398a

dev-lang/polyml: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2164

Acked-By: Alexis Baller <aballier <AT> gentoo.org>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../polyml/files/polyml-5.5.1-mprotect-exec.patch  | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-lang/polyml/files/polyml-5.5.1-mprotect-exec.patch b/dev-lang/polyml/files/polyml-5.5.1-mprotect-exec.patch
deleted file mode 100644
index 3ead487..00000000
--- a/dev-lang/polyml/files/polyml-5.5.1-mprotect-exec.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- polyml.5.5.1-orig/libpolyml/memmgr.cpp	2013-07-10 22:56:07.000000000 +1000
-+++ polyml.5.5.1/libpolyml/memmgr.cpp	2014-02-10 14:08:51.866219101 +1100
-@@ -80,7 +80,7 @@
-     // Allocate the heap itself.
-     size_t iSpace = size*sizeof(PolyWord);
-     bottom  =
--        (PolyWord*)osMemoryManager->Allocate(iSpace, PERMISSION_READ|PERMISSION_WRITE|PERMISSION_EXEC);
-+        (PolyWord*)osMemoryManager->Allocate(iSpace, PERMISSION_READ|PERMISSION_EXEC);
- 
-     if (bottom == 0)
-         return false;
-@@ -359,7 +359,7 @@
-         // Allocate the memory itself.
-         size_t iSpace = size*sizeof(PolyWord);
-         space->bottom  =
--            (PolyWord*)osMemoryManager->Allocate(iSpace, PERMISSION_READ|PERMISSION_WRITE|PERMISSION_EXEC);
-+            (PolyWord*)osMemoryManager->Allocate(iSpace, PERMISSION_READ|PERMISSION_EXEC);
- 
-         if (space->bottom == 0)
-         {
-@@ -728,7 +728,7 @@
-             LocalMemSpace *space = lSpaces[i];
-             if (! space->isMutable)
-                 osMemoryManager->SetPermissions(space->bottom, (char*)space->top - (char*)space->bottom,
--                    on ? PERMISSION_READ|PERMISSION_EXEC : PERMISSION_READ|PERMISSION_EXEC|PERMISSION_WRITE);
-+                    on ? PERMISSION_READ|PERMISSION_EXEC : PERMISSION_READ|PERMISSION_WRITE);
-         }
-     }
- }


             reply	other threads:[~2016-10-10 12:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-10 12:08 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-27  0:14 [gentoo-commits] repo/gentoo:master commit in: dev-lang/polyml/files/ Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1476101262.4a25398a4b6d2199fc84a5ec726d4f45c5a8850e.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox