summaryrefslogtreecommitdiffstats
path: root/mail/itraxp
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-09-23 10:43:10 +0000
committersem <sem@FreeBSD.org>2005-09-23 10:43:10 +0000
commit7d2dc72144eb1e2361c35644168067b6f9d9085d (patch)
tree206ba2332a3cb77f80469e83bce5b52ac6d3f5c8 /mail/itraxp
parent5ed87fc68974e48ef706627f1ef99346b57f5ecc (diff)
downloadFreeBSD-ports-7d2dc72144eb1e2361c35644168067b6f9d9085d.zip
FreeBSD-ports-7d2dc72144eb1e2361c35644168067b6f9d9085d.tar.gz
- Add a workaround for 4.x with the system perl
PR: ports/86478 Submitted by: maintainer
Diffstat (limited to 'mail/itraxp')
-rw-r--r--mail/itraxp/Makefile4
-rw-r--r--mail/itraxp/pkg-message4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/itraxp/Makefile b/mail/itraxp/Makefile
index a7694a2..11983fe 100644
--- a/mail/itraxp/Makefile
+++ b/mail/itraxp/Makefile
@@ -25,8 +25,8 @@ SUBDIRS= ${DOCSDIR} ${DOCSDIR}/misc ${EXAMPLESDIR} \
.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)
diff --git a/mail/itraxp/pkg-message b/mail/itraxp/pkg-message
index fbe1abc..ca72feb 100644
--- a/mail/itraxp/pkg-message
+++ b/mail/itraxp/pkg-message
@@ -1,6 +1,6 @@
******************************************************************
-If you are using perl 5.00503, please disable define HAS_SIGSETJMP
-in /usr/libdata/perl/5.00503/mach/CORE/config.h
+If you are using perl 5.00503, please disable #define HAS_SIGSETJMP
+line in /usr/libdata/perl/5.00503/mach/CORE/config.h
******************************************************************
OpenPOWER on IntegriCloud