Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2001 22:19:58 +0100 (CET)
From:      Thierry Thomas <thierry@thomas.as>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33211: [Maintainer-update] Chase upgrade of Sybase DB-Lib in mail/imp-devel & mail/turba
Message-ID:  <20011226211958.6FC807657@graf.pompo.net>

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

>Number:         33211
>Category:       ports
>Synopsis:       [Maintainer-update] Chase upgrade of Sybase DB-Lib in mail/imp-devel & mail/turba
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 26 13:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Nov 25 07:49:02 CET 2001 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386


	
>Description:
	DB-Lib has been upgraded from sybdb.0 to sybdb.1.
>How-To-Repeat:
	N.A.
>Fix:

	Pre-requisite: PR ports/33172 should be committed.

	Apply the following patch on mail/turba:


--- /usr/ports/mail/turba/Makefile.orig	Tue Dec 25 16:57:47 2001
+++ /usr/ports/mail/turba/Makefile	Wed Dec 26 22:07:36 2001
@@ -60,7 +60,7 @@
 .if !defined(WITHOUT_SUPPORTED_DB)
 	@if ! ${LDCONFIG} -r | ${GREP} -q -e "mysqlclient.10" ; then \
 	 if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.2" ; then \
-	  if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.0" ; then \
+	  if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.1" ; then \
 	   if ! ${LDCONFIG} -r | ${GREP} -q -e "ct.0" ; then \
 	    ${ECHO_MSG} "" ; \
 	    ${ECHO_MSG} "Please configure PHP with a database support." ; \


	Then apply this patch on mail/imp-devel:


--- /usr/ports/mail/imp-devel/Makefile.orig	Tue Dec 25 16:29:23 2001
+++ /usr/ports/mail/imp-devel/Makefile	Wed Dec 26 22:02:34 2001
@@ -211,7 +211,7 @@
 .if !defined(WITHOUT_SUPPORTED_DB)
 	@if ! ${LDCONFIG} -r | ${GREP} -q -e "mysqlclient.10" ; then \
 	 if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.2" ; then \
-	  if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.0" ; then \
+	  if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.1" ; then \
 	   if ! ${LDCONFIG} -r | ${GREP} -q -e "ct.0" ; then \
 	    ${ECHO_MSG} "" ; \
 	    ${ECHO_MSG} "Please configure PHP with a database support." ; \
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011226211958.6FC807657>