Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2008 05:31:05 +0100 (CET)
From:      Rob Evers <rob@debank.tv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121138: Missing depend in sysutils/gosa
Message-ID:  <200802270431.m1R4V5x3061340@flappie.debank.tv>
Resent-Message-ID: <200802270450.m1R4o1xs074010@freefall.freebsd.org>

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

>Number:         121138
>Category:       ports
>Synopsis:       Missing depend in sysutils/gosa
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 27 04:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Rob Evers
>Release:        FreeBSD 6.3-STABLE amd64
>Organization:
>Environment:
System: FreeBSD flappie.debank.tv 6.3-STABLE FreeBSD 6.3-STABLE #1: Fri Feb 15 02:44:34 CET 2008 root@flappie.debank.tv:/usr/obj/usr/src/sys/FLAPPIE amd64


>Description:
The sysutils/gosa port doesn't install the php posix extensions
>How-To-Repeat:
Install /sysytils/gosa and try to complete the installation procedure 

>Fix:

Apply patch 

--- gosa.patch begins here ---
--- Makefile.orig       2008-02-27 04:56:45.000000000 +0100
+++ Makefile    2008-02-27 04:56:56.000000000 +0100
@@ -17,7 +17,7 @@
 RUN_DEPENDS=   p5-Crypt-SmbHash>=0.12:${PORTSDIR}/security/p5-Crypt-SmbHash

 USE_BZIP2=     yes
-USE_PHP=       gettext iconv imap ldap mhash
+USE_PHP=       gettext iconv imap ldap mhash posix

 NO_BUILD=      yes
 PKGMESSAGE=    ${WRKDIR}/pkg-message
--- gosa.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?200802270431.m1R4V5x3061340>