From owner-svn-ports-all@FreeBSD.ORG Thu Jun 19 10:42:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CF496B1; Thu, 19 Jun 2014 10:42:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE9B9217B; Thu, 19 Jun 2014 10:42:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5JAg03m058840; Thu, 19 Jun 2014 10:42:00 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5JAg0k2058836; Thu, 19 Jun 2014 10:42:00 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201406191042.s5JAg0k2058836@svn.freebsd.org> From: Mathieu Arnold Date: Thu, 19 Jun 2014 10:42:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358379 - in head/devel/cvs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 10:42:01 -0000 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 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