From owner-cvs-all@FreeBSD.ORG Wed Jul 28 00:38:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FCC816A4CE; Wed, 28 Jul 2004 00:38:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955CD43D41; Wed, 28 Jul 2004 00:38:58 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6S0cwGe066701; Wed, 28 Jul 2004 00:38:58 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6S0cwnb066700; Wed, 28 Jul 2004 00:38:58 GMT (envelope-from mezz) Message-Id: <200407280038.i6S0cwnb066700@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 28 Jul 2004 00:38:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/opera Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 00:38:58 -0000 mezz 2004-07-28 00:38:58 UTC FreeBSD ports repository Modified files: www/opera Makefile Log: -Add aspell dependency with a new knob, WITHOUT_ASPELL. -Bump the PORTREVISION for add a dependency. It's kind of shame that Opera needs libXm.so.2, but we have libXm.so.3 in the ports tree since 2002. The Linux version supports 1 to 3 but on FreeBSD version only support 1 to 2 that aren't exist in the ports tree. Speak of open-motif; not lesstif. Three ways to do: Create a new downgrade port of open-motif, add a symlink of libXm.so.2 in current open-motif or tell the users to use the libmap.conf for libXm.so.2 -> libXm.so.3? Any suggest? BTW: libXm.so.x is need for the plugins function. Revision Changes Path 1.34 +12 -0 ports/www/opera/Makefile