From nobody@FreeBSD.org  Fri Apr 10 14:51:02 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 999091065675
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Apr 2009 14:51:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 6ED948FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Apr 2009 14:51:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n3AEp2Vt009412
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Apr 2009 14:51:02 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n3AEp2e1009411;
	Fri, 10 Apr 2009 14:51:02 GMT
	(envelope-from nobody)
Message-Id: <200904101451.n3AEp2e1009411@www.freebsd.org>
Date: Fri, 10 Apr 2009 14:51:02 GMT
From: Alex Kozlov <spam@rm-rf.kiev.ua>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] doc/Makefile switch to csup
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         133567
>Category:       docs
>Synopsis:       [patch] doc/Makefile switch to csup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 10 15:00:11 UTC 2009
>Closed-Date:    Sat Jun 05 16:45:49 UTC 2010
>Last-Modified:  Sat Jun  5 16:50:02 UTC 2010
>Originator:     Alex Kozlov
>Release:        
>Organization:
private
>Environment:
>Description:
Use csup for updates in /usr/doc/Makefile.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: doc/Makefile
@@ -29,8 +29,8 @@
 
 DOC_PREFIX?=   ${.CURDIR}
 
-SUP?=		${PREFIX}/bin/cvsup
-SUPFLAGS?=	-g -L 2 -P -
+SUP?=		/usr/bin/csup
+SUPFLAGS?=	-L 2
 .if defined(SUPHOST)
 SUPFLAGS+=	-h ${SUPHOST}
 .endif


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: gabor 
State-Changed-When: Sat Jun 5 16:45:30 UTC 2010 
State-Changed-Why:  
Committed, thanks. 


Responsible-Changed-From-To: freebsd-doc->gabor 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Sat Jun 5 16:45:30 UTC 2010 
Responsible-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133567 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/133567: commit references a PR
Date: Sat,  5 Jun 2010 16:45:24 +0000 (UTC)

 gabor       2010-06-05 16:45:14 UTC
 
   FreeBSD doc repository
 
   Modified files:
     .                    Makefile 
   Log:
   - Switch to csup from cvsup. The src tree Makefile already switched
     4 years ago.
   
   PR:             docs/133567
   Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
   
   Revision  Changes    Path
   1.37      +2 -2      doc/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
