svn commit: r501849 - head/emulators/virtualbox-ose

Jung-uk Kim jkim at FreeBSD.org
Fri May 17 13:53:10 UTC 2019


On 19. 5. 17., Cy Schubert wrote:
> In message <201905171034.x4HAYZWO050769 at repo.freebsd.org>, Jung-uk Kim 
> writes:
>> Author: jkim
>> Date: Fri May 17 10:34:35 2019
>> New Revision: 501849
>> URL: https://svnweb.freebsd.org/changeset/ports/501849
>>
>> Log:
>>   Work around a build issue.
> 
> Does this port now need a dependency on audio/opus?

No, it does not.  FYI, r501855 restores the previous behavior.

Jung-uk Kim

>> Modified:
>>   head/emulators/virtualbox-ose/Makefile
>>
>> Modified: head/emulators/virtualbox-ose/Makefile
>> =============================================================================
>> =
>> --- head/emulators/virtualbox-ose/Makefile	Fri May 17 09:31:36 2019
>> 	(r501848)
>> +++ head/emulators/virtualbox-ose/Makefile	Fri May 17 10:34:35 2019
>> 	(r501849)
>> @@ -196,6 +196,7 @@ PLIST_SUB+=	ARCH="${KMK_ARCH}"
>>  
>>  KMK_BUILDDIR=	${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}
>>  KMK_CONFIG=	VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys
>> +KMK_CONFIG+=	VBOX_OSE=1
>>  KMK_FLAGS+=	-j${MAKE_JOBS_NUMBER}
>>  
>>  .include <bsd.port.pre.mk>




More information about the svn-ports-head mailing list