Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2011 05:42:43 GMT
From:      Eitan Adler <lists@eitanadler.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155511: [patch] remove obsolete version check for csup/cvsup from u/p/Makefile
Message-ID:  <201103130542.p2D5ghBS037912@red.freebsd.org>
Resent-Message-ID: <201103130550.p2D5o7NK081729@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155511
>Category:       ports
>Synopsis:       [patch] remove obsolete version check for csup/cvsup from u/p/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 13 05:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
We don't support pre 6.x versions anymore (actually we don't even support 6.x at all but shhhhhhh)
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/Makefile,v
retrieving revision 1.108
diff -u -r1.108 Makefile
--- Makefile	6 Mar 2011 22:44:48 -0000	1.108
+++ Makefile	13 Mar 2011 05:22:52 -0000
@@ -148,11 +148,7 @@
 	@awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\nE-deps:\t%s\nP-deps:\t%s\nF-deps:\t%s\nWWW:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$11, $$12, $$13, $$10); }' < ${INDEXDIR}/${INDEXFILE}
 
 CVS?= cvs
-.if ${OSVERSION} >= 601101
 SUP?= csup
-.else
-SUP?= cvsup
-.endif
 PORTSNAP?= portsnap
 PORTSNAP_FLAGS?= -p ${.CURDIR}
 .if defined(SUPHOST)


>Release-Note:
>Audit-Trail:
>Unformatted:



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