From owner-freebsd-emulation@FreeBSD.ORG Mon Dec 28 05:38:39 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 EBCCF106566C for ; Mon, 28 Dec 2009 05:38:39 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-yw0-f197.google.com (mail-yw0-f197.google.com [209.85.211.197]) by mx1.freebsd.org (Postfix) with ESMTP id A597E8FC0A for ; Mon, 28 Dec 2009 05:38:39 +0000 (UTC) Received: by ywh35 with SMTP id 35so1827793ywh.7 for ; Sun, 27 Dec 2009 21:38:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to :subject:from:x-mailer:mime-version:content-type :content-transfer-encoding; bh=e5qu5w7ndvJOlYVTxlACy3yQggpwlKIM28K3ueCZXhY=; b=aG6QiFB+TY8RDJSKKNPvZAtacSVnzTr1G+DfR8eTo1pc6kGoO6/mh23AX+0UiA5VYl 7ft3J/XjWxfVFmWQ+zUomCik/+6lngMMOL5i6WvMFXRxoZcS/NSzmVBLBn47nW5ApIqY hJvz1aCDa9YOxj9CVQzT4l6y1WMEEG8ZXpBxE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:subject:from:x-mailer:mime-version :content-type:content-transfer-encoding; b=wQH3FKLG/2msRUew90u1yNTzPtHQI+AJZ3cjlMDUaqqcIor7y06D7UHVG8IsAwGbSw Lu16uxMprLfLfCcXsAyVAS0Iy7Hkqwm5G1SWsBsJYLKroihKKnZJRVDrb1PXxTrDWQsx n+iKPeO9pn6Zedeb5SMmrML34Y8j0ewvsQV64= Received: by 10.150.9.5 with SMTP id 5mr22195317ybi.31.1261978713398; Sun, 27 Dec 2009 21:38:33 -0800 (PST) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id 15sm4596463yxh.4.2009.12.27.21.38.31 (version=SSLv3 cipher=RC4-MD5); Sun, 27 Dec 2009 21:38:32 -0800 (PST) Sender: Maho NAKATA Date: Mon, 28 Dec 2009 14:38:28 +0900 (JST) Message-Id: <20091228.143828.949267780715420628.chat95@mac.com> To: freebsd-emulation@freebsd.org From: Maho NAKATA X-Mailer: Mew version 6.2 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: 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 05:38:40 -0000 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