Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2001 11:20:53 -0700 (PDT)
From:      sean@chittenden.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/27256: mod_php4 doesn't include pspell support in the build....
Message-ID:  <200105101820.f4AIKrC36429@freefall.freebsd.org>

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

>Number:         27256
>Category:       ports
>Synopsis:       mod_php4 doesn't include pspell support in the build....
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 10 11:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sean Chittenden
>Release:        4.3-STABLE
>Organization:
>Environment:
FreeBSD rand.tgd.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat Apr 21 12:27:27 PDT 2001     sean@rand.tgd.net:/usr/src/sys/compile/TITAN  i386
>Description:
The PHP build through the ports tree doesn't include pspell.  I've included a simple patch that will allow pspell to be built with mod_php4.  The patch is to be applied to /usr/ports/www/mod_php4/scripts/configure.php

If you have any questions, please let me know.

PS  I have the patch and can forward it to someone if the included patch doesn't work.  -sc
>How-To-Repeat:

>Fix:
--- configure.php.orig  Thu May 10 11:29:57 2001
+++ configure.php       Thu May 10 11:29:37 2001
@@ -32,6 +32,7 @@
 XML            "XML support" OFF \
 FTP            "File Transfer Protocol support" OFF \
 CURL           "CURL support" OFF \
+pspell         "pspell support" OFF \
 gettext                "gettext library support" OFF \
 japanese       "jstring and mbregex module" OFF \
 YP             "YP/NIS support" OFF \
@@ -185,6 +186,10 @@
                        echo "CONFIGURE_ARGS+=--with-curl=\${PREFIX}"
                        echo "BUILD_DEPENDS+=   \${PREFIX}/lib/libcurl.a:\${PORTSDIR}/ftp/curl"
                         ;;
+               \"pspell\")
+                       echo "LIB_DEPENDS+=     pspell.4:\${PORTSDIR}/pspell"
+                       echo "CONFIGURE_ARGS+=--with-pspell=\${PREFIX}"
+                       ;;
                \"gettext\")
                        echo "LIB_DEPENDS+=     intl.1:\${PORTSDIR}/devel/gettext"
                        echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}"
>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?200105101820.f4AIKrC36429>