From owner-freebsd-emulation@FreeBSD.ORG Mon Dec 28 19:41:25 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41AC5106568B for ; Mon, 28 Dec 2009 19:41:25 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 0397A8FC1C for ; Mon, 28 Dec 2009 19:41:24 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 9FFAB1E00758; Mon, 28 Dec 2009 20:41:23 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.3/8.14.3) with ESMTP id nBSJbTe1041769; Mon, 28 Dec 2009 20:37:29 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.3/8.14.3/Submit) id nBSJbTUO041768; Mon, 28 Dec 2009 20:37:29 +0100 (CET) (envelope-from nox) Date: Mon, 28 Dec 2009 20:37:29 +0100 (CET) From: Juergen Lock Message-Id: <200912281937.nBSJbTUO041768@triton8.kn-bremen.de> To: chat95@mac.com X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <20091228.143828.949267780715420628.chat95@mac.com> Organization: home Cc: freebsd-emulation@freebsd.org Subject: Re: www/linux-flashplugin9 conflicts with www/linux-f10-flashplugin10 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2009 19:41:25 -0000 In article <20091228.143828.949267780715420628.chat95@mac.com> you write: >Hi, emulation@ > >www/linux-flashplugin9 conflicts with www/linux-f10-flashplugin10. >Following patch fixes this issue. > >Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/linux-flashplugin9/Makefile,v >retrieving revision 1.38 >diff -u -r1.38 Makefile >--- Makefile 13 Dec 2009 22:49:18 -0000 1.38 >+++ Makefile 28 Dec 2009 05:37:44 -0000 >@@ -34,7 +34,7 @@ > USE_NPAPI= linux-* > NPAPI_FILES= libflashplayer.so > >-CONFLICTS= linux-flashplugin-7* >+CONFLICTS= linux-flashplugin-7* linux-f8-flashplugin10-* linux-f10-flashplugin10 > > post-install: > @${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/libflashsupport.so ${LINUXBASE}/usr/lib > Committed, thanx! (actually it needed to be: CONFLICTS= linux-flashplugin-7* linux-f8-flashplugin-10* linux-f10-flashplugin-10* ) Btw theres a flash security talk just beginning, http://events.ccc.de/congress/2009/Fahrplan/events/3494.en.html streams are here, http://events.ccc.de/congress/2009/wiki/Streaming but there also should be recordings later. Cheers, Juergen