From owner-svn-ports-all@FreeBSD.ORG Fri Aug 31 22:11:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DE6E106566C; Fri, 31 Aug 2012 22:11:46 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7716D8FC1A; Fri, 31 Aug 2012 22:11:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7VMBkw7002847; Fri, 31 Aug 2012 22:11:46 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7VMBkds002845; Fri, 31 Aug 2012 22:11:46 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201208312211.q7VMBkds002845@svn.freebsd.org> From: Eitan Adler Date: Fri, 31 Aug 2012 22:11:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303446 - head/www/linuxpluginwrapper X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 22:11:46 -0000 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 -.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)