ports/155511: [patch] remove obsolete version check for csup/cvsup from u/p/Makefile

Eitan Adler lists at eitanadler.com
Sun Mar 13 05:50:10 UTC 2011


>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:



More information about the freebsd-ports-bugs mailing list