Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2006 21:05:26 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/92911: [PATCH] irc/epic5: OPTIONify
Message-ID:  <1139252726.19815@it.buh.cameradicommercio.ro>
Resent-Message-ID: <200602061910.k16JA4uY021206@freefall.freebsd.org>

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

>Number:         92911
>Category:       ports
>Synopsis:       [PATCH] irc/epic5: OPTIONify
>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:   Mon Feb 06 19:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.0-STABLE #10: Wed Jan  4 23:48:26 EET 2006



>Description:


Use OPTIONS
pet portlint for the IGNORE message


>How-To-Repeat:





>Fix:


--- epic5_Makefile.diff begins here ---
diff -urN epic5.FPT/Makefile epic5/Makefile
--- epic5.FPT/Makefile	Fri Sep  9 14:15:55 2005
+++ epic5/Makefile	Mon Feb  6 20:34:04 2006
@@ -21,6 +21,10 @@
 MAN1=		epic5.1
 USE_OPENSSL=	yes
 
+OPTIONS=	IPV6 "IPv6 support" off
+OPTIONS+=	TCL "TCL support" on
+OPTIONS+=	PERL "Perl scripting support" off
+
 .include <bsd.port.pre.mk>
 
 ##  WITHOUT_IPV6:   disable IPv6 support
@@ -47,7 +51,7 @@
 #
 .if defined(WITH_PERL)
 .if ${PERL_LEVEL} < 500601
-IGNORE=		Perl 5.6.1 or newer is required; we recommend perl 5.8.5
+IGNORE=		requires Perl 5.6.1 or newer; we recommend perl 5.8.5
 .endif
 USE_PERL5=	yes
 CONFIGURE_ARGS+=	--with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE
--- epic5_Makefile.diff ends here ---



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



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