Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 05:43:34 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355468 - head/devel/cvs
Message-ID:  <201405270543.s4R5hY8m002124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Tue May 27 05:43:34 2014
New Revision: 355468
URL: http://svnweb.freebsd.org/changeset/ports/355468
QAT: https://qat.redports.org/buildarchive/r355468/

Log:
  Live in the world of new Makefiles.
  
  Note that this only supports 'base as built' and won't work if you disable
  kerberos.
  
  Hand over port to the world.
  
  Reported by:	danfe

Modified:
  head/devel/cvs/Makefile

Modified: head/devel/cvs/Makefile
==============================================================================
--- head/devel/cvs/Makefile	Tue May 27 05:36:24 2014	(r355467)
+++ head/devel/cvs/Makefile	Tue May 27 05:43:34 2014	(r355468)
@@ -5,7 +5,7 @@ PORTVERSION=	1.20120905
 CATEGORIES=	devel
 MASTER_SITES=	LOCAL/eadler
 
-MAINTAINER=	eadler@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Version control system
 
 LICENSE=	GPLv2
@@ -16,7 +16,7 @@ INFO=		cvs cvsclient
 
 # bsd.stage.makes sets the wrong value for DESTDIR
 DESTDIRNAME=	NADA
-MAKE_ARGS=	DESTDIR=${STAGEDIR}${PREFIX}
+MAKE_ARGS=	DESTDIR=${STAGEDIR}${PREFIX} MK_KERBEROS_SUPPORT=yes
 
 .include <bsd.port.pre.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405270543.s4R5hY8m002124>