Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2006 18:06:23 -0500 (CDT)
From:      Sean Farley <sean-freebsd@farley.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        avleeuwen@piwebs.com
Subject:   ports/99621: [PATCH] www/opera: fix WITHOUT_ASPELL option handling
Message-ID:  <200606292306.k5TN6Nfn047601@thor.farley.org>
Resent-Message-ID: <200606292310.k5TNAGpD003525@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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