Date: Tue, 7 Feb 2006 00:44:09 +0200 From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/92925: [PATCH} irc/epic4: OPTIONify; pet portlint Message-ID: <1139265849.19889@it.buh.cameradicommercio.ro> Resent-Message-ID: <200602062250.k16Mo4dE035706@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92925 >Category: ports >Synopsis: [PATCH} irc/epic4: OPTIONify; pet portlint >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 22:50:04 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 CONFLICTS "specified too broad" and the IGNORE message. >How-To-Repeat: >Fix: --- epic4_makefile.diff begins here --- --- Makefile.FPT Tue Feb 7 00:38:35 2006 +++ Makefile Tue Feb 7 00:40:59 2006 @@ -21,12 +21,16 @@ MAINTAINER= josh@tcbug.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient -CONFLICTS= epic5-* +CONFLICTS= epic5-[0-9]* GNU_CONFIGURE= yes MAN1= epic.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 @@ -51,7 +55,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 --- epic4_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?1139265849.19889>