Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2009 20:37:29 +0100 (CET)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        chat95@mac.com
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: www/linux-flashplugin9 conflicts with www/linux-f10-flashplugin10
Message-ID:  <200912281937.nBSJbTUO041768@triton8.kn-bremen.de>
In-Reply-To: <20091228.143828.949267780715420628.chat95@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912281937.nBSJbTUO041768>