Date: Tue, 23 Sep 2003 00:33:38 +0200 (CEST) From: Thierry Thomas <thierry@pompo.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57111: New port: lang/php4-horde - a default PHP configured for the Horde framework. Message-ID: <20030922223338.E947F751E@graf.pompo.net> Resent-Message-ID: <200309222240.h8MMeFkd002178@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 57111 >Category: ports >Synopsis: New port: lang/php4-horde - a default PHP configured for the Horde framework. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 22 15:40:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Sat Sep 13 11:38:40 CEST 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: The port www/horde2 and its dependences (mail/turba, mail/imp3, etc.) cannot be packaged, because the default options of PHP are not sufficient. This port uses lang/php4 with Horde's options, in order to remove the IS_INTERACTIVE flags. >How-To-Repeat: N/A. >Fix: Please execute the following shar file: --- php4-horde.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # lang/php4-horde # lang/php4-horde/Makefile # echo c - lang/php4-horde mkdir -p lang/php4-horde > /dev/null 2>&1 echo x - lang/php4-horde/Makefile sed 's/^X//' >lang/php4-horde/Makefile << 'END-of-lang/php4-horde/Makefile' X# New ports collection makefile for: php4-horde X# Date created: 11 September 2003 X# Whom: Thierry Thomas <thierry@pompo.net> X# X# $FreeBSD$ X# X XCATEGORIES= lang www XPKGNAMESUFFIX= -horde X XMAINTAINER= thierry@pompo.net XCOMMENT= A default PHP configured for the Horde framework X X#----------------------------------------------------------------------- X# You may define these options: X# X# - WITHOUT_MYSQL: this port is built with MySQL by default X# but you might choose any other database X# supported by PHP (e.g. WITH_POSTGRESQL). X# X# - WITHOUT_IMP: this port is intended to build a default X# package for IMP; use this knob if for X# example you only need Chora. X# X# - WITHOUT_LDAP: if you do not need OpenLDAP. X# X# - WITHOUT_MCAL: if you don't plan to install Kronolith. X# X# - WITHOUT_FTP: if you don't plan to install Gollem. X# X#----------------------------------------------------------------------- X XWITH_DOMXML= yes XWITH_GETTEXT= yes XWITH_SESSION= yes X.if !defined(NOCRYPT) XWITH_MCRYPT= yes X.endif X.if !defined(WITHOUT_MYSQL) XWITH_MYSQL= yes X.endif X.if !defined(WITHOUT_LDAP) XWITH_OPENLDAP= yes X.endif X.if !defined(WITHOUT_IMP) XWITH_IMAP= yes X.endif X.if !defined(WITHOUT_MCAL) XWITH_MCAL= yes X.endif X.if !defined(WITHOUT_FTP) XWITH_FTP= yes X.endif X XMASTERDIR= ${.CURDIR}/../php4 X X.include "${MASTERDIR}/Makefile" END-of-lang/php4-horde/Makefile exit --- php4-horde.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030922223338.E947F751E>