FreeBSD Bugzilla – Attachment 125594 Details for
Bug 169223
[PATCH] emulators/virtualbox-ose: fix usage of ${SRC_BASE} before it is defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
virtualbox-ose-4.1.16_1.patch
virtualbox-ose-4.1.16_1.patch (text/plain), 1.59 KB, created by
Jason Helfman
on 2012-06-19 00:50:22 UTC
(
hide
)
Description:
virtualbox-ose-4.1.16_1.patch
Filename:
MIME Type:
Creator:
Jason Helfman
Created:
2012-06-19 00:50:22 UTC
Size:
1.59 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/emulators/virtualbox-ose/Makefile,v >retrieving revision 1.52 >diff -u -r1.52 Makefile >--- Makefile 6 Jun 2012 06:43:44 -0000 1.52 >+++ Makefile 18 Jun 2012 23:44:56 -0000 >@@ -20,6 +20,9 @@ > MAINTAINER= vbox@FreeBSD.org > COMMENT= A general-purpose full virtualizer for x86 hardware > >+LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ > BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ > as86:${PORTSDIR}/devel/dev86 \ > xsltproc:${PORTSDIR}/textproc/libxslt \ >@@ -30,9 +33,6 @@ > curl.6:${PORTSDIR}/ftp/curl > RUN_DEPENDS= /boot/modules/vboxdrv.ko:${PORTSDIR}/emulators/virtualbox-ose-kmod > >-LICENSE= GPLv2 >-LICENSE_FILE= ${WRKSRC}/COPYING >- > WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} > ONLY_FOR_ARCHS= i386 amd64 > USE_CDRTOOLS= yes >@@ -81,10 +81,6 @@ > SUB_LIST+= VBOXUSER=${VBOXUSER} > USE_RC_SUBR+= vboxheadless > >-KMK_BUILDTYPE= release >-KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys >-KMK_FLAGS= >- > .if defined(WITHOUT_QT4) && !defined(WITHOUT_NLS) > BROKEN= NLS support requires QT4 frontend. Run 'make config' again! > .endif >@@ -125,6 +121,12 @@ > PLIST_SUB+= GUESTADDITIONS="@comment " > .endif > >+.include <bsd.port.pre.mk> >+ >+KMK_BUILDTYPE= release >+KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys >+KMK_FLAGS= >+ > .if defined(WITH_DEBUG) > KMK_FLAGS+= BUILD_TYPE=debug > KMK_BUILDTYPE= debug >@@ -175,8 +177,6 @@ > PLIST_SUB+= I386="@comment " > .endif > >-.include <bsd.port.pre.mk> >- > .if ${OSVERSION} < 802000 > BROKEN= Does not compile on FreeBSD < 8.2 > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 169223
: 125594