From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 28 02:00:36 2006 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 6E53E16A4B3 for ; Thu, 28 Sep 2006 02:00:36 +0000 (UTC) (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 82E4443D53 for ; Thu, 28 Sep 2006 02:00:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8S20UIK061906 for ; Thu, 28 Sep 2006 02:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8S20U0E061896; Thu, 28 Sep 2006 02:00:30 GMT (envelope-from gnats) Resent-Date: Thu, 28 Sep 2006 02:00:30 GMT Resent-Message-Id: <200609280200.k8S20U0E061896@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, Thomas Abthorpe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E297016A403; Thu, 28 Sep 2006 01:55:06 +0000 (UTC) (envelope-from tabthorpe@goodking.goodking.ca) Received: from tbaytel.net (front2-staff.tbaytel.net [216.211.26.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D7F543D45; Thu, 28 Sep 2006 01:55:03 +0000 (GMT) (envelope-from tabthorpe@goodking.goodking.ca) Received: from goodking.goodking.ca ([216.211.54.227] verified) by front2.tbaytel.net (CommuniGate Pro SMTP 5.0.8) with ESMTPS id 58408234; Wed, 27 Sep 2006 21:55:02 -0400 Received: from goodking.goodking.ca (localhost [127.0.0.1]) by goodking.goodking.ca (8.13.8/8.13.8) with ESMTP id k8S1sp0T063703 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 27 Sep 2006 21:54:51 -0400 (EDT) (envelope-from tabthorpe@goodking.goodking.ca) Received: (from tabthorpe@localhost) by goodking.goodking.ca (8.13.8/8.13.8/Submit) id k8S1spYq063702; Wed, 27 Sep 2006 21:54:51 -0400 (EDT) (envelope-from tabthorpe) Message-Id: <200609280154.k8S1spYq063702@goodking.goodking.ca> Date: Wed, 27 Sep 2006 21:54:51 -0400 (EDT) From: Thomas Abthorpe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org, thomas@goodking.ca Subject: ports/103731: [PATCH] textproc/clucene: make --enable-ascii configuration optional. 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: Thu, 28 Sep 2006 02:00:36 -0000 >Number: 103731 >Category: ports >Synopsis: [PATCH] textproc/clucene: make --enable-ascii configuration optional. >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: Thu Sep 28 02:00:29 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Sep 14 15:10:37 EDT 2006 >Description: -set variable WITH_ASCII_SUPPORT to configure ASCII support. Otherwise compile plain, out of the box. - this configuration makes clucene play nicely with the upcoming update of misc/bibletime. Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- clucene-0.9.15.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/clucene/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 10 Aug 2006 01:45:03 -0000 1.1 +++ Makefile 28 Sep 2006 01:42:03 -0000 @@ -16,7 +16,6 @@ COMMENT= CLucene is a C++ port of Lucene GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-ascii USE_BZIP2= yes USE_LDCONFIG= yes USE_GCC= 3.2+ @@ -24,6 +23,10 @@ .include +.if defined(WITH_ASCII_SUPPORT) +CONFIGURE_ARGS+= --enable-ascii +.endif + .if ${OSVERSION} < 500016 CONFIGURE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} .endif --- clucene-0.9.15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: