diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-23 10:43:10 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-23 10:43:10 +0000 |
commit | bbc44cc8b2af54af708a77d10edf5b17679f37f2 (patch) | |
tree | 40c74e2a409dbe9108ebd0dd113d7467f1d3625d /mail/itraxp | |
parent | Update to 0.12. Assign maintainer to perl@. (diff) |
- Add a workaround for 4.x with the system perl
PR: ports/86478
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=143400
Diffstat (limited to 'mail/itraxp')
-rw-r--r-- | mail/itraxp/Makefile | 4 | ||||
-rw-r--r-- | mail/itraxp/pkg-message | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/itraxp/Makefile b/mail/itraxp/Makefile index a7694a2dfe4e..11983fed5701 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 fbe1abc42d09..ca72feb32aa0 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 ****************************************************************** |