ports/92925: [PATCH} irc/epic4: OPTIONify; pet portlint

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Mon Feb 6 22:50:06 UTC 2006


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



More information about the freebsd-ports-bugs mailing list