diff options
author | Xin LI <delphij@FreeBSD.org> | 2014-02-28 18:57:01 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2014-02-28 18:57:01 +0000 |
commit | 2340b4e0096f415548404d35a3e3d6f6c10e252a (patch) | |
tree | fe6614e0e02e79ca6aada49e16a827d87fe8ba01 /emulators | |
parent | 0c1cb07dbec6370136a31648770c064121217a6c (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 2 | ||||
-rw-r--r-- | emulators/open-vm-tools/files/patch-lib__vmCheck__vmcheck.c | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 315846966021..dbfb44f9afb4 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -3,7 +3,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${BUILD_VER} -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-9.4.x diff --git a/emulators/open-vm-tools/files/patch-lib__vmCheck__vmcheck.c b/emulators/open-vm-tools/files/patch-lib__vmCheck__vmcheck.c new file mode 100644 index 000000000000..7dc5b9404505 --- /dev/null +++ b/emulators/open-vm-tools/files/patch-lib__vmCheck__vmcheck.c @@ -0,0 +1,10 @@ +--- lib/vmCheck/vmcheck.c.orig 2013-09-23 08:51:10.000000000 -0700 ++++ lib/vmCheck/vmcheck.c 2014-01-27 20:58:46.000000000 -0800 +@@ -134,6 +134,7 @@ + #else + do { + int signals[] = { ++ SIGBUS, + SIGILL, + SIGSEGV, + }; |