Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2002 23:42:59 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dirk Froemberg <dirk@FreeBSD.org>
Subject:   ports/42052: www/mod_php4: chasing upgrade of aspell / pspell.
Message-ID:  <20020826214259.BC205750D@graf.pompo.net>

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

>Number:         42052
>Category:       ports
>Synopsis:       www/mod_php4: chasing upgrade of aspell / pspell.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 26 14:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 27 17:13:53 CEST 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	The latest version of aspell replaces pspell's library.

>How-To-Repeat:
	N/A.

>Fix:

	Pre-requisite: to be committed after PR ports/42051.

	Then please apply the following patch:


diff -urN /usr/ports/www/mod_php4.orig/scripts/configure.php /usr/ports/www/mod_php4/scripts/configure.php
--- /usr/ports/www/mod_php4.orig/scripts/configure.php	Sun Aug 11 21:31:24 2002
+++ /usr/ports/www/mod_php4/scripts/configure.php	Mon Aug 26 01:07:13 2002
@@ -304,7 +304,7 @@
 			fi
 			;;
 		\"pspell\")
-			echo "LIB_DEPENDS+=	pspell.4:\${PORTSDIR}/textproc/pspell"
+			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?20020826214259.BC205750D>