Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2005 21:02:47 +0300
From:      Andrey Slusar <anrays@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86478: [MAINTAINER] mail/itraxp: add IGNORE on FreeBSD 4.x
Message-ID:  <E1EIVPD-0000fY-6H@santinel.home.ua>
Resent-Message-ID: <200509222230.j8MMU905068266@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EIVPD-0000fY-6H>