svn commit: r334008 - head/emulators/seabios-devel

Juergen Lock nox at FreeBSD.org
Sat Nov 16 15:36:10 UTC 2013


Author: nox
Date: Sat Nov 16 15:36:10 2013
New Revision: 334008
URL: http://svnweb.freebsd.org/changeset/ports/334008

Log:
  Add DEPRECATED=Outdated, no longer needed, broken on 10+.

Modified:
  head/emulators/seabios-devel/Makefile

Modified: head/emulators/seabios-devel/Makefile
==============================================================================
--- head/emulators/seabios-devel/Makefile	Sat Nov 16 15:35:32 2013	(r334007)
+++ head/emulators/seabios-devel/Makefile	Sat Nov 16 15:36:10 2013	(r334008)
@@ -21,6 +21,7 @@ ONLY_FOR_ARCHS=	amd64 i386
 CONFLICTS_INSTALL=	qemu-[0-9]*
 
 NO_STAGE=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 900033
@@ -28,6 +29,9 @@ BUILD_DEPENDS+=	${LOCALBASE}/bin/as:${PO
 MAKE_ENV+=	COMPILER_PATH=${LOCALBASE}/bin LD=${LOCALBASE}/bin/ld
 .endif
 
+DEPRECATED=	Outdated, no longer needed, broken on 10+
+EXPIRATION_DATE=	2013-01-15
+
 PLIST_FILES=	share/qemu/bios.bin-${PORTVERSION}
 PLIST_DIRSTRY=	share/qemu
 


More information about the svn-ports-all mailing list