ports/128375: [PATCH] irc/weechat: [SUMMARIZE CHANGES]

Daniel Bretoi daniel at netwalk.org
Sat Oct 25 19:20:05 UTC 2008


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



More information about the freebsd-ports-bugs mailing list