From owner-freebsd-ports Thu May 10 11:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4919637B423 for ; Thu, 10 May 2001 11:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4AIU1J37164; Thu, 10 May 2001 11:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18C6137B422 for ; Thu, 10 May 2001 11:20:53 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4AIKrC36429; Thu, 10 May 2001 11:20:53 -0700 (PDT) (envelope-from nobody) Message-Id: <200105101820.f4AIKrC36429@freefall.freebsd.org> Date: Thu, 10 May 2001 11:20:53 -0700 (PDT) From: sean@chittenden.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27256: mod_php4 doesn't include pspell support in the build.... Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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