ports/62822: databases/py-sybase: Bump freetds LIB_DEPENDS to latest version

Tom McLaughlin tmclaugh at sdf.lonestar.org
Sat Feb 14 06:10:14 UTC 2004


>Number:         62822
>Category:       ports
>Synopsis:       databases/py-sybase: Bump freetds LIB_DEPENDS to latest version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 13 22:10:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tom McLaughlin
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:


System: FreeBSD 4.9-RELEASE-p2 #0: Mon Feb  9 23:47:43 EST 2004
    root at compass.straycat.dhs.org:/usr/obj/usr/src/sys/COMPASS



>Description:


py-sybase currently fails to build because databases/freetds was recently
updated to a new version.  Attached patch corrects this issue.

Ref:
http://bento.freebsd.org/errorlogs/i386-5-latest/py23-sybase-0.36.log


>How-To-Repeat:


`make build'


>Fix:


--- py-sybase.diff begins here ---
diff -Nur py-sybase.orig/Makefile py-sybase/Makefile
--- py-sybase.orig/Makefile	Tue Jan  6 01:18:59 2004
+++ py-sybase/Makefile	Sat Feb 14 00:49:56 2004
@@ -14,7 +14,7 @@
 MAINTAINER=	gnb at itga.com.au
 COMMENT=	A Python Database API interface to the Sybase RDBMS
 
-LIB_DEPENDS=	tds.2:${PORTSDIR}/databases/freetds
+LIB_DEPENDS=	tds.3:${PORTSDIR}/databases/freetds
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
--- py-sybase.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list