Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2005 11:32:41 -0200 (BRST)
From:      Marcus Grando <marcus@corp.grupos.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ale@FreeBSD.org
Subject:   ports/76053: Update port: databases/mysql40-server changing LIB_DEPENDS in linuxthread part
Message-ID:  <20050110133241.18B1E20A6F@corp.grupos.com.br>
Resent-Message-ID: <200501101340.j0ADeQl7018042@freefall.freebsd.org>

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

>Number:         76053
>Category:       ports
>Synopsis:       Update port: databases/mysql40-server changing LIB_DEPENDS in linuxthread part
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 10 13:40:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Marcus Grando
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #37: Mon Jan 3 12:27:37 BRST 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386


	
>Description:
Update port: databases/mysql40-server changing LIB_DEPENDS in linuxthread part

	
>How-To-Repeat:
	
>Fix:

	

--- mysql40-server.patch begins here ---
diff -ruN mysql40-server.old/Makefile mysql40-server/Makefile
--- mysql40-server.old/Makefile	Mon Jan 10 07:59:44 2005
+++ mysql40-server/Makefile	Mon Jan 10 11:18:59 2005
@@ -72,7 +72,7 @@
 LIB_DEPENDS+=	lthread.3:${PORTSDIR}/devel/linuxthreads
 CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r -llstdc++ -llsupc++'
 .else
-LIB_DEPENDS+=	lthread.2:${PORTSDIR}/devel/linuxthreads
+LIB_DEPENDS+=	lthread.4:${PORTSDIR}/devel/linuxthreads
 CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r'
 .endif
 .else
--- mysql40-server.patch ends here ---


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



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