From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 31 19:00:19 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D01ED106566B for ; Fri, 31 Dec 2010 19:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7FC638FC12 for ; Fri, 31 Dec 2010 19:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBVJ0Jdc014448 for ; Fri, 31 Dec 2010 19:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBVJ0JBg014426; Fri, 31 Dec 2010 19:00:19 GMT (envelope-from gnats) Resent-Date: Fri, 31 Dec 2010 19:00:19 GMT Resent-Message-Id: <201012311900.oBVJ0JBg014426@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, Martin Matuska Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61F1C1065672; Fri, 31 Dec 2010 18:56:22 +0000 (UTC) (envelope-from mm@mail2.vx.sk) Received: from mail2.vx.sk (mail2.vx.sk [IPv6:2a01:4f8:100:84a3::3]) by mx1.freebsd.org (Postfix) with ESMTP id F2F688FC12; Fri, 31 Dec 2010 18:56:21 +0000 (UTC) Received: from neo.vx.sk (localhost [127.0.0.1]) by mail2.vx.sk (Postfix) with ESMTP id 814D1E86E8; Fri, 31 Dec 2010 19:56:20 +0100 (CET) Received: from mail2.vx.sk ([127.0.0.1]) by neo.vx.sk (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Mgse-SFOEzoD; Fri, 31 Dec 2010 19:51:18 +0100 (CET) Received: by mail2.vx.sk (Postfix, from userid 1001) id C864DEDDE2; Fri, 31 Dec 2010 19:08:11 +0100 (CET) Message-Id: <20101231185118.C864DEDDE2@mail2.vx.sk> Date: Fri, 31 Dec 2010 19:08:11 +0100 (CET) From: Martin Matuska To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ume@FreeBSD.org Subject: ports/153587: [PATCH] security/cyrus-sasl2: fix build with mysql 5.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2010 19:00:19 -0000 >Number: 153587 >Category: ports >Synopsis: [PATCH] security/cyrus-sasl2: fix build with mysql 5.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 31 19:00:19 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 8.2-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD neo.vx.sk 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #14 r216479M: Thu Dec 16 10:31:17 CET >Description: Fix build with MySQL 5.5 Port maintainer (ume@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- cyrus-sasl-2.1.23_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/cyrus-sasl2/Makefile,v retrieving revision 1.143 diff -u -r1.143 Makefile --- Makefile 4 Dec 2010 07:33:23 -0000 1.143 +++ Makefile 31 Dec 2010 18:07:45 -0000 @@ -88,6 +88,7 @@ .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} +LDFLAGS+= -L${LOCALBASE}/lib .else CONFIGURE_ARGS+=--without-mysql .endif @@ -184,6 +185,8 @@ CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} .endif +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" + SASLAUTHD_RUNPATH?= /var/run/saslauthd CYRUS_USER?= cyrus --- cyrus-sasl-2.1.23_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: