ports/76113: Update for moregroupware port

Michael Holcomb mike.holcomb at gmail.com
Tue Jan 11 17:50:24 UTC 2005


>Number:         76113
>Category:       ports
>Synopsis:       Update for moregroupware port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 11 17:50:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Michael Holcomb
>Release:        5.3-RELEASE
>Organization:
n/a
>Environment:
FreeBSD tiger.holcomb-consulting.com 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #2: Tue Dec 14 15:09:57 PST 2004     root at tiger.holcomb-consulting.com:/usr/obj/usr/src/sys/CAMnPILOT5.3  i386
>Description:
Update for moregruopware port, adds dependencies on mysql and php extensions.
>How-To-Repeat:
      
>Fix:
--- Makefile	Mon May  3 09:46:26 2004
+++ Makefile.new	Mon Jan 10 09:44:57 2005
@@ -19,10 +19,23 @@
 MAINTAINER=	rob at debank.tv
 COMMENT=	A web based GroupWare system
 
+RUN_DEPENDS=	${PORTSDIR}/www/mod_php4 \
+		${PORTSDIR}/textproc/php4-xml \
+		${PORTSDIR}/devel/php4-pcre \
+		${PORTSDIR}/www/php4-session \
+		${PORTSDIR}/ftp/php4-curl \
+		${PORTSDIR}/graphics/php4-gd 
+
+.if defined(WITH_POSTGRESQL)
+RUN_DEPENDS+=	${LOCALBASE}/bin/psql:
+.else
+RUN_DEPENDS+=	${LOCALBASE}/bin/mysql:
+.endif
+
 .if defined(WITH_APACHE2)
-RUN_DEPENDS=	${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
+RUN_DEPENDS+=	${LOCALBASE}/libexec/apache2/libphp4.so:
 .else
-RUN_DEPENDS=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
+RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libphp4.so:
 .endif
 
 .if defined(WITH_MODULES)

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list