From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 27 22:10: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 74CC8106568D for ; Fri, 27 Jun 2008 22:10: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 56E208FC1B for ; Fri, 27 Jun 2008 22:10: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 m5RMA4Sr078411 for ; Fri, 27 Jun 2008 22:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5RMA4Kn078410; Fri, 27 Jun 2008 22:10:04 GMT (envelope-from gnats) Resent-Date: Fri, 27 Jun 2008 22:10:04 GMT Resent-Message-Id: <200806272210.m5RMA4Kn078410@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, Vladimir Kozbin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D1A91065676 for ; Fri, 27 Jun 2008 22:09:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0D3BD8FC17 for ; Fri, 27 Jun 2008 22:09:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5RM9JkL086503 for ; Fri, 27 Jun 2008 22:09:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5RM9J6R086502; Fri, 27 Jun 2008 22:09:19 GMT (envelope-from nobody) Message-Id: <200806272209.m5RM9J6R086502@www.freebsd.org> Date: Fri, 27 Jun 2008 22:09:19 GMT From: Vladimir Kozbin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/125062: irc/weechat: options for make config 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, 27 Jun 2008 22:10:04 -0000 >Number: 125062 >Category: ports >Synopsis: irc/weechat: options for make config >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 Jun 27 22:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Vladimir Kozbin >Release: 7.0-RELEASE >Organization: >Environment: >Description: Patch adds menu options for make config. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-06-28 01:17:43.046122060 +0400 +++ Makefile 2008-06-28 01:57:10.445958072 +0400 @@ -23,8 +23,19 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-lua +OPTIONS= CHARSET "Build charset plugin" on \ + ASPELL "Build aspell plugin" off \ + PERL "Build perl plugin" off \ + PYTHON "Build python plugin" off \ + RUBY "Build ruby plugin" off \ + GNUTLS "Enable gnutls support" off \ + NLS "Enable native language support" on \ + DEBUG "Enable debug" off + MAN1= weechat-curses.1 +.include + .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --with-debug=2 .else @@ -89,4 +100,4 @@ PLIST_SUB+= PERL="@comment " .endif -.include +.include >Release-Note: >Audit-Trail: >Unformatted: