bin/66251: [PATCH] pkg_install: add 4.10 to release table

Oliver Eikemeier eik at FreeBSD.org
Tue May 4 05:30:08 PDT 2004


>Number:         66251
>Category:       bin
>Synopsis:       [PATCH] pkg_install: add 4.10 to release table
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 04 05:30:07 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.10-STABLE

>Description:

Add 4.10 to release table, so that pkg_add -r will fetch 4.10 packages.

>How-To-Repeat:
>Fix:

Patch for RELENG_4:

Index: pkg_install/add/main.c
===================================================================
RCS file: /home/ncvs/src/usr.sbin/pkg_install/add/main.c,v
retrieving revision 1.29.2.21
diff -u -r1.29.2.21 main.c
--- pkg_install/add/main.c	27 Oct 2003 07:56:27 -0000	1.29.2.21
+++ pkg_install/add/main.c	4 May 2004 11:42:00 -0000
@@ -61,6 +61,7 @@
 	{ 470000, 470099, "/packages-4.7-release" },
 	{ 480000, 480099, "/packages-4.8-release" },
 	{ 490000, 490099, "/packages-4.9-release" },
+	{ 491000, 491099, "/packages-4.10-release" },
 	{ 300000, 399000, "/packages-3-stable" },
 	{ 400000, 499000, "/packages-4-stable" },
 	{ 510000, 599000, "/packages-5-stable" },

Patch for -CURRENT:

Index: pkg_install/add/main.c
===================================================================
RCS file: /home/ncvs/src/usr.sbin/pkg_install/add/main.c,v
retrieving revision 1.56
diff -u -r1.56 main.c
--- pkg_install/add/main.c	1 Mar 2004 21:58:21 -0000	1.56
+++ pkg_install/add/main.c	4 May 2004 11:42:52 -0000
@@ -62,6 +62,7 @@
 	{ 470000, 470099, "/packages-4.7-release" },
 	{ 480000, 480099, "/packages-4.8-release" },
 	{ 490000, 490099, "/packages-4.9-release" },
+	{ 491000, 491099, "/packages-4.10-release" },
 	{ 500000, 500099, "/packages-5.0-release" },
 	{ 501000, 501099, "/packages-5.1-release" },
 	{ 502000, 502099, "/packages-5.2-release" },
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list