From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 12 15:50:20 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1A7C16A4CE for ; Tue, 12 Apr 2005 15:50:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A92A643D5C for ; Tue, 12 Apr 2005 15:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3CFoKpG052020 for ; Tue, 12 Apr 2005 15:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3CFoKhb052019; Tue, 12 Apr 2005 15:50:20 GMT (envelope-from gnats) Resent-Date: Tue, 12 Apr 2005 15:50:20 GMT Resent-Message-Id: <200504121550.j3CFoKhb052019@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Sandford Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D8F216A4CE for ; Tue, 12 Apr 2005 15:45:53 +0000 (GMT) Received: from miriam.paradisegreen.co.uk (miriam.paradisegreen.co.uk [81.187.228.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD75343D2F for ; Tue, 12 Apr 2005 15:45:52 +0000 (GMT) (envelope-from tdgsandf@miriam.paradisegreen.co.uk) Received: from miriam.paradisegreen.co.uk (localhost [127.0.0.1]) j3CFjqRs028252; Tue, 12 Apr 2005 16:45:52 +0100 (BST) (envelope-from tdgsandf@miriam.paradisegreen.co.uk) Received: (from root@localhost)j3CFjkZB028251; Tue, 12 Apr 2005 16:45:46 +0100 (BST) (envelope-from tdgsandf) Message-Id: <200504121545.j3CFjkZB028251@miriam.paradisegreen.co.uk> Date: Tue, 12 Apr 2005 16:45:46 +0100 (BST) From: Thomas Sandford To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: tux@pinguru.net Subject: ports/79827: www/typo3 - Patch to correct run-time dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas Sandford List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 15:50:21 -0000 >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: