From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 25 19:20:05 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 40DC21065676 for ; Sat, 25 Oct 2008 19:20:05 +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 1FAB28FC1C for ; Sat, 25 Oct 2008 19:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9PJK4Ig007017 for ; Sat, 25 Oct 2008 19:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9PJK4VW007016; Sat, 25 Oct 2008 19:20:04 GMT (envelope-from gnats) Resent-Date: Sat, 25 Oct 2008 19:20:04 GMT Resent-Message-Id: <200810251920.m9PJK4VW007016@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, Daniel Bretoi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FB54106569C; Sat, 25 Oct 2008 19:15:31 +0000 (UTC) (envelope-from root@nero.netwalk.org) Received: from nero.netwalk.org (nero.netwalk.org [76.191.158.100]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2F58FC0A; Sat, 25 Oct 2008 19:15:31 +0000 (UTC) (envelope-from root@nero.netwalk.org) Received: by nero.netwalk.org (Postfix, from userid 0) id E09B912C08; Sat, 25 Oct 2008 12:15:29 -0700 (PDT) Message-Id: <20081025191529.E09B912C08@nero.netwalk.org> Date: Sat, 25 Oct 2008 12:15:29 -0700 (PDT) From: Daniel Bretoi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: az@FreeBSD.org Subject: ports/128375: [PATCH] irc/weechat: [SUMMARIZE CHANGES] 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: Sat, 25 Oct 2008 19:20:05 -0000 >Number: 128375 >Category: ports >Synopsis: [PATCH] irc/weechat: [SUMMARIZE CHANGES] >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: Sat Oct 25 19:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Daniel Bretoi >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD nero.netwalk.org 7.0-STABLE FreeBSD 7.0-STABLE #4: Wed Mar 12 22:49:58 PDT 2008 >Description: [DESCRIBE CHANGES] * Added options for makefile. * Fixed gnu-tls/gnutls error Please ignore previous change request. Port maintainer (az@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- weechat-0.2.6_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/weechat/Makefile /usr/home/debonair/weechat/Makefile --- /usr/ports/irc/weechat/Makefile 2008-08-20 23:17:27.000000000 -0700 +++ /usr/home/debonair/weechat/Makefile 2008-10-25 11:55:35.000000000 -0700 @@ -24,6 +24,15 @@ MAN1= weechat-curses.1 +OPTIONS= DEBUG "Debugging." off \ + NLS "Native Language Support." on \ + CHARSET "Charset plugin." on \ + ASPELL "Aspell plugin." off \ + PYTHON "Python script plugin." off \ + RUBY "Ruby script plugin." off \ + PERL "Perl script plugin." off \ + GNUTLS "gnutls support." off + .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --with-debug=2 .else @@ -76,7 +85,7 @@ CONFIGURE_ARGS+= --enable-gnutls LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls .else -CONFIGURE_ARGS+= --disable-gnu-tls +CONFIGURE_ARGS+= --disable-gnutls .endif .if defined(WITH_PERL) --- weechat-0.2.6_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: