Date: Wed, 11 Jun 2014 00:07:06 +0000 From: Dave MacKinnon <dmackinnon@blackoakcasino.com> To: "ports@freebsd.org" <ports@freebsd.org> Subject: cvs port won't compile on 10.0-RELEASE-p5 Message-ID: <EAE0DDEF-583B-48DB-A216-F17F14EAC57D@blackoakcasino.com>
next in thread | raw e-mail | index | archive | help
PORTNAME=3D cvs PORTVERSION=3D 1.20120905 fails to compile with the following error: =3D=3D=3D> Building for cvs-1.20120905 make[3]: "/usr/share/mk/bsd.own.mk" line 581: MK_KERBEROS_SUPPORT can't be = set by a user. *** Error code 1 Here are the lines form bsd.own.mk that are giving the error: 577 .if defined(WITH_${var}_SUPPORT) && defined(WITHOUT_${var}_SUPPORT) 578 .error WITH_${var}_SUPPORT and WITHOUT_${var}_SUPPORT can't both be= set. 579 .endif 580 .if defined(MK_${var}_SUPPORT) 581 .error MK_${var}_SUPPORT can't be set by a user. 582 .endif 583 .if defined(WITHOUT_${var}_SUPPORT) || ${MK_${var}} =3D=3D "no" 584 MK_${var}_SUPPORT:=3D no 585 .else 586 MK_${var}_SUPPORT:=3D yes 587 .endif Should the Makefile for cvs be changed to WITH_KERBEROS_SUPPORT ? I am not = sure if that would be correct. Thanks, Dave MacKinnon dmackinnon@blackoakcasino.com<mailto:dmackinnon@blackoakcasino.com> Senior Level Network Administrator Office-(209)928-9395 Cell-(209)352-8085
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EAE0DDEF-583B-48DB-A216-F17F14EAC57D>