From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 29 23:10:28 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E10416A403 for ; Thu, 29 Jun 2006 23:10:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B22B43E59 for ; Thu, 29 Jun 2006 23:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5TNAG9H003526 for ; Thu, 29 Jun 2006 23:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5TNAGpD003525; Thu, 29 Jun 2006 23:10:16 GMT (envelope-from gnats) Resent-Date: Thu, 29 Jun 2006 23:10:16 GMT Resent-Message-Id: <200606292310.k5TNAGpD003525@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sean Farley Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37F7B16A403 for ; Thu, 29 Jun 2006 23:06:35 +0000 (UTC) (envelope-from sean-freebsd@farley.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C5C43E64 for ; Thu, 29 Jun 2006 23:06:28 +0000 (GMT) (envelope-from sean-freebsd@farley.org) Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f01:290:1::5]) by mail.farley.org (8.13.4/8.13.1) with ESMTP id k5TN6aUw012696; Thu, 29 Jun 2006 18:06:36 -0500 (CDT) (envelope-from sean-freebsd@gw.farley.org) Received: from thor.farley.org (localhost [127.0.0.1]) by thor.farley.org (8.13.6/8.13.6) with ESMTP id k5TN6OQa047602; Thu, 29 Jun 2006 18:06:24 -0500 (CDT) (envelope-from sean-freebsd@thor.farley.org) Received: (from root@localhost) by thor.farley.org (8.13.6/8.13.6/Submit) id k5TN6Nfn047601; Thu, 29 Jun 2006 18:06:23 -0500 (CDT) (envelope-from sean-freebsd) Message-Id: <200606292306.k5TN6Nfn047601@thor.farley.org> Date: Thu, 29 Jun 2006 18:06:23 -0500 (CDT) From: Sean Farley To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: avleeuwen@piwebs.com Subject: ports/99621: [PATCH] www/opera: fix WITHOUT_ASPELL option handling X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 23:10:28 -0000 >Number: 99621 >Category: ports >Synopsis: [PATCH] www/opera: fix WITHOUT_ASPELL option handling >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 29 23:10:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sean Farley >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD thor.farley.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jun 6 12:54:08 CDT >Description: Fix to be able to disable aspell within batch mode. Both should give the same output: make -DWITHOUT_ASPELL run-depends-list make -DWITHOUT_ASPELL -DBATCH run-depends-list Port maintainer (avleeuwen@piwebs.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- opera-9.0.20060616.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/opera.orig/Makefile /usr/ports/www/opera/Makefile --- /usr/ports/www/opera.orig/Makefile Fri Jun 23 21:39:15 2006 +++ /usr/ports/www/opera/Makefile Thu Jun 29 18:07:17 2006 @@ -67,7 +67,7 @@ OPERA_TYPE= 1 .endif -.if defined(WITH_ASPELL) +.if !defined(WITHOUT_ASPELL) LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell .endif --- opera-9.0.20060616.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: