summaryrefslogtreecommitdiff
path: root/lang/parrot/patches
diff options
context:
space:
mode:
authorhe <he>2012-11-23 08:47:25 +0000
committerhe <he>2012-11-23 08:47:25 +0000
commit315c1d77fa04be7a0e6b7c9d862f5dc027c00d9b (patch)
tree3393172221db0da5998124e45dea7bdd6028ab30 /lang/parrot/patches
parentfedd323bba84e10f2d54d558490ee44f3db137be (diff)
downloadpkgsrc-315c1d77fa04be7a0e6b7c9d862f5dc027c00d9b.tar.gz
Update parrot to version 4.8.0.
Local changes: o Remove patch now included upstream o Adapt PLIST to installed files Upstream changes: - Core + Prevent interpreter from dying twice + Complete rewrite of the IO system, including new unified IO PMC semantics. + The Integer and Float PMCs now have a get_pointer vtable which is needed when using NCI to bind to Fortran libraries such as LAPACK - Deprecations + Moved dynpmc/os to pmc os. loadlib 'os' is not needed anymore. - Platforms + Fixed for the FileHandle open method the append mode on Windows. + Fix compilation on Windows without working mt.exe + Detect GNU/Hurd as linux proper. + Fixed broken int3 trap on Solaris with gcc. + Updated the vms port on a YAPC::EU hackathon with vaxman and mvorl. - Tests + Improve testability with valgrind or thread-sanitizer
Diffstat (limited to 'lang/parrot/patches')
-rw-r--r--lang/parrot/patches/patch-ap16
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/parrot/patches/patch-ap b/lang/parrot/patches/patch-ap
deleted file mode 100644
index 4485cc125fe..00000000000
--- a/lang/parrot/patches/patch-ap
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ap,v 1.2 2012/08/30 11:56:07 he Exp $
-
-Do not embed rpath_blib into installable executables, as it will
-refer to the build directory via rpath.
-
---- ./tools/dev/pbc_to_exe.winxed.orig 2012-06-26 01:18:19.000000000 +0000
-+++ ./tools/dev/pbc_to_exe.winxed
-@@ -617,7 +617,7 @@ function link_file(string objfile, strin
- config += 'parrot_config';
- else {
- config += 'install_config';
-- rpath += $P0['rpath_lib'];
-+ rpath = $P0['rpath_lib'];
- }
- }
- else {