svn commit: r361897 - in head/devel/cvs: . files
Andrey A. Chernov
ache at FreeBSD.org
Tue Jul 15 08:39:27 UTC 2014
Author: ache
Date: Tue Jul 15 08:39:26 2014
New Revision: 361897
URL: http://svnweb.freebsd.org/changeset/ports/361897
QAT: https://qat.redports.org/buildarchive/r361897/
Log:
MK_KERBEROS_SUPPORT can't be set by user, so rename it to KERBEROS_SUPPORT
Added:
head/devel/cvs/files/
head/devel/cvs/files/patch-cvs__Makefile (contents, props changed)
Modified:
head/devel/cvs/Makefile
Modified: head/devel/cvs/Makefile
==============================================================================
--- head/devel/cvs/Makefile Tue Jul 15 08:35:53 2014 (r361896)
+++ head/devel/cvs/Makefile Tue Jul 15 08:39:26 2014 (r361897)
@@ -25,7 +25,7 @@ MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MKERBEROS}
-MAKE_ARGS+= MK_KERBEROS_SUPPORT=yes
+MAKE_ARGS+= KERBEROS_SUPPORT=yes
.endif
.include <bsd.port.pre.mk>
Added: head/devel/cvs/files/patch-cvs__Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/cvs/files/patch-cvs__Makefile Tue Jul 15 08:39:26 2014 (r361897)
@@ -0,0 +1,11 @@
+--- cvs/Makefile.orig 2012-09-06 06:25:43.000000000 +0400
++++ cvs/Makefile 2014-07-15 12:37:28.000000000 +0400
+@@ -32,7 +32,7 @@
+ DPADD= ${LIBCVS} ${LIBDIFF} ${LIBGNUREGEX} ${LIBMD} ${LIBCRYPT} ${LIBZ}
+ LDADD= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz
+
+-.if ${MK_KERBEROS_SUPPORT} != "no"
++.if ${KERBEROS_SUPPORT} != "no"
+ CFLAGS+= -DHAVE_GSSAPI -DENCRYPTION
+ LDADD+= -lgssapi -lkrb5 -lhx509 -lasn1 -lcrypto -lroken -lcrypt -lcom_err
+ DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBCRYPTO} ${LIBROKEN}
More information about the svn-ports-head
mailing list