Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2000 13:10:50 -0400 (EDT)
From:      Mikhail Teterin <mi@privatelabs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        dburr@freebsd.org
Subject:   ports/20145: improving the devel/SN port
Message-ID:  <200007241710.NAA34000@misha.privatelabs.com>

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

>Number:         20145
>Category:       ports
>Synopsis:       improving the devel/SN port
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 24 10:20:04 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	Before the FreeBSD mirrors all over fetch the gzipp-ed tar ball of
	this software, I'd like to suggest the port be modified to use the
	bzip2-ed version, which is about 30% smaller. (That's the reason I
	took the liberty of marking this PR as high priority).  This patch
	also adds a few more MASTER_SITES.

	IMHO, the port has a few other problems -- it should, probably, be
	changed to use the Tix, Tk and TCL  installed by their  respective
	ports instead of building its very own, but that will require some
	more hacking.  Even if building the private version of this stuff,
	why install their man-pages (freaks out portlint too)?

>How-To-Repeat:

>Fix:

+++ Makefile	Mon Jul 24 13:01:56 2000
@@ -10,3 +10,6 @@
 CATEGORIES=	devel
-MASTER_SITES=	ftp://sources.redhat.com/pub/sourcenav/releases/
+MASTER_SITES=	ftp://sourceware.cygnus.com/${SD}/ \
+		ftp://ftp.sunsite.org.uk/Mirrors/sourceware.cygnus.com/${SD}/ \
+		ftp://ftp.ai-lab.fh-furtwangen.de/pub/mirror/sources.redhat.com/${SD}/ \
+		ftp://sources.redhat.com/${SD}/
 DISTNAME=	SN451
@@ -15,2 +18,3 @@
 
+SD=		pub/sourcenav/releases
 PREFIX=		${LOCALBASE}/SN
@@ -18,2 +22,3 @@
 USE_GMAKE=	yes
+USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+++ files/md5	Mon Jul 24 12:51:37 2000
@@ -1 +1 @@
-MD5 (SN451.tar.gz) = 0db736f55a930b0074c10ad2be79a5eb
+MD5 (SN451.tar.bz2) = 8b85afa5a11697c4d26ae3c663b6e67f

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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