From owner-freebsd-ports Fri Dec 28 6:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84FC737B41F for ; Fri, 28 Dec 2001 06:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSEo0886959; Fri, 28 Dec 2001 06:50:00 -0800 (PST) (envelope-from gnats) Received: from horus.isnic.is (horus.isnic.is [193.4.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 194C337B425; Fri, 28 Dec 2001 06:49:38 -0800 (PST) Received: (from root@localhost) by horus.isnic.is (8.11.6/8.11.6/isnic) id fBSEnVv29768; Fri, 28 Dec 2001 14:49:31 GMT (envelope-from oli) Message-Id: <200112281449.fBSEnVv29768@horus.isnic.is> Date: Fri, 28 Dec 2001 14:49:31 GMT From: Olafur Osvaldsson Reply-To: Olafur Osvaldsson To: FreeBSD-gnats-submit@freebsd.org Cc: dirk@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33280: mysql323 option added to configure a thread-safe client Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33280 >Category: ports >Synopsis: mysql323 option added to configure a thread-safe client >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 06:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Olafur Osvaldsson >Release: FreeBSD 4.4-STABLE i386 >Organization: Internet a Islandi hf. >Environment: System: FreeBSD horus.isnic.is 4.4-STABLE FreeBSD 4.4-STABLE #4: Mon Dec 17 11:55:53 GMT 2001 root@horus.isnic.is:/usr/obj/usr/src/sys/VA1220 i386 >Description: The thread-safe-client option needed on some occations so it would be nice to have it in the Makefile >How-To-Repeat: >Fix: --- Makefile.orig Fri Dec 28 14:43:35 2001 +++ Makefile Fri Dec 28 14:37:31 2001 @@ -54,6 +54,9 @@ CFLAGS+= -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE -I${LOCALBASE}/include/pthread/linuxthreads LIB_DEPENDS+= lthread.2:${PORTSDIR}/devel/linuxthreads .endif +.if defined(THREAD_SAFE_CLIENT) +CONFIGURE_ARGS+=--enable-thread-safe-client +.endif CONFIGURE_ENV+= PERL=${PERL} \ PERL5=${PERL} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message