aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-additions
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2020-08-13 21:54:59 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2020-08-13 21:54:59 +0000
commit0c7dc882a4618e38b3590c9e929b829383596541 (patch)
treef17b4d6079145b187ca19a9185bcefba511db06e /emulators/virtualbox-ose-additions
parente595faf62818920efe10717504385c4f8dce1963 (diff)
downloadports-0c7dc882a4618e38b3590c9e929b829383596541.tar.gz
ports-0c7dc882a4618e38b3590c9e929b829383596541.zip
Remove unncessary memcpy(3) and fix file system ID handling.
I removed a bzero() call to reduce compiler warnings in the previous commit (r544829). It turned out the next memcpy() call was also wrong. Just use natural assignments here not to obfuscate the code. Reported by: Martin Simmons (martin at lispworks dot com) (some time ago)
Notes
Notes: svn path=/head/; revision=544846
Diffstat (limited to 'emulators/virtualbox-ose-additions')
-rw-r--r--emulators/virtualbox-ose-additions/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile
index 4413fa5c3b6c..d369fcdf4591 100644
--- a/emulators/virtualbox-ose-additions/Makefile
+++ b/emulators/virtualbox-ose-additions/Makefile
@@ -3,6 +3,7 @@
PORTNAME= virtualbox-ose
PORTVERSION= 5.2.44
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/
PKGNAMESUFFIX?= -additions