5aed56402c
It completely breaks on Catalina for some reason, so just use the native version which works fine. This commit brought to you by a patched binary running on Catalina. Bump PKGREVISION.
34 lines
847 B
Makefile
34 lines
847 B
Makefile
# $NetBSD: Makefile,v 1.19 2019/10/11 09:08:35 jperkin Exp $
|
|
|
|
DISTNAME= cvs-1.12.13
|
|
PKGREVISION= 7
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://ftp.gnu.org/non-gnu/cvs/source/feature/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cvs.nongnu.org/
|
|
COMMENT= Concurrent Versions System
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= makeinfo autoconf
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-external-zlib
|
|
CONFIGURE_ARGS+= --with-rsh=ssh
|
|
CONFIGURE_ENV+= PERL=${TOOLS_PERL5}
|
|
CONFIGURE_ENV+= gl_cv_func_getcwd_null=yes
|
|
|
|
CHECK_INTERPRETER_SKIP= share/cvs/contrib/*
|
|
INFO_FILES= yes
|
|
TEXINFO_REQD+= 4.0
|
|
|
|
CONFIGURE_ARGS.Darwin+= --enable-case-sensitivity
|
|
|
|
.include "options.mk"
|
|
|
|
AUTOCONF_REQD= 2.50
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoconf
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|