pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

opendylan: Remove merged patch for alloca()



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Sep 28 03:31:28 2015 +0200
Changeset:	ad5b2045385ab97950b806e9009368c981b0630c

Modified Files:
	opendylan/distinfo
Removed Files:
	opendylan/patches/patch-sources_lib_run-time_run-time.h

Log Message:
opendylan: Remove merged patch for alloca()

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad5b2045385ab97950b806e9009368c981b0630c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 opendylan/distinfo                                  |  1 -
 .../patches/patch-sources_lib_run-time_run-time.h   | 21 ---------------------
 2 files changed, 22 deletions(-)

diffs:
diff --git a/opendylan/distinfo b/opendylan/distinfo
index 7c6423e..e84e18d 100644
--- a/opendylan/distinfo
+++ b/opendylan/distinfo
@@ -4,4 +4,3 @@ SHA1 (opendylan-2014.1.tar.gz) = 8d372abe5b25004531529059b868d7ea88e98afc
 RMD160 (opendylan-2014.1.tar.gz) = 2c6dc6e75896ea39635b9a404f763634a557eb89
 Size (opendylan-2014.1.tar.gz) = 9890943 bytes
 SHA1 (patch-sources_lib_run-time_debug-print.c) = 23e9339f4e3780f7fab8666335bcde706753a675
-SHA1 (patch-sources_lib_run-time_run-time.h) = a016037a9a7ba8dd826adc1f569362b20ff52e5d
diff --git a/opendylan/patches/patch-sources_lib_run-time_run-time.h b/opendylan/patches/patch-sources_lib_run-time_run-time.h
deleted file mode 100644
index 04de3ee..0000000
--- a/opendylan/patches/patch-sources_lib_run-time_run-time.h
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD$
-
---- sources/lib/run-time/run-time.h.orig	2015-09-25 09:55:53.000000000 +0000
-+++ sources/lib/run-time/run-time.h
-@@ -1426,13 +1426,10 @@ void *primitive_alloc_rt(size_t size,
- 
- #ifdef OPEN_DYLAN_PLATFORM_WINDOWS
- #  include <malloc.h>
-+#elif defined(OPEN_DYLAN_PLATFORM_FREEBSD) || defined(OPEN_DYLAN_PLATFORM_NETBSD)
-+#  include <stdlib.h>
- #else
--#  ifdef OPEN_DYLAN_PLATFORM_FREEBSD
--#     include <sys/types.h>
--      extern void * alloca (size_t size);
--#  else
--#    include <alloca.h>
--#  endif
-+#  include <alloca.h>
- #endif
- 
- #define primitive_stack_allocate(sz) ((dylan_value)(alloca((int)(sz) * sizeof(dylan_value))))


Home | Main Index | Thread Index | Old Index