FreeBSD Bugzilla – Attachment 32052 Details for
Bug 53123
mail/turba & mail/imp3: replacing dependencies from openldap20 to openldap21.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
turba.diff
turba.diff (text/plain), 1.47 KB, created by
Thierry Thomas
on 2003-06-10 00:00:29 UTC
(
hide
)
Description:
turba.diff
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2003-06-10 00:00:29 UTC
Size:
1.47 KB
patch
obsolete
>diff -urN mail/turba.orig/Makefile mail/turba/Makefile >--- mail/turba.orig/Makefile Mon Apr 14 21:01:11 2003 >+++ mail/turba/Makefile Tue Jun 10 00:04:30 2003 >@@ -7,6 +7,7 @@ > > PORTNAME= turba > PORTVERSION= 1.2 >+PORTREVISION= 1 > CATEGORIES= mail www > MASTER_SITES= ftp://ftp.horde.org/pub/turba/ \ > ftp://ftp.au.horde.org/pub/horde/turba/ \ >@@ -19,22 +20,17 @@ > COMMENT= The Horde contact management application > > #----------------------------------------------------------------------- >-# You may define these options: >+# You may define this option: > # > # - WITHOUT_LDAP : if you do not need OpenLDAP; >-# - WITH_LDAP1 : if you prefer OpenLDAP1. >-# >-# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree; > # > #----------------------------------------------------------------------- > > .if !defined(WITHOUT_LDAP) >-.if defined(WITH_LDAP1) >-LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 \ >- lber.1:${PORTSDIR}/net/openldap12 >+.if exists(${LOCALBASE}/lib/libldap.so.1) >+LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 > .else >-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 \ >- lber.2:${PORTSDIR}/net/openldap20 >+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21 > .endif > .endif > >@@ -70,7 +66,7 @@ > > pre-install: > .if !defined(WITHOUT_LDAP) >-.if defined(WITH_LDAP1) >+.if exists(${LOCALBASE}/lib/libldap.so.1) > @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libldap.so.1"; then \ > ${ECHO_MSG} "" ; \ > ${ECHO_MSG} "Please configure PHP with OpenLDAP support." ; \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 53123
: 32052 |
32053