ports/152710: Fixed build of emulators/virtualbox-ose on 8.2-PRELEASE
Grzegorz Blach
magik at roorback.net
Tue Nov 30 18:10:11 UTC 2010
>Number: 152710
>Category: ports
>Synopsis: Fixed build of emulators/virtualbox-ose on 8.2-PRELEASE
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 30 18:10:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Grzegorz Blach
>Release: 8.2-PRELEASE amd64
>Organization:
>Environment:
FreeBSD silver.nine 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #1 r215937: Sat Nov 27 16:07:56 CET 2010 root at silver.nine:/usr/obj/usr/src/sys/SILVER amd64
>Description:
I attached a little patch, that fix building emulators/virtualbox-ose port on 8.2-PRERELEASE
>How-To-Repeat:
1) Upgrade base system to 8.2-PREREASE
2) Try to build emulators/virtualbox-ose
>Fix:
apply attached patch
Patch attached with submission follows:
diff -x .svn -ruN /var/cache/portshaker/ports/emulators/virtualbox-ose/Makefile emulators/virtualbox-ose/Makefile
--- /var/cache/portshaker/ports/emulators/virtualbox-ose/Makefile 2010-11-29 23:23:17.000000000 +0100
+++ emulators/virtualbox-ose/Makefile 2010-11-30 18:42:13.157934874 +0100
@@ -174,7 +174,7 @@
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h
.endif
-.if ${OSVERSION} > 900020
+.if ${OSVERSION} > 900020 || ${OSVERSION} < 900000 && ${OSVERSION} > 801500
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-src-VBox-Devices-PC-vbox.dsl
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list