Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2005 17:14:29 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perky@FreeBSD.org
Subject:   ports/77562: [patch] use bzip2 distfiles for sysutils/cpu
Message-ID:  <200502151714.j1FHETwg010656@freefall.freebsd.org>
Resent-Message-ID: <200502151720.j1FHKPru010878@freefall.freebsd.org>

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

>Number:         77562
>Category:       ports
>Synopsis:       [patch] use bzip2 distfiles for sysutils/cpu
>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:   Tue Feb 15 17:20:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 4.11-RC2 i386
>Organization:
The FreeBSD Simplified Chinese Project
>Environment:
System: FreeBSD freefall.freebsd.org 4.11-RC2 FreeBSD 4.11-RC2 #15: Sun Jan 2 11:27:10 GMT 2005 kensmith@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386


>Description:
	bzip2 provide smaller download size.
>How-To-Repeat:
>Fix:


--- patch-cpu begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/cpu/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	30 Jan 2004 12:38:46 -0000	1.3
+++ Makefile	15 Feb 2005 17:07:37 -0000
@@ -16,6 +16,7 @@
 COMMENT=	Change Password Utility for LDAP
 
 GNU_CONFIGURE=	yes
+USE_BZIP2=	yes
 USE_OPENLDAP=	yes
 INSTALLS_SHLIB=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share/cpu --with-ldap=${LOCALBASE}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/cpu/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	18 Mar 2004 07:38:39 -0000	1.3
+++ distinfo	15 Feb 2005 17:08:01 -0000
@@ -1,2 +1,2 @@
-MD5 (cpu-1.4.3.tar.gz) = 392ec386d317e6df40a831004f5c6352
-SIZE (cpu-1.4.3.tar.gz) = 318470
+MD5 (cpu-1.4.3.tar.bz2) = 2d128f82261967d41458800752bc943d
+SIZE (cpu-1.4.3.tar.bz2) = 255668
--- patch-cpu ends here ---


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



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