Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2008 22:09:19 GMT
From:      Vladimir Kozbin <wawaka@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125062: irc/weechat: options for make config
Message-ID:  <200806272209.m5RM9J6R086502@www.freebsd.org>
Resent-Message-ID: <200806272210.m5RMA4Kn078410@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
+
 .if defined(WITH_DEBUG)
 CONFIGURE_ARGS+=	--with-debug=2
 .else
@@ -89,4 +100,4 @@
 PLIST_SUB+=	PERL="@comment "
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806272209.m5RM9J6R086502>