ports/86478: [MAINTAINER] mail/itraxp: add IGNORE on FreeBSD 4.x

Andrey Slusar anrays at gmail.com
Thu Sep 22 22:30:09 UTC 2005


>Number:         86478
>Category:       ports
>Synopsis:       [MAINTAINER] mail/itraxp: add IGNORE on FreeBSD 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 22 22:30:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Slusar
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Sep 9 01:49:50 EEST 2005 anray at santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	Added IGNORE when PERL_LEVEL <= 500503 and WITH_FIXPERL is not defined.
>How-To-Repeat:
	
>Fix:

--- itraxp.diff begins here ---
diff -ruN /usr/ports/mail/itraxp/Makefile itraxp/Makefile
--- /usr/ports/mail/itraxp/Makefile	Thu Sep  1 19:10:47 2005
+++ itraxp/Makefile	Tue Sep 13 13:11:40 2005
@@ -25,8 +25,8 @@
 .include <bsd.port.pre.mk>
 
 pre-fetch:
-.if ${OSVERSION} < 500000
-	${CAT} ${PKGMESSAGE}
+.if !defined(WITH_FIXPERL) && ${PERL_LEVEL} <= 500503
+IGNORE=	Follow instructions in pkg-message and restart with -DWITH_FIXPERL
 .endif
 
 .if !defined(NOPORTDOCS)
--- itraxp.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list