Date: Sat, 25 Oct 2008 12:15:29 -0700 (PDT) From: Daniel Bretoi <daniel@netwalk.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: az@FreeBSD.org Subject: ports/128375: [PATCH] irc/weechat: [SUMMARIZE CHANGES] Message-ID: <20081025191529.E09B912C08@nero.netwalk.org> Resent-Message-ID: <200810251920.m9PJK4VW007016@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081025191529.E09B912C08>