Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Oct 2008 15:44:29 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/127768: [PATCH] databases/memcachedb: fix typo
Message-ID:  <20081001114429.1C2A11702D@hades.panopticon>
Resent-Message-ID: <200810011150.m91Bo4Ck060959@freefall.freebsd.org>

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

>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:



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