pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/29590: Update of www/horde3 so it works with postgresql 8.0



>Number:         29590
>Category:       pkg
>Synopsis:       Update of www/horde3 so it works with postgresql 8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 04 09:52:00 +0000 2005
>Originator:     jaapb%kerguelen.org@localhost
>Release:        NetBSD 2.0
>Organization:
        
>Environment:
        
        
System: NetBSD courbet.kerguelen.org 2.0 NetBSD 2.0 (COURBET) #2: Wed Jan 5 
21:35:06 CET 2005 
root%courbet.kerguelen.org@localhost:/usr/src/sys/arch/alpha/compile/COURBET 
alpha
Architecture: alpha
Machine: alpha
>Description:
        The package options of www/horde3 support postgresql 7.3 and 7.4, but 
not
        8.0; I added support for 8.0 to options.mk; a diff -u is attached.
>How-To-Repeat:
        Run make install in www/horde3.
>Fix:
--- /usr/pkgsrc/www/horde3/options.mk   2005-03-04 10:45:32.000000000 +0100
+++ /usr/pkgsrc/www/horde3/options.mk.new       2005-03-03 11:08:11.000000000 
+0100
@@ -1,7 +1,7 @@
 # $NetBSD: options.mk,v 1.1.1.1 2005/01/16 21:10:16 adrianp Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.horde
-PKG_SUPPORTED_OPTIONS= ldap postgresql73 postgresql74 mysql
+PKG_SUPPORTED_OPTIONS= ldap postgresql73 postgresql74 postgresql80 mysql
 
 .if !defined(PKG_OPTIONS.horde)
 PKG_DEFAULT_OPTIONS+=  mysql
@@ -41,6 +41,14 @@
 .endif
 
 ###
+### Use PostgreSQL v8.0 for storing user details
+###
+.if !empty(PKG_OPTIONS:Mpostgresql80)
+.      include "../../databases/postgresql80-lib/buildlink3.mk"
+DEPENDS+=      php-pgsql>=4.3.3:../../databases/php-pgsql
+.endif
+
+###
 ### Use MySQL for storing user details
 ###
 .if !empty(PKG_OPTIONS:Mmysql)

>Unformatted:
        
        



Home | Main Index | Thread Index | Old Index