Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2003 23:19:55 +0200 (CEST)
From:      Christian Laursen <xi@borderworlds.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dirk@FreeBSD.org
Subject:   ports/52497: www/mod_php4 has a broken dependency on freetds 
Message-ID:  <200305202119.h4KLJtYv096109@trill.borderworlds.dk>
Resent-Message-ID: <200305202130.h4KLU4l4018429@freefall.freebsd.org>

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

>Number:         52497
>Category:       ports
>Synopsis:       www/mod_php4 has a broken dependency on freetds
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 14:30:04 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Christian Laursen
>Release:        FreeBSD 5.1-BETA i386
>Organization:
The Border Worlds 
>Environment:
System: FreeBSD trill.borderworlds.dk 5.1-BETA FreeBSD 5.1-BETA #3: Sat May 17 01:46:28 CEST 2003 root@trill.borderworlds.dk:/usr/obj/usr/src/sys/TRILL i386


	
>Description:
When SybaseDB is selected freetds is added as a dependency. The port looks
for sybdb.1 although freetds installs sybdb.3.
	
>How-To-Repeat:
Select SybaseDB when building the port.
	
>Fix:

	

--- mod_php4.diff begins here ---
diff -urN mod_php4.orig/scripts/configure.php mod_php4/scripts/configure.php
--- mod_php4.orig/scripts/configure.php	Tue May 20 23:04:24 2003
+++ mod_php4/scripts/configure.php	Tue May 20 23:04:36 2003
@@ -192,7 +192,7 @@
 			fi
 			;;
 		\"SybaseDB\")
-			echo "LIB_DEPENDS+=	sybdb.1:\${PORTSDIR}/databases/freetds"
+			echo "LIB_DEPENDS+=	sybdb.3:\${PORTSDIR}/databases/freetds"
 			echo "LIB_DEPENDS+=	iconv.3:\${PORTSDIR}/converters/libiconv"
 			echo "CONFIGURE_ARGS+=--with-sybase=\${LOCALBASE}"
 			if [ "$SYBASECT" ]; then
--- mod_php4.diff ends here ---


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



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