svn commit: r542524 - head/emulators/qemu40

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Jul 18 19:50:00 UTC 2020


Author: bofh
Date: Sat Jul 18 19:49:59 2020
New Revision: 542524
URL: https://svnweb.freebsd.org/changeset/ports/542524

Log:
  emulators/qemu40: Mark DEPRECATED
  
  - qemu has been updated to 4.2.X branch and now there is qemu41 with 4.1.X

Modified:
  head/emulators/qemu40/Makefile

Modified: head/emulators/qemu40/Makefile
==============================================================================
--- head/emulators/qemu40/Makefile	Sat Jul 18 19:41:59 2020	(r542523)
+++ head/emulators/qemu40/Makefile	Sat Jul 18 19:49:59 2020	(r542524)
@@ -27,6 +27,8 @@ USES=		bison compiler:c11 cpe gmake gnome iconv:wchar_
 USE_GNOME=	cairo glib20 libxml2
 USE_PERL5=	build
 
+DEPRECATED= 	Please consider using qemu or qemu41
+EXPIRATION_DATE=2020-08-20
 #BROKEN_powerpc64=	fails to compile: In function aio_bh_poll: internal compiler error: Segmentation fault
 
 #.if !defined(PKGNAMESUFFIX) || (${PKGNAMESUFFIX} != "-utils" && ${PKGNAMESUFFIX} != "-guest-agent")


More information about the svn-ports-all mailing list