From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 10 18:40:11 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8D4816A41C for ; Fri, 10 Jun 2005 18:40:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CE7C43D48 for ; Fri, 10 Jun 2005 18:40:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5AIeBhT064675 for ; Fri, 10 Jun 2005 18:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5AIeBtg064673; Fri, 10 Jun 2005 18:40:11 GMT (envelope-from gnats) Resent-Date: Fri, 10 Jun 2005 18:40:11 GMT Resent-Message-Id: <200506101840.j5AIeBtg064673@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D453416A41C; Fri, 10 Jun 2005 18:31:59 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4EB543D1D; Fri, 10 Jun 2005 18:31:59 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id 0AB903E3C6; Fri, 10 Jun 2005 15:31:58 -0300 (BRT) Received: by corp.grupos.com.br (Postfix, from userid 0) id 7E7FC5669; Fri, 10 Jun 2005 15:31:56 -0300 (BRT) Message-Id: <20050610183156.7E7FC5669@corp.grupos.com.br> Date: Fri, 10 Jun 2005 15:31:56 -0300 (BRT) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ale@FreeBSD.org Subject: ports/82129: Update port: databases/mysql41-server fix compile in 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 18:40:11 -0000 >Number: 82129 >Category: ports >Synopsis: Update port: databases/mysql41-server fix compile in 4.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 10 18:40:11 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 #49: Mon May 9 12:28:47 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: databases/mysql41-server fix compilation in 4.x - Fix compile in 4.x >How-To-Repeat: >Fix: --- mysql41-server.patch begins here --- diff -ruN mysql41-server.orig/Makefile mysql41-server/Makefile --- mysql41-server.orig/Makefile Wed Jun 8 09:26:32 2005 +++ mysql41-server/Makefile Fri Jun 10 15:29:46 2005 @@ -89,7 +89,7 @@ .if ${OSVERSION} < 500000 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib CXX= ${CC} .endif --- mysql41-server.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: