1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/editors/nvi-perl/Makefile
Satoshi Asami 93ec0e28ee cc -c -D_PATH_SYSEXRC=\"/usr/local/etc/vi.exrc\" -O2 -pipe -I. -I./../include -I./../regex -I./../db/include -I./../curses -I/usr/local/include -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE perl.c
In file included from /usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:361,
                 from perl.xs:37:
/usr/include/sys/param.h:188: warning: `MIN' redefined
port.h:121: warning: this is the location of the previous definition
/usr/include/sys/param.h:189: warning: `MAX' redefined
port.h:118: warning: this is the location of the previous definition
In file included from /usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:583,
                 from perl.xs:37:
/usr/include/errno.h:165: warning: `EFTYPE' redefined
port.h:149: warning: this is the location of the previous definition
perl.xs: In function `perl_init':
perl.xs:145: `incgv' undeclared (first use this function)
perl.xs:145: (Each undeclared identifier is reported only once
perl.xs:145: for each function it appears in.)
*** Error code 1

Stop.
1998-08-18 08:53:30 +00:00

30 lines
830 B
Makefile

# New ports collection makefile for: nvi-1.79 + perl
# Version required: 1.79
# Date created: 18 Feb 1998
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.9 1998/02/19 16:49:58 itojun Exp $
#
DISTNAME= nvi-1.79
PKGNAME?= nvi-perl-1.79
CATEGORIES= editors
MASTER_SITES= ftp://ftp.bostic.com/pub/ \
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
MAINTAINER= itojun@itojun.org
BROKEN= perl upgrade
WRKSRC= ${WRKDIR}/${DISTNAME}/build
GNU_CONFIGURE= yes
USE_PERL5= yes
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
PATCH_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p0
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
CONFIGURE_ARGS= --enable-perlinterp --program-prefix=pn
.include <bsd.port.mk>