From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 1 11:50:04 2008 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 7CFE0106568A for ; Wed, 1 Oct 2008 11:50:04 +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 552AA8FC26 for ; Wed, 1 Oct 2008 11:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m91Bo4VZ060960 for ; Wed, 1 Oct 2008 11:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m91Bo4Ck060959; Wed, 1 Oct 2008 11:50:04 GMT (envelope-from gnats) Resent-Date: Wed, 1 Oct 2008 11:50:04 GMT Resent-Message-Id: <200810011150.m91Bo4Ck060959@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55FFE106568A for ; Wed, 1 Oct 2008 11:44:18 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id 0C27C8FC1A for ; Wed, 1 Oct 2008 11:44:17 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Kl07v-0001aH-NE for FreeBSD-gnats-submit@freebsd.org; Wed, 01 Oct 2008 15:44:19 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 813A4701D for ; Wed, 1 Oct 2008 15:43:38 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 1C2A11702D; Wed, 1 Oct 2008 15:44:29 +0400 (MSD) Message-Id: <20081001114429.1C2A11702D@hades.panopticon> Date: Wed, 1 Oct 2008 15:44:29 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127768: [PATCH] databases/memcachedb: fix typo 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: Wed, 01 Oct 2008 11:50:04 -0000 >Number: 127768 >Category: ports >Synopsis: [PATCH] databases/memcachedb: fix typo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 01 11:50:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008 >Description: CONFIGURE_ARGS is spelled incorrectly, so --enable-threads won't get to configure actually. This should probably be tested by someone using memcachedb before committing. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- memcachedb-1.0.3_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/databases/memcachedb/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 19 Aug 2008 16:40:12 -0000 1.10 +++ Makefile 1 Oct 2008 11:40:05 -0000 @@ -7,7 +7,7 @@ PORTNAME= memcachedb PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://freebsd.csie.nctu.edu.tw/~gslin/files/ @@ -18,7 +18,7 @@ LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent CFLAGS= -I"${BDB_INCLUDE_DIR}" -CONFIUGRE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \ +CONFIGURE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \ --with-libevent="${LOCALBASE}" CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" GNU_CONFIGURE= yes --- memcachedb-1.0.3_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: