Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2009 14:38:28 +0900 (JST)
From:      Maho NAKATA <chat95@mac.com>
To:        freebsd-emulation@freebsd.org
Subject:   www/linux-flashplugin9 conflicts with www/linux-f10-flashplugin10
Message-ID:  <20091228.143828.949267780715420628.chat95@mac.com>

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


you can find the reason ...by following fact.

% cat /usr/ports/www/linux-f10-flashplugin10/pkg-plist
@cwd /compat/linux
usr/lib/libflashsupport.so
@cwd
% cat /usr/ports/www/linux-flashplugin9/pkg-plist 
@cwd /compat/linux
usr/lib/libflashsupport.so
@cwd

Best,
-- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ 
   Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt



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