From owner-svn-ports-all@FreeBSD.ORG Sun Oct 20 05:32:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2DC7E9D4; Sun, 20 Oct 2013 05:32:52 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C1FF267E; Sun, 20 Oct 2013 05:32:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9K5Wp6J069391; Sun, 20 Oct 2013 05:32:51 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9K5Wp3w069390; Sun, 20 Oct 2013 05:32:51 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201310200532.r9K5Wp3w069390@svn.freebsd.org> From: Dirk Meyer Date: Sun, 20 Oct 2013 05:32:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330979 - head/www/opera X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 20 Oct 2013 05:32:52 -0000 Author: dinoex Date: Sun Oct 20 05:32:51 2013 New Revision: 330979 URL: http://svnweb.freebsd.org/changeset/ports/330979 Log: - add compat9 on FreeBSD-10 Submitted by: Alexey Dokuchaev Modified: head/www/opera/Makefile Modified: head/www/opera/Makefile ============================================================================== --- head/www/opera/Makefile Sun Oct 20 05:23:18 2013 (r330978) +++ head/www/opera/Makefile Sun Oct 20 05:32:51 2013 (r330979) @@ -83,6 +83,10 @@ OPERA_ARCH= ${ARCH:S,i386,intel,} IGNORE= only for FreeBSD 7.x and higher .endif +.if ${OSVERSION} >= 1000054 +RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x +.endif + post-extract: @${MV} ${WRKSRC}/share/man ${WRKSRC}/man