svn commit: r358379 - in head/devel/cvs: . files

Mathieu Arnold mat at FreeBSD.org
Thu Jun 19 10:42:01 UTC 2014


Author: mat
Date: Thu Jun 19 10:41:59 2014
New Revision: 358379
URL: http://svnweb.freebsd.org/changeset/ports/358379
QAT: https://qat.redports.org/buildarchive/r358379/

Log:
  Fix cvs build on at least 10.0.
  
  Sponsored by:	Absolight

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	Thu Jun 19 10:27:39 2014	(r358378)
+++ head/devel/cvs/Makefile	Thu Jun 19 10:41:59 2014	(r358379)
@@ -16,7 +16,7 @@ INFO=		cvs cvsclient
 
 # bsd.stage.makes sets the wrong value for DESTDIR
 DESTDIRNAME=	NADA
-MAKE_ARGS=	DESTDIR=${STAGEDIR}${PREFIX} MK_KERBEROS_SUPPORT=yes
+MAKE_ARGS=	DESTDIR=${STAGEDIR}${PREFIX}
 
 .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	Thu Jun 19 10:41:59 2014	(r358379)
@@ -0,0 +1,15 @@
+--- ./cvs/Makefile.orig	2012-09-06 04:25:43.000000000 +0200
++++ ./cvs/Makefile	2014-06-19 12:37:27.000000000 +0200
+@@ -32,12 +32,10 @@
+ DPADD=	${LIBCVS} ${LIBDIFF} ${LIBGNUREGEX} ${LIBMD} ${LIBCRYPT} ${LIBZ}
+ LDADD=	${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz
+ 
+-.if ${MK_KERBEROS_SUPPORT} != "no"
+ CFLAGS+= -DHAVE_GSSAPI -DENCRYPTION
+ LDADD+= -lgssapi -lkrb5 -lhx509 -lasn1 -lcrypto -lroken -lcrypt -lcom_err
+ DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBCRYPTO} ${LIBROKEN}
+ DPADD+= ${LIBCRYPT} ${LIBCOM_ERR}
+-.endif
+ 
+ #
+ # Regression test support


More information about the svn-ports-head mailing list