ports/79827: www/typo3 - Patch to correct run-time dependencies

Thomas Sandford freebsduser at paradisegreen.co.uk
Tue Apr 12 15:50:21 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list