diff options
author | drochner <drochner@pkgsrc.org> | 2011-05-18 09:58:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-05-18 09:58:39 +0000 |
commit | 2b01a91e9e32199dc70a59f5bead942f5a94b01e (patch) | |
tree | 16ac2871054e24c3ce80e7219738c786b36861d5 /devel/orc | |
parent | 90d9d488dbbab684979edc25d9ad583fb6a2a689 (diff) | |
download | pkgsrc-2b01a91e9e32199dc70a59f5bead942f5a94b01e.tar.gz |
update to 0.4.14
changes: bugfixes
Diffstat (limited to 'devel/orc')
-rw-r--r-- | devel/orc/Makefile | 5 | ||||
-rw-r--r-- | devel/orc/PLIST | 5 | ||||
-rw-r--r-- | devel/orc/distinfo | 9 | ||||
-rw-r--r-- | devel/orc/patches/patch-aa | 15 |
4 files changed, 10 insertions, 24 deletions
diff --git a/devel/orc/Makefile b/devel/orc/Makefile index affe4587120..3c279970e64 100644 --- a/devel/orc/Makefile +++ b/devel/orc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/04/18 20:07:31 he Exp $ +# $NetBSD: Makefile,v 1.4 2011/05/18 09:58:39 drochner Exp $ # -DISTNAME= orc-0.4.11 -PKGREVISION= 1 +DISTNAME= orc-0.4.14 CATEGORIES= devel MASTER_SITES= http://code.entropywave.com/download/orc/ diff --git a/devel/orc/PLIST b/devel/orc/PLIST index d987c35057d..b9e14f4290e 100644 --- a/devel/orc/PLIST +++ b/devel/orc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2010/10/16 16:56:23 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/05/18 09:58:39 drochner Exp $ bin/orc-bugreport bin/orcc include/orc-0.4/orc-test/orcarray.h @@ -9,6 +9,7 @@ include/orc-0.4/orc/opcodes.h include/orc-0.4/orc/orc-stdint.h include/orc-0.4/orc/orc.h include/orc-0.4/orc/orcarm.h +include/orc-0.4/orc/orccpuinsn.h include/orc-0.4/orc/orcdebug.h include/orc-0.4/orc/orcemulateopcodes.h include/orc-0.4/orc/orcfunctions.h @@ -21,6 +22,7 @@ include/orc-0.4/orc/orcprogram.h include/orc-0.4/orc/orcsse.h include/orc-0.4/orc/orcutils.h include/orc-0.4/orc/orcx86.h +include/orc-0.4/orc/orcx86insn.h lib/liborc-0.4.la lib/liborc-test-0.4.la lib/pkgconfig/orc-0.4.pc @@ -49,6 +51,7 @@ share/gtk-doc/html/orc/orc-building.html share/gtk-doc/html/orc/orc-concepts.html share/gtk-doc/html/orc/orc-misc.html share/gtk-doc/html/orc/orc-opcodes.html +share/gtk-doc/html/orc/orc-runninging.html share/gtk-doc/html/orc/orc-tutorial.html share/gtk-doc/html/orc/orc-x86.html share/gtk-doc/html/orc/orc.devhelp diff --git a/devel/orc/distinfo b/devel/orc/distinfo index ff91dd5161b..d6f43cc6e92 100644 --- a/devel/orc/distinfo +++ b/devel/orc/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.6 2011/04/18 20:07:31 he Exp $ +$NetBSD: distinfo,v 1.7 2011/05/18 09:58:39 drochner Exp $ -SHA1 (orc-0.4.11.tar.gz) = e99f684fc551c2bb3a5cdefe6fa5165174508a5f -RMD160 (orc-0.4.11.tar.gz) = 03bca8a087064c95978629fa9943b5ff305e8a0d -Size (orc-0.4.11.tar.gz) = 676224 bytes -SHA1 (patch-aa) = 85c1b652a886e93e087e42f7f9cc1f6a7a6f5ad6 +SHA1 (orc-0.4.14.tar.gz) = fb9edd4978e4f9f4aef01d6ff43144e9a4800d0a +RMD160 (orc-0.4.14.tar.gz) = b2fc18059fed6ac51e511c18ad481cd1a5295fca +Size (orc-0.4.14.tar.gz) = 660407 bytes SHA1 (patch-ab) = 589967ac10bbfcf1cf557918aed86a93f0d85a2b diff --git a/devel/orc/patches/patch-aa b/devel/orc/patches/patch-aa deleted file mode 100644 index 7ff29459304..00000000000 --- a/devel/orc/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2010/10/25 10:33:53 wiz Exp $ - -Fix typo in OPSYS name. - ---- configure.orig 2010-10-14 22:34:17.000000000 +0000 -+++ configure -@@ -13050,7 +13050,7 @@ $as_echo "#define HAVE_CODEMEM_MALLOC 1" - $as_echo "#define HAVE_CODEMEM_VIRTUALALLOC 1" >>confdefs.h - - ;; -- linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*|dragonflybsd*|gnu*) -+ linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*|dragonfly*|gnu*) - - $as_echo "#define HAVE_CODEMEM_MMAP 1" >>confdefs.h - |