aboutsummaryrefslogtreecommitdiffstats
path: root/net/boinc-client
diff options
context:
space:
mode:
authorler <ler@FreeBSD.org>2018-01-15 03:33:24 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:24:00 +0800
commit05befdd13a71b008730bf35b28b76a16ce568fd7 (patch)
tree487c34e4e8426ea4120b0c2636089392329c61d6 /net/boinc-client
parent133d5a76a37c59d5dcd67c2cd9e774931ce5a38f (diff)
downloadfreebsd-ports-gnome-05befdd13a71b008730bf35b28b76a16ce568fd7.tar.gz
freebsd-ports-gnome-05befdd13a71b008730bf35b28b76a16ce568fd7.tar.zst
freebsd-ports-gnome-05befdd13a71b008730bf35b28b76a16ce568fd7.zip
net/boinc-client: remove file that should have been deleted
Pointy Hat: ler
Diffstat (limited to 'net/boinc-client')
-rw-r--r--net/boinc-client/files/patch-client__hostinfo_unix.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/boinc-client/files/patch-client__hostinfo_unix.cpp b/net/boinc-client/files/patch-client__hostinfo_unix.cpp
deleted file mode 100644
index 0b63fa6a281f..000000000000
--- a/net/boinc-client/files/patch-client__hostinfo_unix.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- client/hostinfo_unix.cpp.orig 2013-12-20 14:28:08.000000000 -0600
-+++ client/hostinfo_unix.cpp 2014-04-16 17:07:56.996236131 -0500
-@@ -1213,6 +1213,8 @@
-
- #if LINUX_LIKE_SYSTEM
- safe_strcpy(path, "/usr/lib/virtualbox/VBoxManage");
-+#elif defined( __FreeBSD__)
-+ safe_strcpy(path, "@PREFIX@/lib/virtualbox/VBoxManage");
- #elif defined( __APPLE__)
- FSRef theFSRef;
- OSStatus status = noErr;
-@@ -1231,7 +1233,7 @@
- #endif
-
- if (boinc_file_exists(path)) {
--#if LINUX_LIKE_SYSTEM
-+#if LINUX_LIKE_SYSTEM || defined( __FreeBSD__)
- if (access(path, X_OK)) {
- return 0;
- }