Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2005 16:45:46 +0100 (BST)
From:      Thomas Sandford <freebsduser@paradisegreen.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tux@pinguru.net
Subject:   ports/79827: www/typo3 - Patch to correct run-time dependencies
Message-ID:  <200504121545.j3CFjkZB028251@miriam.paradisegreen.co.uk>
Resent-Message-ID: <200504121550.j3CFoKhb052019@freefall.freebsd.org>

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

>Number:         79827
>Category:       ports
>Synopsis:       www/typo3 - Patch to correct run-time dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 12 15:50:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Sandford
>Release:        FreeBSD 5.4-BETA1 i386
>Organization:
>Environment:
System: FreeBSD miriam.paradisegreen.co.uk 5.4-BETA1 FreeBSD 5.4-BETA1 #0: Fri Mar 18 09:28:57 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	The existing port does not request all the required dependencies
        for proper operation of Typo3.

        Specifically, phpX-pcre and phpX-xml are required for correct
        operation of the Typo3 backend, but these are not specified as
        dependencies in the Makefile.

>How-To-Repeat:
	Install the port on a clean FreeBSD installation. Attempt to use the 
        port. The backend will display a blank screen and errors are logged
        to /var/log/httpd-error-log.

>Fix:

	
        Apply the following patch.

--- typo3.patch begins here ---
diff -ruN typo3-orig/Makefile typo3/Makefile
--- typo3-orig/Makefile	Sun Mar  6 22:16:54 2005
+++ typo3/Makefile	Tue Apr 12 16:26:55 2005
@@ -17,7 +17,7 @@
 COMMENT=	The typo3 content management system
 
 NO_BUILD=	yes
-USE_PHP=	mysql
+USE_PHP=	mysql pcre xml
 WANT_PHP_WEB=	yes
 
 TYPO3DIR=	www/${DISTNAME}
--- typo3.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?200504121545.j3CFjkZB028251>