Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2002 11:01:54 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dirk@FreeBSD.org
Subject:   ports/43148: [patch] make www/mod_php4 aspell-aware
Message-ID:  <20020921010154.147496A7124@k7.mavetju>

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

>Number:         43148
>Category:       ports
>Synopsis:       [patch] make www/mod_php4 aspell-aware
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 20 18:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386

>Description:

With the recent removal/replacement from pspell with aspell, the
configure-script of www/mod_php4 should be patched

>How-To-Repeat:

cd /usr/ports/www/mod_php4
remove Makefile.inc (so far for read-only partitions)
run make, select pspell

>Fix:

--- scripts/configure.php.old	Sat Sep 21 10:51:40 2002
+++ scripts/configure.php	Sat Sep 21 10:47:56 2002
@@ -45,7 +45,7 @@
 CURL		"CURL support" OFF \
 gettext		"gettext library support" OFF \
 iconv		"iconv support" OFF \
-pspell		"pspell support" OFF \
+aspell		"aspell support" OFF \
 mbregex		"multibyte regular expressions module" OFF \
 mbstring	"multibyte string module" OFF \
 YP		"YP/NIS support" OFF \
@@ -303,8 +303,8 @@
 				ICONV=1
 			fi
 			;;
-		\"pspell\")
-			echo "LIB_DEPENDS+=	pspell.4:\${PORTSDIR}/textproc/pspell"
+		\"aspell\")
+			echo "LIB_DEPENDS+=	aspell.15:\${PORTSDIR}/textproc/aspell"
 			echo "CONFIGURE_ARGS+=--with-pspell=\${LOCALBASE}"
 			;;
 		\"mbregex\")

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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