Skip to content

Commit

Permalink
MFH: r399877
Browse files Browse the repository at this point in the history
Update to 4.3.32.

Approved by:	ports-secteam (feld)
  • Loading branch information
juikim committed Oct 21, 2015
1 parent 2b27aa4 commit ed228e4
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 25 deletions.
2 changes: 1 addition & 1 deletion emulators/virtualbox-ose-additions/Makefile
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= virtualbox-ose
DISTVERSION= 4.3.30
DISTVERSION= 4.3.32
CATEGORIES= emulators
MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
http://tmp.chruetertee.ch/ \
Expand Down
4 changes: 2 additions & 2 deletions emulators/virtualbox-ose-additions/distinfo
@@ -1,2 +1,2 @@
SHA256 (VirtualBox-4.3.30.tar.bz2) = ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36
SIZE (VirtualBox-4.3.30.tar.bz2) = 97428942
SHA256 (VirtualBox-4.3.32.tar.bz2) = dc5bf4e6f9989792d31bac174d20d7fc9e638654fa5a99c02b20a60557927261
SIZE (VirtualBox-4.3.32.tar.bz2) = 98168101
2 changes: 1 addition & 1 deletion emulators/virtualbox-ose-kmod/Makefile
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= virtualbox-ose
DISTVERSION= 4.3.30
DISTVERSION= 4.3.32
CATEGORIES= emulators
MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
http://tmp.chruetertee.ch/ \
Expand Down
4 changes: 2 additions & 2 deletions emulators/virtualbox-ose-kmod/distinfo
@@ -1,2 +1,2 @@
SHA256 (VirtualBox-4.3.30.tar.bz2) = ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36
SIZE (VirtualBox-4.3.30.tar.bz2) = 97428942
SHA256 (VirtualBox-4.3.32.tar.bz2) = dc5bf4e6f9989792d31bac174d20d7fc9e638654fa5a99c02b20a60557927261
SIZE (VirtualBox-4.3.32.tar.bz2) = 98168101
2 changes: 1 addition & 1 deletion emulators/virtualbox-ose/Makefile
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= virtualbox-ose
DISTVERSION= 4.3.30
DISTVERSION= 4.3.32
CATEGORIES= emulators
MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
http://tmp.chruetertee.ch/ \
Expand Down
8 changes: 4 additions & 4 deletions emulators/virtualbox-ose/distinfo
@@ -1,4 +1,4 @@
SHA256 (VirtualBox-4.3.30.tar.bz2) = ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36
SIZE (VirtualBox-4.3.30.tar.bz2) = 97428942
SHA256 (VBoxGuestAdditions_4.3.30.iso) = 432c2da1d9a939de7ba1d2cfb10595031374af9ce66417a43979d1794beedbb1
SIZE (VBoxGuestAdditions_4.3.30.iso) = 58257408
SHA256 (VirtualBox-4.3.32.tar.bz2) = dc5bf4e6f9989792d31bac174d20d7fc9e638654fa5a99c02b20a60557927261
SIZE (VirtualBox-4.3.32.tar.bz2) = 98168101
SHA256 (VBoxGuestAdditions_4.3.32.iso) = 187f49b567dea056d9de255c155f8eaa3449dffe08ccf22ae8ab1dda708f78fe
SIZE (VBoxGuestAdditions_4.3.32.iso) = 58349568
11 changes: 11 additions & 0 deletions emulators/virtualbox-ose/files/patch-include_iprt_string.h
@@ -0,0 +1,11 @@
--- include/iprt/string.h.orig 2015-10-15 11:50:51 UTC
+++ include/iprt/string.h
@@ -107,7 +107,7 @@ char *strpbrk(const char *pszStr, const
RT_C_DECLS_END
#endif

-#if !defined(RT_OS_LINUX) || !defined(_GNU_SOURCE)
+#if !defined(RT_OS_FREEBSD) && (!defined(RT_OS_LINUX) || !defined(_GNU_SOURCE))
RT_C_DECLS_BEGIN
void *memrchr(const char *pv, int ch, size_t cb);
RT_C_DECLS_END

This file was deleted.

0 comments on commit ed228e4

Please sign in to comment.