PORTNAME= cvs
PORTVERSION= 1.20120905
fails to compile with the following error:
===> 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}} == "no"
584 MK_${var}_SUPPORT:= no
585 .else
586 MK_${var}_SUPPORT:= 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
[email protected]<mailto:[email protected]>
Senior Level Network Administrator
Office-(209)928-9395
Cell-(209)352-8085
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"