svn commit: r303446 - head/www/linuxpluginwrapper

Eitan Adler eadler at FreeBSD.org
Fri Aug 31 22:11:46 UTC 2012


Author: eadler
Date: Fri Aug 31 22:11:45 2012
New Revision: 303446
URL: http://svn.freebsd.org/changeset/ports/303446

Log:
  Deprecate linuxpluginwrapper, which is broken on all supported releases.

Modified:
  head/www/linuxpluginwrapper/Makefile

Modified: head/www/linuxpluginwrapper/Makefile
==============================================================================
--- head/www/linuxpluginwrapper/Makefile	Fri Aug 31 21:13:05 2012	(r303445)
+++ head/www/linuxpluginwrapper/Makefile	Fri Aug 31 22:11:45 2012	(r303446)
@@ -23,9 +23,9 @@ OPTIONS=	REALPLAYER	"install linux-realp
 
 .include <bsd.port.pre.mk>
 
-.if		 ${OSVERSION} >= 700009
+DEPRECATED=	doesn't support ELF symbol versioning, yet.
+EXPIRATION_DATE=	2012-09-20
 IGNORE=		doesn't support ELF symbol versioning, yet.
-.endif
 
 # I will remove WITH_PLUGINS knob.
 .if		defined(WITH_REALPLAYER)



More information about the svn-ports-all mailing list