Index: head/devel/cvs/Makefile =================================================================== --- head/devel/cvs/Makefile (revision 384062) +++ head/devel/cvs/Makefile (revision 384063) @@ -1,41 +1,30 @@ # $FreeBSD$ PORTNAME= cvs PORTVERSION= 1.20120905 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= LOCAL/eadler MAINTAINER= ports@FreeBSD.org COMMENT= Version control system -LICENSE= GPLv2 +LICENSE= GPLv2 # or any later version OPTIONS_DEFINE= KERBEROS EXAMPLES OPTIONS_DEFAULT=KERBEROS -USES= tar:xz uidfix +KERBEROS_MAKE_ARGS= KERBEROS_SUPPORT=yes + +USES= makeinfo tar:xz uidfix WRKSRC= ${WRKDIR}/call/cvs-build +INFO= cvs cvsclient # bsd.stage.makes sets the wrong value for DESTDIR DESTDIRNAME= NADA MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX} -.include - -.if ${PORT_OPTIONS:MKERBEROS} -MAKE_ARGS+= KERBEROS_SUPPORT=yes -.else -MAKE_ARGS+= KERBEROS_SUPPORT=no -.endif - -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -BROKEN= does not link -.endif - pre-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/contrib -.include +.include Index: head/devel/cvs/files/patch-Makefile =================================================================== --- head/devel/cvs/files/patch-Makefile (revision 384062) +++ head/devel/cvs/files/patch-Makefile (nonexistent) @@ -1,9 +0,0 @@ ---- Makefile.orig 2012-01-21 05:30:07 UTC -+++ Makefile -@@ -1,5 +1,5 @@ - # $FreeBSD: head/gnu/usr.bin/cvs/Makefile 175384 2008-01-16 17:16:36Z obrien $ - --SUBDIR = lib libdiff cvs contrib cvsbug doc -+SUBDIR = lib libdiff cvs contrib cvsbug - - .include Property changes on: head/devel/cvs/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/cvs/files/patch-cvs.info.texinfo-5.x =================================================================== --- head/devel/cvs/files/patch-cvs.info.texinfo-5.x (nonexistent) +++ head/devel/cvs/files/patch-cvs.info.texinfo-5.x (revision 384063) @@ -0,0 +1,22 @@ +From 6733b1455f97531bace80bf7118dc644fe73fd3d Mon Sep 17 00:00:00 2001 +From: tg +Date: Wed, 26 Jun 2013 18:15:51 +0000 +Subject: Make cvs.texinfo compatible with newer makeinfo (Closes: #711298) + + +diff --git a/doc/cvs.texinfo b/doc/cvs.texinfo +index a0136a5..d11a5e1 100644 +--- ../cvs/doc/cvs.texinfo ++++ ../cvs/doc/cvs.texinfo +@@ -113,9 +113,9 @@ approved by the Free Software Foundation. + @sp 4 + @comment The title is printed in a large font. + @center @titlefont{Version Management} +-@sp ++@sp 1 + @center @titlefont{with} +-@sp ++@sp 1 + @center @titlefont{CVS} + @sp 2 + @center for @sc{cvs} @value{VERSION} Property changes on: head/devel/cvs/files/patch-cvs.info.texinfo-5.x ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/cvs/files/patch-cvs__Makefile =================================================================== --- head/devel/cvs/files/patch-cvs__Makefile (revision 384062) +++ head/devel/cvs/files/patch-cvs__Makefile (revision 384063) @@ -1,11 +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" ++.if defined(KERBEROS_SUPPORT) CFLAGS+= -DHAVE_GSSAPI -DENCRYPTION LDADD+= -lgssapi -lkrb5 -lhx509 -lasn1 -lcrypto -lroken -lcrypt -lcom_err DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBCRYPTO} ${LIBROKEN}